Searched refs:ParseConstToken (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | json.cc | 436 static bool ParseConstToken(const Char* start, in ParseConstToken() function in v8_crdtp::json::__anon15266::JsonParser 650 if (ParseConstToken(start, end, token_end, kNullString)) in ParseToken() 654 if (ParseConstToken(start, end, token_end, kTrueString)) in ParseToken() 658 if (ParseConstToken(start, end, token_end, kFalseString)) in ParseToken()
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.cc | 1571 static bool ParseConstToken(const Char* start, in ParseConstToken() function in v8_inspector_protocol_encoding::json::__anon15493::JsonParser 1785 if (ParseConstToken(start, end, token_end, kNullString)) in ParseToken() 1789 if (ParseConstToken(start, end, token_end, kTrueString)) in ParseToken() 1793 if (ParseConstToken(start, end, token_end, kFalseString)) in ParseToken()
|
Completed in 5 milliseconds