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

Function isUnicodePropertyNameCharacter

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

Source from the content-addressed store, hash-verified

4298 return state.lastStringValue !== ""
4299};
4300function isUnicodePropertyNameCharacter(ch) {
4301 return isControlLetter(ch) || ch === 0x5F /* _ */
4302}
4303
4304// UnicodePropertyValue ::
4305// UnicodePropertyValueCharacters

Callers 2

input.jsFile · 0.85

Calls 1

isControlLetterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…