Searched refs:ParseExportDeclaration (Results 1 – 2 of 2) sorted by relevance
734 Statement* ParseExportDeclaration(bool* ok);
1308 return ParseExportDeclaration(ok); in ParseModuleItem()1605 Statement* Parser::ParseExportDeclaration(bool* ok) { in ParseExportDeclaration() function in v8::internal::Parser