Home
last modified time | relevance | path

Searched defs:AsJSON (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dgraph-visualizer.h31 struct AsJSON { struct
32 AsJSON(const Graph& g, SourcePositionTable* p) : graph(g), positions(p) {} in AsJSON() argument
37 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const AsJSON& ad); argument