/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | moduleRecordEmitter.cpp | 27 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_frontend/ts2panda/tests/ |
D | commonjs.test.ts | 95 let moduleRequest = new VReg(); variable
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | modules.ts | 23 private moduleRequest: string; property in ModuleStmt
|
D | pandasm.ts | 209 public moduleRequest: number; property in RegularImportEntry 220 public moduleRequest: number; property in NamespaceImportEntry 241 public moduleRequest: number; property in IndirectExportEntry
|
D | ecmaModule.ts | 30 moduleRequest: number = -1; property in Entry
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
D | module_data_accessor.cpp | 51 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() local 142 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateIndirectExportEntry() local 178 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateStarExportEntry() local
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_source_text.cpp | 64 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in GetExportedNames() local 82 …ad *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleRequest) in HostResolveImportedModuleWithMerge() 124 … const JSHandle<JSTaggedValue> &moduleRequest) in HostResolveImportedModule() 249 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ResolveExport() local 341 const JSHandle<JSTaggedValue> &moduleRequest, ModuleTypes moduleType) in LoadNativeModule() 376 JSHandle<SourceTextModule> &requiredModule, const JSHandle<JSTaggedValue> &moduleRequest, in InstantiateNativeModule() 632 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup() local 719 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ModuleDeclarationArrayEnvironmentSetup() local 1262 void SourceTextModule::SetExportName(JSThread *thread, const JSHandle<JSTaggedValue> &moduleRequest, in SetExportName() 1297 … const JSHandle<JSTaggedValue> &moduleRequest, in GetStarResolution() [all …]
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 1138 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/debugger/ |
D | debugger_api.cpp | 454 int32_t DebuggerApi::GetRequestModuleIndex(const EcmaVM *ecmaVm, JSTaggedValue moduleRequest, in GetRequestModuleIndex() 675 JSHandle<JSTaggedValue> moduleRequest(thread, ee->GetModuleRequest()); in GetIndirectExportVariables() local 715 JSHandle<JSTaggedValue> moduleRequest(thread, ee->GetModuleRequest()); in GetImportVariables() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 690 JSTaggedValue moduleRequest = starExportEntry->GetModuleRequest(); in CollectRecordExportInfo() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 3831 JSHandle<ImportEntry> ObjectFactory::NewImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewImportEntry() 3871 … const JSHandle<JSTaggedValue> &moduleRequest, in NewIndirectExportEntry() 3890 …le<StarExportEntry> ObjectFactory::NewStarExportEntry(const JSHandle<JSTaggedValue> &moduleRequest) in NewStarExportEntry()
|