Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A 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
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
H A Dmodule_data_accessor.cpp101 ReadRegularImportEntry(Span<const uint8_t> *sp, ObjectFactory *factory, const JSHandle<TaggedArray> &requestModuleArray, JSMutableHandle<JSTaggedValue> &importName, JSMutableHandle<JSTaggedValue> &localName, JSMutableHandle<JSTaggedValue> &moduleRequest) ReadRegularImportEntry() argument
123 ReadNamespaceImportEntry(Span<const uint8_t> *sp, ObjectFactory *factory, const JSHandle<TaggedArray> &requestModuleArray, JSMutableHandle<JSTaggedValue> &localName, JSMutableHandle<JSTaggedValue> &moduleRequest) ReadNamespaceImportEntry() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_manager.cpp543 JSHandle<JSTaggedValue> ModuleManager::ResolveNativeModule(const CString &moduleRequest, in ResolveNativeModule() argument
H A Djs_module_source_text.cpp80 HostResolveImportedModuleWithMerge(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleRequest, bool executeFromJob) HostResolveImportedModuleWithMerge() argument
125 HostResolveImportedModule(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleRequest, bool executeFromJob) HostResolveImportedModule() argument
1494 SetExportName(JSThread *thread, const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<SourceTextModule> &module, CVector<std::string> &exportedNames, JSHandle<TaggedArray> &newExportStarSet) SetExportName() argument
1526 GetStarResolution(JSThread *thread, const JSHandle<JSTaggedValue> &exportName, const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<SourceTextModule> &module, JSMutableHandle<JSTaggedValue> &starResolution, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) GetStarResolution() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp767 JSHandle<ImportEntry> ObjectFactory::NewSImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewSImportEntry() argument
808 JSHandle<StarExportEntry> ObjectFactory::NewSStarExportEntry(const JSHandle<JSTaggedValue> &moduleRequest) in NewSStarExportEntry() argument
794 NewSIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<JSTaggedValue> &importName) NewSIndirectExportEntry() argument
H A Dobject_factory.cpp4611 JSHandle<ImportEntry> ObjectFactory::NewImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewImportEntry() argument
4682 JSHandle<StarExportEntry> ObjectFactory::NewStarExportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewStarExportEntry() argument
4658 NewIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<JSTaggedValue> &importName, SharedTypes sharedTypes) NewIndirectExportEntry() argument
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp1514 JSHandle<JSTaggedValue> moduleRequest = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("c")); in HWTEST_F_L0() local
2672 JSHandle<JSTaggedValue> moduleRequest = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp526 int32_t DebuggerApi::GetRequestModuleIndex(const EcmaVM *ecmaVm, JSTaggedValue moduleRequest, in GetRequestModuleIndex() argument

Completed in 31 milliseconds