Home
last modified time | relevance | path

Searched defs:exportName (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DsavedBindingsCtx.cpp68 util::StringView exportName(exportDecl->IsExportDefaultDeclaration() ? "default" : name); in BindExportDecl() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.cpp95 panda::pandasm::LiteralArray::Literal exportName = { in GenLocalExportEntries() local
118 panda::pandasm::LiteralArray::Literal exportName = { in GenIndirectExportEntries() local
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTypeUtils.spec.ts158 const exportName = ( constant
/arkcompiler/ets_runtime/ecmascript/module/accessor/
Dmodule_data_accessor.cpp145 JSHandle<JSTaggedValue> exportName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateLocalExportEntry() local
179 JSHandle<JSTaggedValue> exportName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateIndirectExportEntry() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp84 const JSHandle<JSTaggedValue> &exportName, in CheckCircularImport()
103const JSHandle<JSTaggedValue> &exportName) in ResolveExportObject()
144const JSHandle<JSTaggedValue> &exportName) in ResolveNativeStarExport()
156const JSHandle<JSTaggedValue> &exportName) in ResolveCjsStarExport()
171 const JSHandle<JSTaggedValue> &exportName, in ResolveExport()
1440const JSHandle<JSTaggedValue> &exportName, in GetStarResolution()
1511 std::string exportName = EcmaStringAccessor(ee->GetExportName()).ToStdString(); in AddExportName() local
1519const JSHandle<JSTaggedValue> &exportName, in ResolveElementOfObject()
1532const JSHandle<JSTaggedValue> &exportName, in ResolveLocalExport()
1567const JSHandle<JSTaggedValue> &exportName, in ResolveIndirectExport()
[all …]
Dmodule_manager_helper.cpp216 JSHandle<JSTaggedValue> exportName(thread, bindingName); in UpdateBindingAndGetModuleValue() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Ddeclaration.h393 explicit ExportDecl(util::StringView exportName, util::StringView localName) in ExportDecl()
398 explicit ExportDecl(util::StringView exportName, util::StringView localName, ir::AstNode *node) in ExportDecl()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp137 …ls::HandleSelectiveExportWithAlias(util::StringView originalFieldName, util::StringView exportName, in HandleSelectiveExportWithAlias()
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/modules/
Dmodules_dynamic_test.cpp124 auto exportName = g_implI->exportDescriptorGetName(ed); in ModuleExportNamesCollector() local
147 auto exportName = g_implI->exportDescriptorGetAlias(ed); in ModuleExportAliasCollector() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/modules/
Dmodules_dynamic_modify_test.cpp87 static void ModifyMetaDynModuleRemoveExport(AbckitFile *file, const std::string &exportName, bool s… in ModifyMetaDynModuleRemoveExport()
162 static void TransformIrDynModuleRemoveExport(AbckitGraph *graph, const std::string &exportName) in TransformIrDynModuleRemoveExport()
418 …d TransformIrAddStarExportFunc(AbckitGraph *graph, AbckitFile *file, const std::string &exportName, in TransformIrAddStarExportFunc()
744 auto exportName = "regularDefaultImportFunc1FromModule3"; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp839 …le<LocalExportEntry> ObjectFactory::NewSLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewSLocalExportEntry()
852 …irectExportEntry> ObjectFactory::NewSIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewSIndirectExportEntry()
Dobject_factory.cpp4857 …dle<LocalExportEntry> ObjectFactory::NewLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewLocalExportEntry()
4879 …directExportEntry> ObjectFactory::NewIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewIndirectExportEntry()
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/modules/
Dmodules_dynamic_modify_test.cpp100 static void ModifyMetaDynModuleRemoveExport(AbckitFile *file, const std::string &exportName, bool s… in ModifyMetaDynModuleRemoveExport()
175 void TransformIrDynModuleRemoveExport(AbckitGraph *graph, const std::string &exportName) in TransformIrDynModuleRemoveExport()
504 …d TransformIrAddStarExportFunc(AbckitGraph *graph, AbckitFile *file, const std::string &exportName, in TransformIrAddStarExportFunc()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2311 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem() local
2328 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem() local
2391 util::StringView exportName = parser::SourceTextModuleRecord::DEFAULT_EXTERNAL_NAME; in AddExportDefaultEntryItem() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp201 CString exportName = "bar"; in HWTEST_F_L0() local
234 CString exportName = "default"; in HWTEST_F_L0() local
1896 …JSHandle<JSTaggedValue> exportName = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("not… in HWTEST_F_L0() local
2439 CString exportName = "bar"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp536 std::string exportName = EcmaStringAccessor(exportKey).ToStdString(); in GetModuleVariableIndex() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument