Searched refs:RegularExportCount (Results 1 – 5 of 5) sorted by relevance
163 for (int i = 0, count = module_info->RegularExportCount(); i < count; ++i) { in DeserializeRegularExports()
938 int ModuleInfo::RegularExportCount() const { in RegularExportCount() function in v8::internal::ModuleInfo
1828 ObjectHashTable::New(isolate(), module_info->RegularExportCount()); in NewModule()1830 NewFixedArray(module_info->RegularExportCount()); in NewModule()
8169 int RegularExportCount() const;
20101 for (int i = 0, n = module_info->RegularExportCount(); i < n; ++i) { in Instantiate()