Home | History | Annotate | Download | only in src

Lines Matching defs:ExportDeclaration

70   V(ExportDeclaration)                          \
609 class ExportDeclaration V8_FINAL : public Declaration {
611 DECLARE_NODE_TYPE(ExportDeclaration)
618 ExportDeclaration(VariableProxy* proxy, Scope* scope, int pos)
2955 ExportDeclaration* NewExportDeclaration(VariableProxy* proxy,
2958 ExportDeclaration* decl =
2959 new(zone_) ExportDeclaration(proxy, scope, pos);
2960 VISIT_AND_RETURN(ExportDeclaration, decl)