/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | moduleRecordEmitter.cpp | 87 panda::pandasm::LiteralArray::Literal exportName = { in GenLocalExportEntries() local 101 panda::pandasm::LiteralArray::Literal exportName = { in GenIndirectExportEntries() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
D | savedBindingsCtx.cpp | 68 util::StringView exportName(exportDecl->IsExportDefaultDeclaration() ? "default" : name); in BindExportDecl() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
D | module_data_accessor.cpp | 117 JSHandle<JSTaggedValue> exportName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateLocalExportEntry() local 151 JSHandle<JSTaggedValue> exportName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateIndirectExportEntry() local
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandasm.ts | 230 public exportName: string; property in LocalExportEntry 239 public exportName: string; property in IndirectExportEntry
|
D | ecmaModule.ts | 27 exportName: string | undefined; property in Entry
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_source_text.cpp | 162 const JSHandle<JSTaggedValue> &exportName, in CheckCircularImport() 181 … const JSHandle<JSTaggedValue> &exportName) in ResolveExportObject() 218 const JSHandle<JSTaggedValue> &exportName, in ResolveExport() 1505 … const JSHandle<JSTaggedValue> &exportName, in GetStarResolution() 1590 std::string exportName = EcmaStringAccessor(ee->GetExportName()).ToStdString(); in AddExportName() local 1598 … const JSHandle<JSTaggedValue> &exportName, in ResolveElementOfObject() 1611 … const JSHandle<JSTaggedValue> &exportName, in ResolveLocalExport() 1646 … const JSHandle<JSTaggedValue> &exportName, in ResolveIndirectExport() 1692 JSMutableHandle<JSTaggedValue> exportName(thread, globalConstants->GetUndefined()); in CheckResolvedBinding() local 1730 JSMutableHandle<JSTaggedValue> exportName(thread, globalConstants->GetUndefined()); in CheckResolvedIndexBinding() local
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
D | declaration.h | 343 explicit ExportDecl(util::StringView exportName, util::StringView localName) in ExportDecl() 348 explicit ExportDecl(util::StringView exportName, util::StringView localName, ir::AstNode *node) in ExportDecl()
|
/arkcompiler/ets_frontend/arkguard/src/common/ |
D | ApiExtractor.ts | 359 let exportName = child.name.getText(); variable
|
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
D | ecma_module_test.cpp | 152 CString exportName = "bar"; in HWTEST_F_L0() local 184 CString exportName = "default"; in HWTEST_F_L0() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | statementParser.cpp | 2276 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem() local 2293 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem() local 2356 util::StringView exportName = parser::SourceTextModuleRecord::DEFAULT_EXTERNAL_NAME; in AddExportDefaultEntryItem() local
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 1195 panda::pandasm::LiteralArray::Literal exportName = { in ParseLocalExportEntries() local 1209 panda::pandasm::LiteralArray::Literal exportName = { in ParseIndirectExportEntries() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 652 JSHandle<JSTaggedValue> exportName(thread, currentExportEntry->GetExportName()); in CollectExportIndexs() local
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 501 std::string exportName = EcmaStringAccessor(exportKey).ToStdString(); in GetModuleVariableIndex() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 4347 …dle<LocalExportEntry> ObjectFactory::NewLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewLocalExportEntry() 4366 …directExportEntry> ObjectFactory::NewIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewIndirectExportEntry()
|
/arkcompiler/ets_frontend/ets2panda/parser/ |
D | ETSparser.cpp | 691 util::StringView exportName = iter.first; in ParseTopLevelStatements() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|