Home
last modified time | relevance | path

Searched refs:DECLARE_VISIT (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dprettyprinter.h50 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
51 AST_NODE_LIST(DECLARE_VISIT)
52 #undef DECLARE_VISIT
105 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
106 AST_NODE_LIST(DECLARE_VISIT)
107 #undef DECLARE_VISIT
Dast-traversal-visitor.h49 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
50 AST_NODE_LIST(DECLARE_VISIT) in AST_NODE_LIST() argument
51 #undef DECLARE_VISIT in AST_NODE_LIST()
/third_party/node/deps/v8/src/regexp/
Dregexp-dotprinter.cc24 #define DECLARE_VISIT(Type) virtual void Visit##Type(Type##Node* that); macro
25 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
26 #undef DECLARE_VISIT
Dregexp-nodes.h770 #define DECLARE_VISIT(Type) virtual void Visit##Type(Type##Node* that) = 0; macro
771 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
772 #undef DECLARE_VISIT
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h51 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
52 AST_NODE_LIST(DECLARE_VISIT)
53 #undef DECLARE_VISIT