Home
last modified time | relevance | path

Searched defs:exportName (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.cpp87 panda::pandasm::LiteralArray::Literal exportName = { in GenLocalExportEntries() local
101 panda::pandasm::LiteralArray::Literal exportName = { in GenIndirectExportEntries() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
Dmodule_data_accessor.cpp115 JSHandle<JSTaggedValue> exportName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateLocalExportEntry() local
149 JSHandle<JSTaggedValue> exportName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateIndirectExportEntry() local
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts230 public exportName: string; property in LocalExportEntry
239 public exportName: string; property in IndirectExportEntry
DecmaModule.ts27 exportName: string | undefined; property in Entry
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp141 const JSHandle<JSTaggedValue> &exportName, in CheckCircularImport()
160const JSHandle<JSTaggedValue> &exportName) in ResolveExportObject()
197 const JSHandle<JSTaggedValue> &exportName, in ResolveExport()
1296const JSHandle<JSTaggedValue> &exportName, in GetStarResolution()
1381 std::string exportName = EcmaStringAccessor(ee->GetExportName()).ToStdString(); in AddExportName() local
1389const JSHandle<JSTaggedValue> &exportName, in ResolveElementOfObject()
1402const JSHandle<JSTaggedValue> &exportName, in ResolveLocalExport()
1438const JSHandle<JSTaggedValue> &exportName, in ResolveIndirectExport()
1484 JSMutableHandle<JSTaggedValue> exportName(thread, globalConstants->GetUndefined()); in CheckResolvedBinding() local
1522 JSMutableHandle<JSTaggedValue> exportName(thread, globalConstants->GetUndefined()); in CheckResolvedIndexBinding() local
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts317 let exportName = child.name.getText(); variable
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp152 CString exportName = "bar"; in HWTEST_F_L0() local
184 CString exportName = "default"; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2217 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem() local
2230 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem() local
2293 util::StringView exportName = parser::SourceTextModuleRecord::DEFAULT_EXTERNAL_NAME; in AddExportDefaultEntryItem() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1197 panda::pandasm::LiteralArray::Literal exportName = { in ParseLocalExportEntries() local
1211 panda::pandasm::LiteralArray::Literal exportName = { in ParseIndirectExportEntries() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp574 JSHandle<JSTaggedValue> exportName(thread, currentExportEntry->GetExportName()); in CollectExportIndexs() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp444 std::string exportName = EcmaStringAccessor(exportKey).ToStdString(); in GetModuleVariableIndex() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3851 …dle<LocalExportEntry> ObjectFactory::NewLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewLocalExportEntry()
3870 …directExportEntry> ObjectFactory::NewIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewIndirectExportEntry()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument