Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.h192 class ObjectScope : public Scope { class in v8_inspector::final
194 ObjectScope(V8InspectorSessionImpl*, const String16& remoteObjectId);
195 ~ObjectScope() override;
196 ObjectScope(const ObjectScope&) = delete;
197 ObjectScope& operator=(const ObjectScope&) = delete;
H A Dv8-runtime-agent-impl.cc347 InjectedScript::ObjectScope scope(m_session, promiseObjectId); in awaitPromise()
391 InjectedScript::ObjectScope scope(m_session, objectId.fromJust()); in callFunctionOn()
442 InjectedScript::ObjectScope scope(m_session, objectId); in getProperties()
478 InjectedScript::ObjectScope scope(m_session, objectId); in releaseObject()
646 InjectedScript::ObjectScope scope(m_session, prototypeObjectId); in queryObjects()
820 InjectedScript::ObjectScope scope(m_session, errorObjectId); in getExceptionDetails()
H A Dinjected-script.cc984 InjectedScript::ObjectScope::ObjectScope(V8InspectorSessionImpl* session, in ObjectScope() function in v8_inspector::InjectedScript::ObjectScope
988 InjectedScript::ObjectScope::~ObjectScope() = default;
990 Response InjectedScript::ObjectScope::findInjectedScript( in findInjectedScript()
H A Dv8-debugger-agent-impl.cc640 InjectedScript::ObjectScope scope(m_session, functionObjectId); in setBreakpointOnFunctionCall()

Completed in 8 milliseconds