Searched refs:ParseExportDeclaration (Results 1 – 2 of 2) sorted by relevance
683 Statement* ParseExportDeclaration(bool* ok);
1149 return ParseExportDeclaration(ok); in ParseModuleElement()1436 Statement* Parser::ParseExportDeclaration(bool* ok) { in ParseExportDeclaration() function in v8::internal::Parser