Searched defs:VISIT_AND_RETURN (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dast.h3077 #define VISIT_AND_RETURN(NodeType, node) \ macro
3087 VISIT_AND_RETURN(VariableDeclaration, decl)
3097 VISIT_AND_RETURN(FunctionDeclaration, decl)
3106 VISIT_AND_RETURN(ModuleDeclaration, decl)
3115 VISIT_AND_RETURN(ImportDeclaration, decl)
3123 VISIT_AND_RETURN(ExportDeclaration, decl)
3129 VISIT_AND_RETURN(ModuleLiteral, module)
3134 VISIT_AND_RETURN(ModuleVariable, module)
3139 VISIT_AND_RETURN(ModulePath, module)
3144 VISIT_AND_RETURN(ModuleUr
3531 #undef VISIT_AND_RETURN macro
[all...]

Completed in 61 milliseconds