Home
last modified time | relevance | path

Searched refs:ID_Start (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/strings/
H A Dchar-predicates.h36 // This includes '_', '$' and '\', and ID_Start according to
46 return (c <= 0xFFFF) ? unibrow::ID_Start::Is(c) : false; in IsIdentifierStartSlow()
52 // http://www.unicode.org/reports/tr31/, which consists of ID_Start,
62 return unibrow::ID_Start::Is(c) || unibrow::ID_Continue::Is(c); in IsIdentifierPartSlow()
H A Dunicode.h210 struct V8_EXPORT_PRIVATE ID_Start { struct
H A Dunicode.cc523 // ID_Start: ((point.category in ['Lu', 'Ll', 'Lt', 'Lm', 'Lo',
657 bool ID_Start::Is(uchar c) { in Is()

Completed in 10 milliseconds