MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / doEval

Method doEval

tools/xsbug-log/xsbug-machine.js:214–216  ·  view source on GitHub ↗
(frame, compiled)

Source from the content-addressed store, hash-verified

212 this.doCommand(`clear-all-breakpoints`);
213 }
214 doEval(frame, compiled) {
215 this.doCommand(`eval id="${frame}" path="${compiled}" line="0"`);
216 }
217 doClearBreakpoint(path, line) {
218 this.doCommand(`clear-breakpoint path="${path}" line="${line}" id="@0"`);
219 }

Callers 1

cmdEvalMethod · 0.80

Calls 1

doCommandMethod · 0.95

Tested by

no test coverage detected