Home | History | Annotate | Download | only in src

Lines Matching refs:ImportDeclaration

69   V(ImportDeclaration)                          \
586 class ImportDeclaration V8_FINAL : public Declaration {
588 DECLARE_NODE_TYPE(ImportDeclaration)
596 ImportDeclaration(VariableProxy* proxy,
2946 ImportDeclaration* NewImportDeclaration(VariableProxy* proxy,
2950 ImportDeclaration* decl =
2951 new(zone_) ImportDeclaration(proxy, module, scope, pos);
2952 VISIT_AND_RETURN(ImportDeclaration, decl)