Searched defs:WhiteSpace (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dchar-predicates.h69 struct WhiteSpace { struct in namespace:v8::internal
70 static inline bool Is(uc32 c) { return unibrow::WhiteSpace::Is(c); }
74 // WhiteSpace and LineTerminator according to ES6 draft section 11.2 and 11.3
78 return WhiteSpace::Is(c) || unibrow::LineTerminator::Is(c);
H A Dunicode.h187 struct V8_EXPORT_PRIVATE WhiteSpace { struct in namespace:unibrow
H A Ddateparser.h189 static DateToken WhiteSpace(int length) { function in struct:v8::internal::DateParser::DateToken

Completed in 764 milliseconds