| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| H A 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 [all...] |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
| H A D | module_data_accessor.cpp | 101 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 D | js_module_manager.cpp | 543 JSHandle<JSTaggedValue> ModuleManager::ResolveNativeModule(const CString &moduleRequest, in ResolveNativeModule() argument
|
| H A D | js_module_source_text.cpp | 80 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 D | shared_object_factory.cpp | 767 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 D | object_factory.cpp | 4611 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 D | ecma_module_test.cpp | 1514 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 D | debugger_api.cpp | 526 int32_t DebuggerApi::GetRequestModuleIndex(const EcmaVM *ecmaVm, JSTaggedValue moduleRequest, in GetRequestModuleIndex() argument
|