Searched refs:IdentifierStart (Results 1 – 7 of 7) sorted by relevance
35 struct V8_EXPORT_PRIVATE IdentifierStart { struct38 struct IdentifierStart {
19 bool IdentifierStart::Is(uc32 c) { in Is()
33 unibrow::Predicate<IdentifierStart, 128> kIsIdentifierStart;
1847 : IdentifierStart IdentifierPart*1856 IdentifierStart
146 public static final int IdentifierStart=118; field in JavaLexer
291 public static final int IdentifierStart=118; field in JavaParser
847 if (!IdentifierStart::Is(c)) { in ParseCaptureGroupName()