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

Method from

lib/internal/debugger/inspect_repl.js:563–573  ·  view source on GitHub ↗
(callFrames)

Source from the content-addressed store, hash-verified

561 }
562
563 static from(callFrames) {
564 return FunctionPrototypeCall(
565 ArrayFrom,
566 this,
567 callFrames,
568 (callFrame) =>
569 (callFrame instanceof CallFrame ?
570 callFrame :
571 new CallFrame(callFrame)),
572 );
573 }
574 }
575
576 function prepareControlCode(input) {

Callers 3

createReplFunction · 0.45
encodeFrameHybi17Function · 0.45
callMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected