Home
last modified time | relevance | path

Searched refs:CallFrameScope (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.h208 class CallFrameScope : public Scope { class in v8_inspector::final
210 CallFrameScope(V8InspectorSessionImpl*, const String16& remoteCallFrameId);
211 ~CallFrameScope() override;
212 CallFrameScope(const CallFrameScope&) = delete;
213 CallFrameScope& operator=(const CallFrameScope&) = delete;
H A Dinjected-script.cc1005 InjectedScript::CallFrameScope::CallFrameScope(V8InspectorSessionImpl* session, in CallFrameScope() function in v8_inspector::InjectedScript::CallFrameScope
1009 InjectedScript::CallFrameScope::~CallFrameScope() = default;
1011 Response InjectedScript::CallFrameScope::findInjectedScript( in findInjectedScript()
H A Dv8-debugger-agent-impl.cc1260 InjectedScript::CallFrameScope scope(m_session, callFrameId); in evaluateOnCallFrame()
1300 InjectedScript::CallFrameScope scope(m_session, callFrameId); in setVariableValue()

Completed in 7 milliseconds