Searched refs:GraphAsJSON (Results 1 – 2 of 2) sorted by relevance
87 struct GraphAsJSON { struct88 GraphAsJSON(const Graph& g, SourcePositionTable* p, NodeOriginTable* o) in GraphAsJSON() function95 V8_INLINE V8_EXPORT_PRIVATE GraphAsJSON AsJSON(const Graph& g, in AsJSON() argument98 return GraphAsJSON(g, p, o); in AsJSON()102 const GraphAsJSON& ad);
395 std::ostream& operator<<(std::ostream& os, const GraphAsJSON& ad) { in operator <<()