Home
last modified time | relevance | path

Searched defs:importName (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dshared_object_factory_test.cpp48 JSHandle<EcmaString> importName = factory->NewFromASCII("importName"); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A DmoduleRecordEmitter.cpp53 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 Dmodule_data_accessor.cpp101 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 Ddeclaration.h333 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 Dshared_object_factory.cpp767 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 Dobject_factory.cpp4611 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 Dbinder.cpp731 auto importName = annoName.substr(0, annoName.find_first_of(".")); in ResolveReference() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp1515 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 Ddebugger_api.cpp471 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 DstatementParser.cpp2265 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

Completed in 33 milliseconds