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

Function SideEffectFreeRegExpPrototypeSymbolReplace

lib/internal/util.js:758–760  ·  view source on GitHub ↗
(regex, string, replacement)

Source from the content-addressed store, hash-verified

756}
757
758function SideEffectFreeRegExpPrototypeSymbolReplace(regex, string, replacement) {
759 return getCrossRealmRegex(regex)[SymbolReplace](string, replacement);
760}
761
762function SideEffectFreeRegExpPrototypeSymbolSplit(regex, string, limit = undefined) {
763 return getCrossRealmRegex(regex)[SymbolSplit](string, limit);

Callers 13

defaultEvalMethod · 0.85
_handleErrorMethod · 0.85
getPathFromURLWin32Function · 0.85
bindBreakpointsMethod · 0.85
isNativeUrlFunction · 0.85
markSourceColumnFunction · 0.85
[customInspectSymbol]Method · 0.85
setBreakpointFunction · 0.85

Calls 1

getCrossRealmRegexFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…