Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.cpp27 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/
Dmodule_data_accessor.cpp67 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/
Djs_module_source_text.cpp63 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in GetExportedNames() local
81 …const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleRequest, bool execu… in HostResolveImportedModuleWithMerge()
127const 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()
1521const 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 …]
Djs_module_manager.cpp543 JSHandle<JSTaggedValue> ModuleManager::ResolveNativeModule(const CString &moduleRequest, in ResolveNativeModule()
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp767 JSHandle<ImportEntry> ObjectFactory::NewSImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewSImportEntry()
795const JSHandle<JSTaggedValue> &moduleRequest, in NewSIndirectExportEntry()
808 …e<StarExportEntry> ObjectFactory::NewSStarExportEntry(const JSHandle<JSTaggedValue> &moduleRequest) in NewSStarExportEntry()
Dobject_factory.cpp4630 JSHandle<ImportEntry> ObjectFactory::NewImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewImportEntry()
4678const JSHandle<JSTaggedValue> &moduleRequest, in NewIndirectExportEntry()
4701 …le<StarExportEntry> ObjectFactory::NewStarExportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewStarExportEntry()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp526 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/
Decma_module_test.cpp1143 …JSHandle<JSTaggedValue> moduleRequest = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("… in HWTEST_F_L0() local