Home
last modified time | relevance | path

Searched defs:moduleRequest (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.cpp27 panda::pandasm::LiteralArray::Literal moduleRequest = { in GenModuleRequests() local
49 panda::pandasm::LiteralArray::Literal moduleRequest = { in GenRegularImportEntries() local
68 panda::pandasm::LiteralArray::Literal moduleRequest = { in GenNamespaceImportEntries() local
107 panda::pandasm::LiteralArray::Literal moduleRequest = { in GenIndirectExportEntries() local
122 panda::pandasm::LiteralArray::Literal moduleRequest = { in GenStarExportEntries() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
Dmodule_data_accessor.cpp50 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() local
137 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateIndirectExportEntry() local
175 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateStarExportEntry() local
/arkcompiler/ets_frontend/ts2panda/tests/
Dcommonjs.test.ts95 let moduleRequest = new VReg(); variable
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts209 public moduleRequest: number; property in RegularImportEntry
220 public moduleRequest: number; property in NamespaceImportEntry
241 public moduleRequest: number; property in IndirectExportEntry
Dmodules.ts23 private moduleRequest: string; property in ModuleStmt
DecmaModule.ts30 moduleRequest: number = -1; property in Entry
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp60 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in GetExportedNames() local
78 …ad *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleRequest) in HostResolveImportedModuleWithMerge()
118const JSHandle<JSTaggedValue> &moduleRequest) in HostResolveImportedModule()
224 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ResolveExport() local
260 JSHandle<SourceTextModule> &requiredModule, const JSHandle<JSTaggedValue> &moduleRequest, in InstantiateNativeModule()
515 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup() local
602 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ModuleDeclarationArrayEnvironmentSetup() local
1139 void SourceTextModule::SetExportName(JSThread *thread, const JSHandle<JSTaggedValue> &moduleRequest, in SetExportName()
1174const JSHandle<JSTaggedValue> &moduleRequest, in GetStarResolution()
1317 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ResolveIndirectExport() local
Djs_module_manager.cpp674 const JSHandle<JSTaggedValue> &moduleRequest, ModuleTypes moduleType) in LoadNativeModule()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1138 panda::pandasm::LiteralArray::Literal moduleRequest = { in ParseModuleRequests() local
1158 panda::pandasm::LiteralArray::Literal moduleRequest = { in ParseRegularImportEntries() local
1177 panda::pandasm::LiteralArray::Literal moduleRequest = { in ParseNamespaceImportEntries() local
1215 panda::pandasm::LiteralArray::Literal moduleRequest = { in ParseIndirectExportEntries() local
1229 panda::pandasm::LiteralArray::Literal moduleRequest = { in ParseStarExportEntries() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3798 JSHandle<ImportEntry> ObjectFactory::NewImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewImportEntry()
3837const JSHandle<JSTaggedValue> &moduleRequest, in NewIndirectExportEntry()
3856 …le<StarExportEntry> ObjectFactory::NewStarExportEntry(const JSHandle<JSTaggedValue> &moduleRequest) in NewStarExportEntry()