Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.h165 class ObjectScope : public Scope {
167 ObjectScope(V8InspectorSessionImpl*, const String16& remoteObjectId);
168 ~ObjectScope();
178 DISALLOW_COPY_AND_ASSIGN(ObjectScope);
Dv8-runtime-agent-impl.cc304 InjectedScript::ObjectScope scope(m_session, promiseObjectId); in awaitPromise()
339 InjectedScript::ObjectScope scope(m_session, objectId.fromJust()); in callFunctionOn()
387 InjectedScript::ObjectScope scope(m_session, objectId); in getProperties()
440 InjectedScript::ObjectScope scope(m_session, objectId); in releaseObject()
597 InjectedScript::ObjectScope scope(m_session, prototypeObjectId); in queryObjects()
Dinjected-script.cc748 InjectedScript::ObjectScope::ObjectScope(V8InspectorSessionImpl* session, in ObjectScope() function in v8_inspector::InjectedScript::ObjectScope
752 InjectedScript::ObjectScope::~ObjectScope() {} in ~ObjectScope()
754 Response InjectedScript::ObjectScope::findInjectedScript( in findInjectedScript()
Dv8-debugger-agent-impl.cc561 InjectedScript::ObjectScope scope(m_session, functionObjectId); in setBreakpointOnFunctionCall()