Home
last modified time | relevance | path

Searched refs:WhiteSpace (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/strings/
H A Dchar-predicates.h76 return unibrow::WhiteSpace::Is(c); in IsWhiteSpaceSlow()
80 // WhiteSpace and LineTerminator according to ES6 draft section 11.2 and 11.3
H A Dunicode.h216 struct V8_EXPORT_PRIVATE WhiteSpace { struct
H A Dunicode.cc779 // WhiteSpace: (point.category == 'Zs') or ('JS_White_Space' in
788 bool WhiteSpace::Is(uchar c) { in Is()
/third_party/node/deps/v8/src/date/
H A Ddateparser-inl.h204 return DateToken::WhiteSpace(in_->position() - pre_pos); in Scan()
H A Ddateparser.h196 static DateToken WhiteSpace(int length) { in WhiteSpace() function

Completed in 7 milliseconds