Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Djson-parser.h113 const uint8_t* expected_chars = content.ToOneByteVector().start(); in ParseJsonString() local
116 if (c0 != expected_chars[i] || c0 == '"' || c0 < 0x20 || c0 == '\\') { in ParseJsonString()