Home
last modified time | relevance | path

Searched refs:SetBreakOnNextFunctionCall (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc191 v8::debug::SetBreakOnNextFunctionCall(m_isolate); in setPauseOnNextCall()
933 v8::debug::SetBreakOnNextFunctionCall(m_isolate); in externalAsyncTaskStarted()
1043 v8::debug::SetBreakOnNextFunctionCall(m_isolate); in asyncTaskStartedForStepping()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc350 v8::debug::SetBreakOnNextFunctionCall(isolate); in Suspend()
/third_party/node/deps/v8/src/debug/
H A Ddebug.h278 void SetBreakOnNextFunctionCall();
567 // This flag is true when SetBreakOnNextFunctionCall is called and it forces
H A Ddebug-interface.h64 V8_EXPORT_PRIVATE void SetBreakOnNextFunctionCall(Isolate* isolate);
H A Ddebug-interface.cc133 void SetBreakOnNextFunctionCall(Isolate* isolate) { in SetBreakOnNextFunctionCall() function
134 reinterpret_cast<i::Isolate*>(isolate)->debug()->SetBreakOnNextFunctionCall(); in SetBreakOnNextFunctionCall()
H A Ddebug.cc1055 void Debug::SetBreakOnNextFunctionCall() { in SetBreakOnNextFunctionCall() function in v8::internal::Debug
1057 // last_step_action_. If any break happens between SetBreakOnNextFunctionCall in SetBreakOnNextFunctionCall()

Completed in 13 milliseconds