| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | savedBindingsCtx.cpp | 68 util::StringView exportName(exportDecl->IsExportDefaultDeclaration() ? "default" : name); in BindExportDecl() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | moduleRecordEmitter.cpp | 95 panda::pandasm::LiteralArray::Literal exportName = { in GenLocalExportEntries() local 118 panda::pandasm::LiteralArray::Literal exportName = { in GenIndirectExportEntries() local
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/module_exports_test/ |
| D | requireFile1.js | 22 const {ExportClass, exportName, exportVersion, nestedObj, stringProp, constant
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | TypeUtils.spec.ts | 158 const exportName = ( constant
|
| /arkcompiler/ets_runtime/ecmascript/module/accessor/ |
| D | module_data_accessor.cpp | 145 JSHandle<JSTaggedValue> exportName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateLocalExportEntry() local 179 JSHandle<JSTaggedValue> exportName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateIndirectExportEntry() local
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | object.cpp | 275 void panda::guard::Object::SetExportName(const std::string &exportName) in SetExportName()
|
| D | node.cpp | 483 const auto &exportName = this->moduleRecord_.GetLocalExportName(index); in AddNameForExportObject() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 89 const JSHandle<JSTaggedValue> &exportName, in CheckCircularImport() 145 … const JSHandle<JSTaggedValue> &exportName) in ResolveExportObject() 186 … const JSHandle<JSTaggedValue> &exportName) in ResolveNativeStarExport() 198 … const JSHandle<JSTaggedValue> &exportName) in ResolveCjsStarExport() 214 const JSHandle<JSTaggedValue> &exportName, in ResolveExport() 1508 … const JSHandle<JSTaggedValue> &exportName, in GetStarResolution() 1581 … std::string exportName = EcmaStringAccessor(ee->GetExportName(thread)).ToStdString(thread); in AddExportName() local 1589 … const JSHandle<JSTaggedValue> &exportName, in ResolveElementOfObject() 1602 … const JSHandle<JSTaggedValue> &exportName, in ResolveLocalExport() 1637 … const JSHandle<JSTaggedValue> &exportName, in ResolveIndirectExport() [all …]
|
| D | module_value_accessor.cpp | 394 JSHandle<JSTaggedValue> exportName(thread, bindingName); in UpdateBindingAndGetModuleValue() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | declaration.h | 394 explicit ExportDecl(util::StringView exportName, util::StringView localName) in ExportDecl() 399 explicit ExportDecl(util::StringView exportName, util::StringView localName, ir::AstNode *node) in ExportDecl()
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/modules/ |
| D | modules_dynamic_test.cpp | 124 auto exportName = g_implI->exportDescriptorGetName(ed); in ModuleExportNamesCollector() local 147 auto exportName = g_implI->exportDescriptorGetAlias(ed); in ModuleExportAliasCollector() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | importExportDecls.cpp | 101 …ls::HandleSelectiveExportWithAlias(util::StringView originalFieldName, util::StringView exportName, in HandleSelectiveExportWithAlias()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | ModelUtils.ts | 692 const exportName = fromInfo.isDefault() ? DEFAULT : fromInfo.getOriginName(); constant
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/modules/ |
| D | modules_dynamic_modify_test.cpp | 87 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/ |
| D | shared_object_factory.cpp | 968 …le<LocalExportEntry> ObjectFactory::NewSLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewSLocalExportEntry() 981 …irectExportEntry> ObjectFactory::NewSIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewSIndirectExportEntry()
|
| D | object_factory.cpp | 5029 …dle<LocalExportEntry> ObjectFactory::NewLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewLocalExportEntry() 5051 …directExportEntry> ObjectFactory::NewIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewIndirectExportEntry()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2311 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/runtime_core/libabckit/tests/ut/extensions/js/modify_api/modules/ |
| D | modules_dynamic_modify_test.cpp | 100 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_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 279 CString exportName = "bar"; in HWTEST_F_L0() local 312 CString exportName = "default"; in HWTEST_F_L0() local 1997 …JSHandle<JSTaggedValue> exportName = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("not… in HWTEST_F_L0() local 2593 CString exportName = "bar"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 558 std::string exportName = EcmaStringAccessor(exportKey).ToStdString(thread); in GetModuleVariableIndex() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 12117 GateRef StubBuilder::ResolveElementOfObject(GateRef glue, GateRef hClass, GateRef exportName, in ResolveElementOfObject() 12150 …StubBuilder::ResolveExportObject(GateRef glue, GateRef module, GateRef exports, GateRef exportName) in ResolveExportObject()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|