Home
last modified time | relevance | path

Searched refs:ObjectScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/inspector/
Dinjected-script.h147 class ObjectScope : public Scope {
149 ObjectScope(V8InspectorImpl*, int contextGroupId,
151 ~ObjectScope();
161 DISALLOW_COPY_AND_ASSIGN(ObjectScope);
Dinjected-script.cc502 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()
Dv8-runtime-agent-impl.cc332 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()