Home
last modified time | relevance | path

Searched refs:ParseExportClause (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser.h736 void* ParseExportClause(ZoneList<const AstRawString*>* export_names,
Dparser.cc1362 void* Parser::ParseExportClause(ZoneList<const AstRawString*>* export_names, in ParseExportClause() function in v8::internal::Parser
1648 ParseExportClause(&export_names, &export_locations, &local_names, in ParseExportDeclaration()