ObjectWrap.stealData

void * stealData(string key)

Remove a specified datum from the object's data associations, without invoking the association's destroy handler.

Parameters

keyname of the key

Returns

the data if found, or null

if no such data exists.