Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
657
ObjectSetPrototypeOf(RegExpLikeForStringSplitting.prototype, null);
658
Callers
3
url.js
File · 0.45
splitEscapedAltNames
Function · 0.45
_http_agent.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected