Lines Matching refs:SourceTextModuleInfo
46 if (!SourceTextModuleInfo::cast(entry).Equals( in Equals()
47 SourceTextModuleInfo::cast(other_entry))) { in Equals()
159 Handle<SourceTextModuleInfo> module_info; in Create()
161 module_info = SourceTextModuleInfo::New(isolate, zone, in Create()
854 SourceTextModuleInfo ScopeInfo::ModuleDescriptorInfo() const { in ModuleDescriptorInfo()
856 return SourceTextModuleInfo::cast(module_info()); in ModuleDescriptorInfo()
1166 Handle<SourceTextModuleInfo> SourceTextModuleInfo::New( in New()
1218 Handle<SourceTextModuleInfo> result = in New()
1227 template Handle<SourceTextModuleInfo> SourceTextModuleInfo::New(
1229 template Handle<SourceTextModuleInfo> SourceTextModuleInfo::New(
1232 int SourceTextModuleInfo::RegularExportCount() const { in RegularExportCount()
1237 String SourceTextModuleInfo::RegularExportLocalName(int i) const { in RegularExportLocalName()
1242 int SourceTextModuleInfo::RegularExportCellIndex(int i) const { in RegularExportCellIndex()
1247 FixedArray SourceTextModuleInfo::RegularExportExportNames(int i) const { in RegularExportExportNames()