Home
last modified time | relevance | path

Searched refs:RegularExportCellIndex (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dmodules.cc165 int cell_index = module_info->RegularExportCellIndex(i); in DeserializeRegularExports()
Dscopeinfo.cc948 int ModuleInfo::RegularExportCellIndex(int i) const { in RegularExportCellIndex() function in v8::internal::ModuleInfo
/external/v8/src/
Dobjects.h8171 int RegularExportCellIndex(int i) const;
Dobjects.cc20102 int cell_index = module_info->RegularExportCellIndex(i); in Instantiate()