Searched refs:JSONEscaped (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dgraph-visualizer.cc85 class JSONEscaped { class in namespace:v8::internal::compiler
87 explicit JSONEscaped(const std::ostringstream& os) : str_(os.str()) {} function in class:v8::internal::compiler::JSONEscaped
89 friend std::ostream& operator<<(std::ostream& os, const JSONEscaped& e) {
134 os_ << "{\"id\":" << SafeId(node) << ",\"label\":\"" << JSONEscaped(label)
136 << ",\"title\":\"" << JSONEscaped(title) << "\""
138 << ",\"properties\":\"" << JSONEscaped(properties) << "\"";
170 os_ << ",\"type\":\"" << JSONEscaped(type_out) << "\"";

Completed in 45 milliseconds