Searched refs:ParseModuleDeclaration (Results 1 – 2 of 2) sorted by relevance
675 Statement* ParseModuleDeclaration(ZoneStringList* names, bool* ok);
1163 return ParseModuleDeclaration(NULL, ok); in ParseModuleElement()1172 Statement* Parser::ParseModuleDeclaration(ZoneStringList* names, bool* ok) { in ParseModuleDeclaration() function in v8::internal::Parser1466 result = ParseModuleDeclaration(&names, CHECK_OK); in ParseExportDeclaration()