Lines Matching refs:ModuleInfo
50 if (!ModuleInfo::cast(entry)->Equals(ModuleInfo::cast(other_entry))) { in Equals()
302 Handle<ModuleInfo> module_info = in Create()
303 ModuleInfo::New(isolate, zone, scope->AsModuleScope()->module()); in Create()
619 ModuleInfo* ScopeInfo::ModuleDescriptorInfo() const { in ModuleDescriptorInfo()
621 return ModuleInfo::cast(get(ModuleInfoIndex())); in ModuleDescriptorInfo()
885 Handle<ModuleInfo> ModuleInfo::New(Isolate* isolate, Zone* zone, in New()
936 Handle<ModuleInfo> result = isolate->factory()->NewModuleInfo(); in New()
946 int ModuleInfo::RegularExportCount() const { in RegularExportCount()
951 String* ModuleInfo::RegularExportLocalName(int i) const { in RegularExportLocalName()
956 int ModuleInfo::RegularExportCellIndex(int i) const { in RegularExportCellIndex()
961 FixedArray* ModuleInfo::RegularExportExportNames(int i) const { in RegularExportExportNames()