MCPcopy Create free account
hub / github.com/nodejs/node / set_user_js_bp

Function set_user_js_bp

deps/v8/tools/windbg.js:334–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332}
333
334function set_user_js_bp() {
335 let ctl = host.namespace.Debugger.Utility.Control;
336 ctl.ExecuteCommand(`bp ${module_name()}!v8::internal::Execution::Call`)
337}
338
339
340/*=============================================================================

Callers

nothing calls this directly

Calls 1

module_nameFunction · 0.85

Tested by

no test coverage detected