Home | History | Annotate | Download | only in src

Lines Matching refs:IMPORT

1214     case Token::IMPORT:
1425 // 'import' IdentifierName (',' IdentifierName)* 'from' ModuleSpecifier ';'
1429 Expect(Token::IMPORT, CHECK_OK);
1450 PrintF("# Import %s ", names[i]->ToAsciiArray());
1457 PrintF("IMPORT TYPE ERROR at '%s'\n", names[i]->ToAsciiArray());