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

/external/v8/src/ast/
H A Dast.h44 V(ExportDeclaration)
606 class ExportDeclaration final : public Declaration {
608 DECLARE_NODE_TYPE(ExportDeclaration)
615 ExportDeclaration(Zone* zone, VariableProxy* proxy, Scope* scope, int pos) function in class:v8::internal::final
3121 ExportDeclaration* NewExportDeclaration(VariableProxy* proxy,
3125 ExportDeclaration(parser_zone_, proxy, scope, pos);

Completed in 126 milliseconds