Searched refs:deletePropertyFunction (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRemoteObject.js475 var deletePropertyFunction = "function(a) { delete this[a]; return !(a in this); }"; variable
476 this._runtimeAgent.callFunctionOn(this._objectId, deletePropertyFunction, [name], true, undefined, undefined, deletePropertyCallback);

Completed in 49 milliseconds