Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.h60 struct NodeOriginAsJSON { struct
61 explicit NodeOriginAsJSON(const NodeOrigin& no) : no(no) {} in NodeOriginAsJSON() function
65 V8_INLINE V8_EXPORT_PRIVATE NodeOriginAsJSON AsJSON(const NodeOrigin& no) { in AsJSON() argument
66 return NodeOriginAsJSON(no); in AsJSON()
Dgraph-visualizer.cc63 std::ostream& operator<<(std::ostream& out, const NodeOriginAsJSON& asJSON) { in operator <<()