Searched defs:moduleRequest (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | moduleRecordEmitter.cpp | 27 panda::pandasm::LiteralArray::Literal moduleRequest = { in GenModuleRequests() local 56 panda::pandasm::LiteralArray::Literal moduleRequest = { in GenRegularImportEntries() local 75 panda::pandasm::LiteralArray::Literal moduleRequest = { in GenNamespaceImportEntries() local 124 panda::pandasm::LiteralArray::Literal moduleRequest = { in GenIndirectExportEntries() local 139 panda::pandasm::LiteralArray::Literal moduleRequest = { in GenStarExportEntries() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
| D | module_data_accessor.cpp | 67 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() local 105 JSMutableHandle<JSTaggedValue> &moduleRequest) in ReadRegularImportEntry() 126 JSMutableHandle<JSTaggedValue> &moduleRequest) in ReadNamespaceImportEntry() 191 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateIndirectExportEntry() local 229 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateStarExportEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 63 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in GetExportedNames() local 81 …const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleRequest, bool execu… in HostResolveImportedModuleWithMerge() 127 … const JSHandle<JSTaggedValue> &moduleRequest, in HostResolveImportedModule() 280 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ResolveExport() local 710 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup() local 797 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ModuleDeclarationArrayEnvironmentSetup() local 1487 void SourceTextModule::SetExportName(JSThread *thread, const JSHandle<JSTaggedValue> &moduleRequest, in SetExportName() 1521 … const JSHandle<JSTaggedValue> &moduleRequest, in GetStarResolution() 1670 JSMutableHandle<JSTaggedValue> moduleRequest(thread, undefined); in ResolveIndirectExport() local 2175 const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleRequest) in GetResolvedModule() [all …]
|
| D | js_module_manager.cpp | 543 JSHandle<JSTaggedValue> ModuleManager::ResolveNativeModule(const CString &moduleRequest, in ResolveNativeModule()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 767 JSHandle<ImportEntry> ObjectFactory::NewSImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewSImportEntry() 795 … const JSHandle<JSTaggedValue> &moduleRequest, in NewSIndirectExportEntry() 808 …e<StarExportEntry> ObjectFactory::NewSStarExportEntry(const JSHandle<JSTaggedValue> &moduleRequest) in NewSStarExportEntry()
|
| D | object_factory.cpp | 4630 JSHandle<ImportEntry> ObjectFactory::NewImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewImportEntry() 4678 … const JSHandle<JSTaggedValue> &moduleRequest, in NewIndirectExportEntry() 4701 …le<StarExportEntry> ObjectFactory::NewStarExportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewStarExportEntry()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 526 int32_t DebuggerApi::GetRequestModuleIndex(const EcmaVM *ecmaVm, JSTaggedValue moduleRequest, in GetRequestModuleIndex() 747 JSHandle<JSTaggedValue> moduleRequest(thread, ee->GetModuleRequest()); in GetIndirectExportVariables() local 788 JSHandle<JSTaggedValue> moduleRequest(thread, ee->GetModuleRequest()); in GetImportVariables() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 1143 …JSHandle<JSTaggedValue> moduleRequest = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("… in HWTEST_F_L0() local
|