Home
last modified time | relevance | path

Searched defs:exportName (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A DmoduleRecordEmitter.cpp95 panda::pandasm::LiteralArray::Literal exportName = { in GenLocalExportEntries() local
118 panda::pandasm::LiteralArray::Literal exportName = { in GenIndirectExportEntries() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp131 void ImportExportDecls::HandleSelectiveExportWithAlias(util::StringView originalFieldName, util::StringView exportName, in HandleSelectiveExportWithAlias() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h365 explicit ExportDecl(util::StringView exportName, util::StringView localName) in ExportDecl() argument
370 explicit ExportDecl(util::StringView exportName, util::StringView localName, ir::AstNode *node) in ExportDecl() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp781 JSHandle<LocalExportEntry> ObjectFactory::NewSLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewSLocalExportEntry() argument
794 JSHandle<IndirectExportEntry> ObjectFactory::NewSIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewSIndirectExportEntry() argument
H A Dobject_factory.cpp4636 JSHandle<LocalExportEntry> ObjectFactory::NewLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewLocalExportEntry() argument
4658 JSHandle<IndirectExportEntry> ObjectFactory::NewIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewIndirectExportEntry() argument
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp143 CheckCircularImport(const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &exportName, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) CheckCircularImport() argument
160 ResolveExportObject(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &exports, const JSHandle<JSTaggedValue> &exportName) ResolveExportObject() argument
202 ResolveNativeStarExport(JSThread *thread, const JSHandle<SourceTextModule> &nativeModule, const JSHandle<JSTaggedValue> &exportName) ResolveNativeStarExport() argument
218 ResolveCjsStarExport(JSThread *thread, const JSHandle<SourceTextModule> &cjsModule, const JSHandle<JSTaggedValue> &exportName) ResolveCjsStarExport() argument
234 ResolveExport(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &exportName, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) ResolveExport() 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
1613 std::string exportName = EcmaStringAccessor(ee->GetExportName()).ToStdString(); AddExportName() local
1619 ResolveElementOfObject(JSThread *thread, const JSHandle<JSHClass> &hclass, const JSHandle<JSTaggedValue> &exportName, const JSHandle<SourceTextModule> &module) ResolveElementOfObject() argument
1632 ResolveLocalExport(JSThread *thread, const JSHandle<JSTaggedValue> &exportEntry, const JSHandle<JSTaggedValue> &exportName, const JSHandle<SourceTextModule> &module) ResolveLocalExport() argument
1667 ResolveIndirectExport(JSThread *thread, const JSHandle<JSTaggedValue> &exportEntry, const JSHandle<JSTaggedValue> &exportName, const JSHandle<SourceTextModule> &module, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) ResolveIndirectExport() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp198 CString exportName = "bar"; in HWTEST_F_L0() local
231 CString exportName = "default"; in HWTEST_F_L0() local
1565 CString exportName = "bar"; in HWTEST_F_L0() local
2370 JSHandle<JSTaggedValue> exportName = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("notExist")); in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp516 std::string exportName = EcmaStringAccessor(exportKey).ToStdString(); in GetModuleVariableIndex() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2314 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem() local
2331 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem() local
2394 util::StringView exportName = parser::SourceTextModuleRecord::DEFAULT_EXTERNAL_NAME; in AddExportDefaultEntryItem() local

Completed in 31 milliseconds