Searched refs:RegularExportCount (Results 1 – 5 of 5) sorted by relevance
53 int RegularExportCount() const;
910 int ModuleInfo::RegularExportCount() const { in RegularExportCount() function in v8::internal::ModuleInfo
166 for (int i = 0, count = module_info->RegularExportCount(); i < count; ++i) { in DeserializeRegularExports()
1924 ObjectHashTable::New(isolate(), module_info->RegularExportCount()); in NewModule()1926 NewFixedArray(module_info->RegularExportCount()); in NewModule()
19881 for (int i = 0, n = module_info->RegularExportCount(); i < n; ++i) { in Instantiate()