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

Function SideEffectFreeRegExpPrototypeExec

lib/internal/util.js:733–736  ·  view source on GitHub ↗
(regex, string)

Source from the content-addressed store, hash-verified

731}
732
733function SideEffectFreeRegExpPrototypeExec(regex, string) {
734 const { RegExp: RegExpFromAnotherRealm } = getInternalGlobal();
735 return FunctionPrototypeCall(RegExpFromAnotherRealm.prototype.exec, regex, string);
736}
737
738const crossRealmRegexes = new SafeWeakMap();
739function getCrossRealmRegex(regex) {

Callers 2

fs.jsFile · 0.85

Calls 1

getInternalGlobalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…