Home
last modified time | relevance | path

Searched refs:RecordWasmScriptWithBreakpoints (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug.h260 void RecordWasmScriptWithBreakpoints(Handle<Script> script);
Ddebug.cc759 RecordWasmScriptWithBreakpoints(script); in SetBreakPointForScript()
916 RecordWasmScriptWithBreakpoints(script); in SetInstrumentationBreakpointForWasmScript()
927 void Debug::RecordWasmScriptWithBreakpoints(Handle<Script> script) { in RecordWasmScriptWithBreakpoints() function in v8::internal::Debug