Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dmodule-info.h55 int RegularExportCellIndex(int i) const;
Dscope-info.cc920 int ModuleInfo::RegularExportCellIndex(int i) const { in RegularExportCellIndex() function in v8::internal::ModuleInfo
/external/v8/src/ast/
Dmodules.cc168 int cell_index = module_info->RegularExportCellIndex(i); in DeserializeRegularExports()
/external/v8/src/
Dobjects.cc19882 int cell_index = module_info->RegularExportCellIndex(i); in Instantiate()