| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | moduleRecordEmitter.cpp | 53 panda::pandasm::LiteralArray::Literal importName = { in GenRegularImportEntries() local 121 panda::pandasm::LiteralArray::Literal importName = { in GenIndirectExportEntries() local
|
| /arkcompiler/ets_runtime/ecmascript/module/accessor/ |
| D | module_data_accessor.cpp | 64 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() local 100 JSMutableHandle<JSTaggedValue> &importName, in ReadRegularImportEntry() 182 JSHandle<JSTaggedValue> importName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateIndirectExportEntry() local
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/scan_subclasses/dynamic/ |
| D | subclasses_scanner.cpp | 75 auto importName = visitor_.GetString(implI_->importDescriptorGetName(id)); in GetImportDescriptors() local
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/parameter_check/dynamic/ |
| D | api_modifier.cpp | 41 auto importName = visitor_.GetString(implI_->importDescriptorGetName(id)); in GetImportDescriptor() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | declaration.h | 361 explicit ImportDecl(util::StringView importName, util::StringView localName) in ImportDecl() 366 explicit ImportDecl(util::StringView importName, util::StringView localName, ir::AstNode *node) in ImportDecl()
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/api_scanner/dynamic/ |
| D | api_scanner.cpp | 48 auto importName = vh_.GetString(implI_->importDescriptorGetName(id)); in GetSuspects() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | shared_object_factory_test.cpp | 48 JSHandle<EcmaString> importName = factory->NewFromASCII("importName"); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/modules/ |
| D | modules_dynamic_test.cpp | 82 auto importName = g_implI->importDescriptorGetName(id); in ModuleImportNamesCollector() local 105 auto importName = g_implI->importDescriptorGetAlias(id); in ModuleImportAliasCollector() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/parameter_check/ |
| D | parameter_check_test.cpp | 86 auto importName = id.GetName(); in GetImportDescriptor() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_logger.cpp | 92 JSHandle<JSTaggedValue> importName(thread, importEntry->GetImportName()); in InsertModuleLoadInfo() local
|
| D | js_module_source_text.cpp | 635 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup() local 714 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in ModuleDeclarationArrayEnvironmentSetup() local 1575 JSMutableHandle<JSTaggedValue> importName(thread, undefined); in ResolveIndirectExport() local
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/ |
| D | branch_eliminator.cpp | 52 auto importName = vh_.GetString(implI_->importDescriptorGetName(id)); in GetSuspects() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/api_scanner/ |
| D | api_scanner_test.cpp | 150 auto importName = id.GetName(); in GetSuspects() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/scan_subclasses/ |
| D | scan_subclasses_test.cpp | 104 auto importName = g_implI->abckitStringToString(g_implI->importDescriptorGetName(id)); in GetImportDescriptors() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/parameter_check/ |
| D | parameter_check_test.cpp | 132 auto importName = g_implI->abckitStringToString(g_implI->importDescriptorGetName(id)); in GetImportDescriptor() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 826 const JSHandle<JSTaggedValue> &importName, in NewSImportEntry() 854 … const JSHandle<JSTaggedValue> &importName) in NewSIndirectExportEntry()
|
| D | object_factory.cpp | 4833 const JSHandle<JSTaggedValue> &importName, in NewImportEntry() 4881 … const JSHandle<JSTaggedValue> &importName, in NewIndirectExportEntry()
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/api_scanner/ |
| D | api_scanner_test.cpp | 242 auto importName = g_implI->abckitStringToString(g_implI->importDescriptorGetName(id)); in GetSuspects() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/branch_eliminator/ |
| D | branch_eliminator_test.cpp | 112 auto importName = idesc.GetName(); in GetSuspects() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2255 auto importName = specifier->AsImportSpecifier()->Imported()->Name(); in AddImportEntryItemForImportSpecifier() local 2272 auto importName = parser::SourceTextModuleRecord::DEFAULT_EXTERNAL_NAME; in AddImportEntryItemForImportDefaultSpecifier() local 2310 auto importName = exportSpecifier->Local()->Name(); in AddExportNamedEntryItem() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.cpp | 736 auto importName = annoName.substr(0, annoName.find_first_of(".")); in ResolveReference() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/branch_eliminator/ |
| D | branch_eliminator_test.cpp | 166 auto importName = g_implI->abckitStringToString(g_implI->importDescriptorGetName(id)); in GetSuspects() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 491 JSTaggedValue importName = ee->GetImportName(); in GetImportModule() local 749 std::string importName = EcmaStringAccessor(ee->GetImportName()).ToStdString(); in GetIndirectExportVariables() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/modules/ |
| D | modules_dynamic_modify_test.cpp | 629 auto importName = "regularImportFunc1FromModule1"; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 2203 JSHandle<JSTaggedValue> importName = val; in HWTEST_F_L0() local 2385 …JSHandle<JSTaggedValue> importName = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("ccc… in HWTEST_F_L0() local
|