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

Method scriptSource

deps/v8/test/debugger/test-api.js:179–181  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

177 // Returns the script source. The return value is the script source for the
178 // script in which the function is defined.
179 scriptSource(func) {
180 return %FunctionGetScriptSource(func);
181 };
182
183 setBreakPointsActive(enabled) {
184 const {msgid, msg} = this.createMessage(

Callers 15

hFunction · 0.80
function-source.jsFile · 0.80
TestFunction · 0.80
listenerFunction · 0.80
ChangerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected