Searched refs:ObjectScope (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/inspector/ |
D | injected-script.h | 147 class ObjectScope : public Scope { 149 ObjectScope(V8InspectorImpl*, int contextGroupId, 151 ~ObjectScope(); 161 DISALLOW_COPY_AND_ASSIGN(ObjectScope);
|
D | injected-script.cc | 502 InjectedScript::ObjectScope::ObjectScope(V8InspectorImpl* inspector, in ObjectScope() function in v8_inspector::InjectedScript::ObjectScope 508 InjectedScript::ObjectScope::~ObjectScope() {} in ~ObjectScope() 510 Response InjectedScript::ObjectScope::findInjectedScript( in findInjectedScript()
|
D | v8-runtime-agent-impl.cc | 332 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(), in awaitPromise() 353 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(), in callFunctionOn() 452 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(), in getProperties() 503 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(), in releaseObject()
|