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

Method eventDataScript

deps/v8/test/debugger/test-api.js:679–688  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

677 }
678
679 eventDataScript(params) {
680 const id = parseInt(params.scriptId);
681 const name = params.url ? params.url : undefined;
682
683 return { id : () => id,
684 name : () => name,
685 source : () => this.eventDataScriptSource(params.scriptId),
686 setSource : (src) => this.eventDataScriptSetSource(id, src)
687 };
688 }
689
690 // --- Message handlers. -----------------------------------------------------
691

Calls 2

eventDataScriptSourceMethod · 0.95

Tested by

no test coverage detected