Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dutils.h20 std::string StringLiteralUnquote(const std::string& s);
Dutils.cc17 std::string StringLiteralUnquote(const std::string& s) { in StringLiteralUnquote() function
Dtorque-parser.cc433 StringLiteralUnquote(child_results->NextAs<std::string>())}; in StringLiteralUnquoteAction()