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

Method exec

lib/internal/per_context/primordials.js:653–655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

651 }
652
653 exec() {
654 return ReflectApply(OriginalRegExpPrototypeExec, this.#regex, arguments);
655 }
656}
657ObjectSetPrototypeOf(RegExpLikeForStringSplitting.prototype, null);
658

Callers 3

url.jsFile · 0.45
splitEscapedAltNamesFunction · 0.45
_http_agent.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected