Searched refs:regular_exports (Results 1 – 11 of 11) sorted by relevance
59 FixedArray SourceTextModuleInfo::regular_exports() const { in regular_exports() function73 return regular_exports() == other.regular_exports() && in Equals()
1203 Handle<FixedArray> regular_exports = in New() local1222 result->set(kRegularExportsIndex, *regular_exports); in New()1233 DCHECK_EQ(regular_exports().length() % kRegularExportLength, 0); in RegularExportCount()1234 return regular_exports().length() / kRegularExportLength; in RegularExportCount()1238 return String::cast(regular_exports().get(i * kRegularExportLength + in RegularExportLocalName()1243 return Smi::ToInt(regular_exports().get(i * kRegularExportLength + in RegularExportCellIndex()1248 return FixedArray::cast(regular_exports().get( in RegularExportExportNames()
140 module->regular_exports().set(ExportIndex(cell_index), *cell); in CreateExport()159 cell = regular_exports().get(ExportIndex(cell_index)); in GetCell()1184 Handle<FixedArray> regular_exports = in Reset() local1185 factory->NewFixedArray(module->regular_exports().length()); in Reset()1194 module->set_regular_exports(*regular_exports); in Reset()
20 regular_exports: FixedArray;
227 inline FixedArray regular_exports() const;
141 ? SourceTextModule::cast(*module).regular_exports().length() in Reset()
194 const RegularExportMap& regular_exports() const { return regular_exports_; } in regular_exports() function
2564 for (const auto& it : module()->regular_exports()) { in AllocateModuleVariables()
780 TNode<FixedArray> regular_exports = LoadObjectField<FixedArray>( in IGNITION_HANDLER() local785 CAST(LoadFixedArrayElement(regular_exports, export_index)); in IGNITION_HANDLER()825 TNode<FixedArray> regular_exports = LoadObjectField<FixedArray>( in IGNITION_HANDLER() local830 CAST(LoadFixedArrayElement(regular_exports, export_index)); in IGNITION_HANDLER()
144 SourceTextModule::cast(context->extension()).regular_exports(), isolate); in RUNTIME_FUNCTION()
2764 Handle<FixedArray> regular_exports = in NewSourceTextModule() local2779 module.set_regular_exports(*regular_exports); in NewSourceTextModule()