Searched defs:exportName (Results 1 – 10 of 10) sorted by relevance
| /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_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 135 const JSHandle<JSTaggedValue> &exportName, in CheckCircularImport() 153 const JSHandle<JSTaggedValue> &exportName) in ResolveExportObject() 179 const JSHandle<JSTaggedValue> &exportName, in ResolveExport() 1173 … const JSHandle<JSTaggedValue> &exportName, in GetStarResolution() 1251 std::string exportName = EcmaStringAccessor(ee->GetExportName()).ToStdString(); in AddExportName() local 1259 … const JSHandle<JSTaggedValue> &exportName, in ResolveElementOfObject() 1275 … const JSHandle<JSTaggedValue> &exportName, in ResolveLocalExport() 1310 … const JSHandle<JSTaggedValue> &exportName, in ResolveIndirectExport() 1356 JSMutableHandle<JSTaggedValue> exportName(thread, globalConstants->GetUndefined()); in CheckResolvedBinding() local 1394 JSMutableHandle<JSTaggedValue> exportName(thread, globalConstants->GetUndefined()); in CheckResolvedIndexBinding() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
| D | module_data_accessor.cpp | 113 JSHandle<JSTaggedValue> exportName(thread, in EnumerateLocalExportEntry() local 144 JSHandle<JSTaggedValue> exportName(thread, 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/tests/ |
| D | ecma_module_test.cpp | 151 CString exportName = "bar"; in HWTEST_F_L0() local 183 CString exportName = "default"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2081 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem() local 2094 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem() local 2156 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/ |
| D | object_factory.cpp | 3818 …dle<LocalExportEntry> ObjectFactory::NewLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, in NewLocalExportEntry() 3836 …directExportEntry> ObjectFactory::NewIndirectExportEntry(const JSHandle<JSTaggedValue> &exportName, 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
|