Searched refs:_wrapObject (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/inspector/ |
D | injected-script-source.js | 224 return this._wrapObject(object, groupName, forceValueType, generatePreview); 243 return this._wrapObject(table, "console", false, true, columnNames, true); 259 …_wrapObject: function(object, objectGroupName, forceValueType, generatePreview, columnNames, isTab… method in InjectedScript 307 descriptor.get = this._wrapObject(descriptor.get, objectGroupName); 309 descriptor.set = this._wrapObject(descriptor.set, objectGroupName); 311 … descriptor.value = this._wrapObject(descriptor.value, objectGroupName, false, generatePreview); 317 descriptor.symbol = this._wrapObject(descriptor.symbol, objectGroupName); 529 …jsonMLObject[1] = this._wrapObject(originObject, objectGroupName, false, false, null, false, false… 830 …return injectedScript._wrapObject(object, objectGroupName, false, false, null, false, false, custo…
|