HomeSort by relevance Sort by last modified time
    Searched refs:objectGroupName (Results 1 - 5 of 5) sorted by null

  /external/v8/src/inspector/
injected-script-source.js 283 * @param {string=} objectGroupName
293 _wrapObject: function(object, objectGroupName, forceValueType, generatePreview, columnNames, isTable, doNotBind, customObjectConfig)
296 return new InjectedScript.RemoteObject(object, objectGroupName, doNotBind, forceValueType, generatePreview, columnNames, isTable, undefined, customObjectConfig);
309 * @param {string=} objectGroupName
312 _bind: function(object, objectGroupName)
314 var id = InjectedScriptHost.bind(object, objectGroupName || "");
320 * @param {string} objectGroupName
326 getProperties: function(object, objectGroupName, ownProperties, accessorPropertiesOnly, generatePreview)
343 descriptor.get = this._wrapObject(descriptor.get, objectGroupName);
345 descriptor.set = this._wrapObject(descriptor.set, objectGroupName);
    [all...]
injected-script.h 86 String16 objectGroupName(const RemoteObjectId&) const;
152 const String16& objectGroupName() const { return m_objectGroupName; }
v8-runtime-agent-impl.cc 341 scope.injectedScript()->context()->contextId(), scope.objectGroupName(),
396 scope.tryCatch(), scope.objectGroupName(), false,
422 scope.tryCatch(), scope.objectGroupName(),
432 scope.injectedScript()->context()->contextId(), scope.objectGroupName(),
458 object, scope.objectGroupName(), ownProperties.fromMaybe(false),
484 value, scope.objectGroupName(), false, false, &wrappedValue);
injected-script.cc 274 String16 InjectedScript::objectGroupName(const RemoteObjectId& objectId) const {
518 m_objectGroupName = injectedScript->objectGroupName(*remoteId);
v8-inspector-session-impl.cc 252 if (objectGroup) *objectGroup = injectedScript->objectGroupName(*remoteId);

Completed in 159 milliseconds