Home
last modified time | relevance | path

Searched defs:objectGroupName (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/inspector/
Dinjected-script-source.js259 …_wrapObject: function(object, objectGroupName, forceValueType, generatePreview, columnNames, isTab… argument
278 _bind: function(object, objectGroupName) argument
292 …getProperties: function(object, objectGroupName, ownProperties, accessorPropertiesOnly, generatePr… argument
511 _substituteObjectTagsInCustomPreview: function(objectGroupName, jsonMLObject) argument
732 InjectedScript.RemoteObject = function(object, objectGroupName, doNotBind, forceValueType, generate… argument
812 _customPreview: function(object, objectGroupName, customObjectConfig) argument
Dinjected-script.h169 const String16& objectGroupName() const { return m_objectGroupName; } in objectGroupName() function
Dinjected-script.cc483 String16 InjectedScript::objectGroupName(const RemoteObjectId& objectId) const { in objectGroupName() function in v8_inspector::InjectedScript