Searched refs:GraphAsJSON (Results 1 – 2 of 2) sorted by relevance
128 struct GraphAsJSON { struct129 GraphAsJSON(const Graph& g, SourcePositionTable* p, NodeOriginTable* o) in GraphAsJSON() function136 V8_INLINE V8_EXPORT_PRIVATE GraphAsJSON AsJSON(const Graph& g, in AsJSON() argument139 return GraphAsJSON(g, p, o); in AsJSON()143 const GraphAsJSON& ad);
401 std::ostream& operator<<(std::ostream& os, const GraphAsJSON& ad) { in operator <<()