Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.h190 const String16& objectGroupName() const { return m_objectGroupName; } in objectGroupName() function
Dinjected-script.cc677 String16 InjectedScript::objectGroupName(const RemoteObjectId& objectId) const { in objectGroupName() function in v8_inspector::InjectedScript