Searched refs:objectGroupName (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/inspector/
H A Dinjected-script-source.js286 * @param {string=} objectGroupName
296 _wrapObject: function(object, objectGroupName, forceValueType, generatePreview, columnNames, isTable, doNotBind, customObjectConfig)
299 return new InjectedScript.RemoteObject(object, objectGroupName, doNotBind, forceValueType, generatePreview, columnNames, isTable, undefined, customObjectConfig);
312 * @param {string=} objectGroupName
315 _bind: function(object, objectGroupName)
317 var id = InjectedScriptHost.bind(object, objectGroupName || "");
323 * @param {string} objectGroupName
329 getProperties: function(object, objectGroupName, ownProperties, accessorPropertiesOnly, generatePreview)
346 descriptor.get = this._wrapObject(descriptor.get, objectGroupName);
348 descriptor.set = this._wrapObject(descriptor.set, objectGroupName);
[all...]
H A Dinjected-script.h86 String16 objectGroupName(const RemoteObjectId&) const;
152 const String16& objectGroupName() const { return m_objectGroupName; } function in class:v8_inspector::final::ObjectScope
H A Dv8-runtime-agent-impl.cc342 scope.injectedScript()->context()->contextId(), scope.objectGroupName(),
401 scope.tryCatch(), scope.objectGroupName(), false,
427 scope.tryCatch(), scope.objectGroupName(),
437 scope.injectedScript()->context()->contextId(), scope.objectGroupName(),
463 object, scope.objectGroupName(), ownProperties.fromMaybe(false),
489 value, scope.objectGroupName(), false, false, &wrappedValue);
H A Dinjected-script.cc275 String16 InjectedScript::objectGroupName(const RemoteObjectId& objectId) const { function in class:v8_inspector::InjectedScript
518 m_objectGroupName = injectedScript->objectGroupName(*remoteId);
H A Dv8-inspector-session-impl.cc286 if (objectGroup) *objectGroup = injectedScript->objectGroupName(*remoteId);

Completed in 120 milliseconds