MCPcopy Create free account
hub / github.com/browserify/static-module / isRegExpIdentifierStart

Function isRegExpIdentifierStart

bench/input.js:3976–3978  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

3974 return false
3975};
3976function isRegExpIdentifierStart(ch) {
3977 return isIdentifierStart(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */
3978}
3979
3980// RegExpIdentifierPart[U] ::
3981// UnicodeIDContinue

Callers 1

input.jsFile · 0.85

Calls 1

isIdentifierStartFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…