Home
last modified time | relevance | path

Searched refs:regular_exports (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmodule-inl.h59 FixedArray SourceTextModuleInfo::regular_exports() const { in regular_exports() function
73 return regular_exports() == other.regular_exports() && in Equals()
Dscope-info.cc1203 Handle<FixedArray> regular_exports = in New() local
1222 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()
Dsource-text-module.cc140 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() local
1185 factory->NewFixedArray(module->regular_exports().length()); in Reset()
1194 module->set_regular_exports(*regular_exports); in Reset()
Dsource-text-module.tq20 regular_exports: FixedArray;
Dsource-text-module.h227 inline FixedArray regular_exports() const;
Dmodule.cc141 ? SourceTextModule::cast(*module).regular_exports().length() in Reset()
/third_party/node/deps/v8/src/ast/
Dmodules.h194 const RegularExportMap& regular_exports() const { return regular_exports_; } in regular_exports() function
Dscopes.cc2564 for (const auto& it : module()->regular_exports()) { in AllocateModuleVariables()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc780 TNode<FixedArray> regular_exports = LoadObjectField<FixedArray>( in IGNITION_HANDLER() local
785 CAST(LoadFixedArrayElement(regular_exports, export_index)); in IGNITION_HANDLER()
825 TNode<FixedArray> regular_exports = LoadObjectField<FixedArray>( in IGNITION_HANDLER() local
830 CAST(LoadFixedArrayElement(regular_exports, export_index)); in IGNITION_HANDLER()
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc144 SourceTextModule::cast(context->extension()).regular_exports(), isolate); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2764 Handle<FixedArray> regular_exports = in NewSourceTextModule() local
2779 module.set_regular_exports(*regular_exports); in NewSourceTextModule()