MCPcopy Index your code
hub / github.com/nodejs/node / handleDebuggerScriptParsed

Method handleDebuggerScriptParsed

deps/v8/test/debugger/test-api.js:760–771  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

758 }
759
760 handleDebuggerScriptParsed(message) {
761 const params = message.params;
762 let eventData = { scriptId : params.scriptId,
763 script : () => this.eventDataScript(params),
764 eventType : this.DebugEvent.AfterCompile
765 }
766
767 // TODO(jgruber): Arguments as needed. Still completely missing exec_state,
768 // and eventData used to contain the script mirror instead of its id.
769 this.invokeListener(this.DebugEvent.AfterCompile, undefined, eventData,
770 undefined);
771 }
772
773 handleDebuggerScriptFailedToParse(message) {
774 const params = message.params;

Callers 1

dispatchMessageMethod · 0.95

Calls 2

eventDataScriptMethod · 0.95
invokeListenerMethod · 0.95

Tested by

no test coverage detected