Searched refs:SetBreakOnNextFunctionCall (Results 1 – 6 of 6) sorted by relevance
191 v8::debug::SetBreakOnNextFunctionCall(m_isolate); in setPauseOnNextCall()933 v8::debug::SetBreakOnNextFunctionCall(m_isolate); in externalAsyncTaskStarted()1043 v8::debug::SetBreakOnNextFunctionCall(m_isolate); in asyncTaskStartedForStepping()
350 v8::debug::SetBreakOnNextFunctionCall(isolate); in Suspend()
278 void SetBreakOnNextFunctionCall();
64 V8_EXPORT_PRIVATE void SetBreakOnNextFunctionCall(Isolate* isolate);
133 void SetBreakOnNextFunctionCall(Isolate* isolate) { in SetBreakOnNextFunctionCall() function134 reinterpret_cast<i::Isolate*>(isolate)->debug()->SetBreakOnNextFunctionCall(); in SetBreakOnNextFunctionCall()
1055 void Debug::SetBreakOnNextFunctionCall() { in SetBreakOnNextFunctionCall() function in v8::internal::Debug