Home
last modified time | relevance | path

Searched refs:MatchSkipWhiteSpace (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Djson-parser.h89 inline bool MatchSkipWhiteSpace(uc32 c) { in MatchSkipWhiteSpace() function
443 } while (transitioning && MatchSkipWhiteSpace(',')); in ParseJsonObject()
449 while (MatchSkipWhiteSpace(',')) { in ParseJsonObject()
522 } while (MatchSkipWhiteSpace(',')); in ParseJsonArray()