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

/external/v8/src/
H A Dast.h68 V(ExportDeclaration) \
574 class ExportDeclaration: public Declaration { class in namespace:v8::internal
576 DECLARE_NODE_TYPE(ExportDeclaration)
585 ExportDeclaration(VariableProxy* proxy, function in class:v8::internal::ExportDeclaration
2676 ExportDeclaration* NewExportDeclaration(VariableProxy* proxy,
2678 ExportDeclaration* decl =
2679 new(zone_) ExportDeclaration(proxy, scope);
2680 VISIT_AND_RETURN(ExportDeclaration, decl)

Completed in 69 milliseconds