Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.h186 class ObjectScope : public Scope {
188 ObjectScope(V8InspectorSessionImpl*, const String16& remoteObjectId);
189 ~ObjectScope() override;
199 DISALLOW_COPY_AND_ASSIGN(ObjectScope);
Dv8-runtime-agent-impl.cc325 InjectedScript::ObjectScope scope(m_session, promiseObjectId); in awaitPromise()
366 InjectedScript::ObjectScope scope(m_session, objectId.fromJust()); in callFunctionOn()
415 InjectedScript::ObjectScope scope(m_session, objectId); in getProperties()
451 InjectedScript::ObjectScope scope(m_session, objectId); in releaseObject()
611 InjectedScript::ObjectScope scope(m_session, prototypeObjectId); in queryObjects()
Dinjected-script.cc961 InjectedScript::ObjectScope::ObjectScope(V8InspectorSessionImpl* session, in ObjectScope() function in v8_inspector::InjectedScript::ObjectScope
965 InjectedScript::ObjectScope::~ObjectScope() = default;
967 Response InjectedScript::ObjectScope::findInjectedScript( in findInjectedScript()
Dv8-debugger-agent-impl.cc608 InjectedScript::ObjectScope scope(m_session, functionObjectId); in setBreakpointOnFunctionCall()