MCPcopy Create free account
hub / github.com/nodejs/node / setDisassemble

Method setDisassemble

deps/v8/tools/profile.mjs:292–294  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

290 }
291
292 setDisassemble(code) {
293 this.disassemble = code;
294 }
295
296 getSourceCode() {
297 return this.script.source?.substring(this.start, this.end);

Callers 1

addDisassembleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected