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

/external/v8/src/
H A Djson-parser.h83 inline uc32 AdvanceGetChar() { function in class:v8::internal::BASE_EMBEDDED
252 if (AdvanceGetChar() == 'a' && AdvanceGetChar() == 'l' &&
253 AdvanceGetChar() == 's' && AdvanceGetChar() == 'e') {
260 if (AdvanceGetChar() == 'r' && AdvanceGetChar() == 'u' &&
261 AdvanceGetChar() == 'e') {
268 if (AdvanceGetChar() == 'u' && AdvanceGetChar()
[all...]
/external/chromium_org/v8/src/
H A Djson-parser.h101 inline uc32 AdvanceGetChar() { function in class:v8::internal::BASE_EMBEDDED
293 if (AdvanceGetChar() == 'a' && AdvanceGetChar() == 'l' &&
294 AdvanceGetChar() == 's' && AdvanceGetChar() == 'e') {
301 if (AdvanceGetChar() == 'r' && AdvanceGetChar() == 'u' &&
302 AdvanceGetChar() == 'e') {
309 if (AdvanceGetChar() == 'u' && AdvanceGetChar()
[all...]

Completed in 124 milliseconds