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