| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | shared_object_factory_test.cpp | 48 JSHandle<EcmaString> importName = factory->NewFromASCII("importName"); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| H A 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/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
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | declaration.h | 333 explicit ImportDecl(util::StringView importName, util::StringView localName) in ImportDecl() argument 338 explicit ImportDecl(util::StringView importName, util::StringView localName, ir::AstNode *node) in ImportDecl() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | shared_object_factory.cpp | 767 NewSImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<JSTaggedValue> &importName, const JSHandle<JSTaggedValue> &localName) NewSImportEntry() argument 794 NewSIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<JSTaggedValue> &importName) NewSIndirectExportEntry() argument
|
| H A D | object_factory.cpp | 4611 NewImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<JSTaggedValue> &importName, const JSHandle<JSTaggedValue> &localName, SharedTypes sharedTypes) NewImportEntry() argument 4658 NewIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<JSTaggedValue> &importName, SharedTypes sharedTypes) NewIndirectExportEntry() argument
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | binder.cpp | 731 auto importName = annoName.substr(0, annoName.find_first_of(".")); in ResolveReference() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 1515 JSHandle<JSTaggedValue> importName = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("ccc")); in HWTEST_F_L0() local 2674 JSHandle<JSTaggedValue> importName = val; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | debugger_api.cpp | 471 JSTaggedValue importName = ee->GetImportName(); in GetImportModule() local 757 std::string importName = EcmaStringAccessor(ee->GetImportName()).ToStdString(); in GetIndirectExportVariables() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 2265 auto importName = specifier->AsImportSpecifier()->Imported()->Name(); in AddImportEntryItemForImportSpecifier() local 2282 auto importName = parser::SourceTextModuleRecord::DEFAULT_EXTERNAL_NAME; in AddImportEntryItemForImportDefaultOrNamespaceSpecifier() local 2313 auto importName = exportSpecifier->Local()->Name(); in AddExportNamedEntryItem() local
|