()
| 332 | } |
| 333 | |
| 334 | function 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 | /*============================================================================= |
nothing calls this directly
no test coverage detected