Home
last modified time | relevance | path

Searched defs:importName (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
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/
Dmodule_data_accessor.cpp65 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() local
103 JSMutableHandle<JSTaggedValue> &importName, in ReadRegularImportEntry()
200 JSHandle<JSTaggedValue> importName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateIndirectExportEntry() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Ddeclaration.h333 explicit ImportDecl(util::StringView importName, util::StringView localName) in ImportDecl()
338 explicit ImportDecl(util::StringView importName, util::StringView localName, ir::AstNode *node) in ImportDecl()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_logger.cpp79 JSHandle<JSTaggedValue> importName(thread, importEntry->GetImportName()); in InsertModuleLoadInfo() local
Djs_module_source_text.cpp711 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup() local
798 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in ModuleDeclarationArrayEnvironmentSetup() local
1671 JSMutableHandle<JSTaggedValue> importName(thread, undefined); in ResolveIndirectExport() local
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp768 const JSHandle<JSTaggedValue> &importName, in NewSImportEntry()
796const JSHandle<JSTaggedValue> &importName) in NewSIndirectExportEntry()
Dobject_factory.cpp4631 const JSHandle<JSTaggedValue> &importName, in NewImportEntry()
4679const JSHandle<JSTaggedValue> &importName, in NewIndirectExportEntry()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2238 auto importName = specifier->AsImportSpecifier()->Imported()->Name(); in AddImportEntryItemForImportSpecifier() local
2255 auto importName = parser::SourceTextModuleRecord::DEFAULT_EXTERNAL_NAME; in AddImportEntryItemForImportDefaultOrNamespaceSpecifier() local
2286 auto importName = exportSpecifier->Local()->Name(); in AddExportNamedEntryItem() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp471 JSTaggedValue importName = ee->GetImportName(); in GetImportModule() local
757 std::string importName = EcmaStringAccessor(ee->GetImportName()).ToStdString(); in GetIndirectExportVariables() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1144 …JSHandle<JSTaggedValue> importName = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("ccc… in HWTEST_F_L0() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument