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

Function SideEffectFreeRegExpPrototypeSymbolSplit

lib/internal/util.js:762–764  ·  view source on GitHub ↗
(regex, string, limit = undefined)

Source from the content-addressed store, hash-verified

760}
761
762function SideEffectFreeRegExpPrototypeSymbolSplit(regex, string, limit = undefined) {
763 return getCrossRealmRegex(regex)[SymbolSplit](string, limit);
764}
765
766/**
767 * Helper function to lazy-load an initialize-once value.

Callers 2

_handleErrorMethod · 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…