Searched defs:JSONEscaped (Results 1 – 1 of 1) sorted by relevance
68 class JSONEscaped { class70 explicit JSONEscaped(const std::ostringstream& os) : str_(os.str()) {} in JSONEscaped() function in v8::internal::compiler::JSONEscaped