Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dmodules.cc163 for (int i = 0, count = module_info->RegularExportCount(); i < count; ++i) { in DeserializeRegularExports()
Dscopeinfo.cc938 int ModuleInfo::RegularExportCount() const { in RegularExportCount() function in v8::internal::ModuleInfo
/external/v8/src/
Dfactory.cc1828 ObjectHashTable::New(isolate(), module_info->RegularExportCount()); in NewModule()
1830 NewFixedArray(module_info->RegularExportCount()); in NewModule()
Dobjects.h8169 int RegularExportCount() const;
Dobjects.cc20101 for (int i = 0, n = module_info->RegularExportCount(); i < n; ++i) { in Instantiate()