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

Method execStateFrameRestart

deps/v8/test/debugger/test-api.js:588–594  ·  view source on GitHub ↗
(frame)

Source from the content-addressed store, hash-verified

586 }
587
588 execStateFrameRestart(frame) {
589 const frameid = frame.callFrameId;
590 const {msgid, msg} = this.createMessage(
591 "Debugger.restartFrame", { callFrameId : frameid });
592 this.sendMessage(msg);
593 this.takeReplyChecked(msgid);
594 }
595
596 execStateFrame(frame) {
597 const scriptid = parseInt(frame.location.scriptId);

Callers 1

execStateFrameMethod · 0.95

Calls 3

createMessageMethod · 0.95
sendMessageMethod · 0.95
takeReplyCheckedMethod · 0.95

Tested by

no test coverage detected