Home | History | Annotate | Download | only in src

Lines Matching defs:ModuleDeclaration

68   V(ModuleDeclaration)                          \
563 class ModuleDeclaration V8_FINAL : public Declaration {
565 DECLARE_NODE_TYPE(ModuleDeclaration)
573 ModuleDeclaration(VariableProxy* proxy,
2937 ModuleDeclaration* NewModuleDeclaration(VariableProxy* proxy,
2941 ModuleDeclaration* decl =
2942 new(zone_) ModuleDeclaration(proxy, module, scope, pos);
2943 VISIT_AND_RETURN(ModuleDeclaration, decl)