Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Djson-parser.h82 inline uc32 AdvanceGetChar() { in AdvanceGetChar() function
280 if (AdvanceGetChar() == 'a' && AdvanceGetChar() == 'l' && in ParseJsonValue()
281 AdvanceGetChar() == 's' && AdvanceGetChar() == 'e') { in ParseJsonValue()
288 if (AdvanceGetChar() == 'r' && AdvanceGetChar() == 'u' && in ParseJsonValue()
289 AdvanceGetChar() == 'e') { in ParseJsonValue()
296 if (AdvanceGetChar() == 'u' && AdvanceGetChar() == 'l' && in ParseJsonValue()
297 AdvanceGetChar() == 'l') { in ParseJsonValue()