Home
last modified time | relevance | path

Searched refs:GraphAsJSON (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.h128 struct GraphAsJSON { struct
129 GraphAsJSON(const Graph& g, SourcePositionTable* p, NodeOriginTable* o) in GraphAsJSON() function
136 V8_INLINE V8_EXPORT_PRIVATE GraphAsJSON AsJSON(const Graph& g, in AsJSON() argument
139 return GraphAsJSON(g, p, o); in AsJSON()
143 const GraphAsJSON& ad);
Dgraph-visualizer.cc401 std::ostream& operator<<(std::ostream& os, const GraphAsJSON& ad) { in operator <<()