Home
last modified time | relevance | path

Searched refs:LookupLocalExport (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dmodules.cc48 const AstRawString* ModuleDescriptor::LookupLocalExport( in LookupLocalExport() function in v8::internal::ModuleDescriptor
Dmodules.h56 const AstRawString* LookupLocalExport(const AstRawString* export_name,
/external/v8/test/cctest/
Dtest-parsing.cc5895 descriptor->LookupLocalExport(export_name, &zone); in TEST()