Home
last modified time | relevance | path

Searched refs:RegularExportCount (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dmodule-info.h53 int RegularExportCount() const;
Dscope-info.cc910 int ModuleInfo::RegularExportCount() const { in RegularExportCount() function in v8::internal::ModuleInfo
/external/v8/src/ast/
Dmodules.cc166 for (int i = 0, count = module_info->RegularExportCount(); i < count; ++i) { in DeserializeRegularExports()
/external/v8/src/
Dfactory.cc1924 ObjectHashTable::New(isolate(), module_info->RegularExportCount()); in NewModule()
1926 NewFixedArray(module_info->RegularExportCount()); in NewModule()
Dobjects.cc19881 for (int i = 0, n = module_info->RegularExportCount(); i < n; ++i) { in Instantiate()