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

Method isNestedIn

deps/v8/tools/parse-processor.mjs:669–672  ·  view source on GitHub ↗
(funktion)

Source from the content-addressed store, hash-verified

667 }
668
669 isNestedIn(funktion) {
670 if (this.script != funktion.script) throw "Incompatible script";
671 return funktion.start < this.start && this.end <= funktion.end;
672 }
673
674 isToplevel() {
675 return this.parent === null;

Callers 1

finalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected