Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
H A Dchar-predicates.h51 // This includes \u200c and \u200d, and ID_Continue according to
62 return unibrow::ID_Start::Is(c) || unibrow::ID_Continue::Is(c); in IsIdentifierPartSlow()
H A Dunicode.h213 struct V8_EXPORT_PRIVATE ID_Continue { struct
H A Dunicode.cc681 // ID_Continue: point.category in ['Nd', 'Mn', 'Mc', 'Pc'] or
763 bool ID_Continue::Is(uchar c) { in Is()

Completed in 5 milliseconds