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

Function isUnicodePropertyValueCharacter

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

Source from the content-addressed store, hash-verified

4313 return state.lastStringValue !== ""
4314};
4315function isUnicodePropertyValueCharacter(ch) {
4316 return isUnicodePropertyNameCharacter(ch) || isDecimalDigit(ch)
4317}
4318
4319// LoneUnicodePropertyNameOrValue ::
4320// UnicodePropertyValueCharacters

Callers 1

input.jsFile · 0.85

Calls 2

isDecimalDigitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…