Searched refs: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::JSONEscaped239 friend std::ostream& operator<<(std::ostream& os, const JSONEscaped& e) { in operator <<()286 os_ << "{\"id\":" << SafeId(node) << ",\"label\":\"" << JSONEscaped(label) in PrintNode()288 << ",\"title\":\"" << JSONEscaped(title) << "\"" in PrintNode()290 << ",\"properties\":\"" << JSONEscaped(properties) << "\""; in PrintNode()328 os_ << ",\"type\":\"" << JSONEscaped(type_out) << "\""; in PrintNode()