Searched defs:importName (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | moduleRecordEmitter.cpp | 46 panda::pandasm::LiteralArray::Literal importName = { in GenRegularImportEntries() local 104 panda::pandasm::LiteralArray::Literal importName = { in GenIndirectExportEntries() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
| D | module_data_accessor.cpp | 48 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() local 148 JSHandle<JSTaggedValue> importName(thread, in EnumerateIndirectExportEntry() local
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | pandasm.ts | 208 public importName: string; property in RegularImportEntry 240 public importName: string; property in IndirectExportEntry
|
| D | ecmaModule.ts | 29 importName: string | undefined; property in Entry
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 289 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in InitializeEnvironment() local 516 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup() local 603 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in ModuleDeclarationArrayEnvironmentSetup() local 1318 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in ResolveIndirectExport() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2038 auto importName = parser::SourceTextModuleRecord::DEFAULT_EXTERNAL_NAME; in AddImportEntryItem() local 2055 auto importName = it->AsImportSpecifier()->Imported()->Name(); in AddImportEntryItem() local 2080 auto importName = exportSpecifier->Local()->Name(); in AddExportNamedEntryItem() local
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 1155 panda::pandasm::LiteralArray::Literal importName = { in ParseRegularImportEntries() local 1212 panda::pandasm::LiteralArray::Literal importName = { in ParseIndirectExportEntries() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeSystem.h | 851 explicit ExternalType(TypeExtractor *extractor, const util::StringView &importName, in ExternalType()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 3799 const JSHandle<JSTaggedValue> &importName, in NewImportEntry() 3838 … const JSHandle<JSTaggedValue> &importName) in NewIndirectExportEntry()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|