Home
last modified time | relevance | path

Searched defs:localName (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.cpp43 panda::pandasm::LiteralArray::Literal localName = { in GenRegularImportEntries() local
65 panda::pandasm::LiteralArray::Literal localName = { in GenNamespaceImportEntries() local
84 panda::pandasm::LiteralArray::Literal localName = { in GenLocalExportEntries() local
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts207 public localName: string; property in RegularImportEntry
219 public localName: string; property in NamespaceImportEntry
229 public localName: string; property in LocalExportEntry
DecmaModule.ts28 localName: string | undefined; property in Entry
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
Dmodule_data_accessor.cpp50 JSMutableHandle<JSTaggedValue> localName(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() local
112 JSHandle<JSTaggedValue> localName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateLocalExportEntry() local
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp193 util::StringView localName = parser::SourceTextModuleRecord::DEFAULT_LOCAL_NAME; in RemoveDefaultLocalExportEntry() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp613 JSTaggedValue ModuleManager::GetModuleNamespace(JSTaggedValue localName) in GetModuleNamespace()
619 JSTaggedValue ModuleManager::GetModuleNamespace(JSTaggedValue localName, JSTaggedValue currentFunc) in GetModuleNamespace()
625 JSTaggedValue ModuleManager::GetModuleNamespaceInternal(JSTaggedValue localName, JSTaggedValue curr… in GetModuleNamespaceInternal()
Djs_module_source_text.cpp634 JSMutableHandle<JSTaggedValue> localName(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup() local
1220 JSTaggedValue localName = ee->GetLocalName(); in FindByExport() local
1407 JSMutableHandle<JSTaggedValue> localName(thread, thread->GlobalConstants()->GetUndefined()); in ResolveLocalExport() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2170 auto localName = it->AsImportDefaultSpecifier()->Local()->Name(); in AddImportEntryItem() local
2179 auto localName = it->AsImportNamespaceSpecifier()->Local()->Name(); in AddImportEntryItem() local
2187 auto localName = it->AsImportSpecifier()->Local()->Name(); in AddImportEntryItem() local
2233 auto localName = exportSpecifier->Local()->Name(); in AddExportNamedEntryItem() local
2296 util::StringView localName = parser::SourceTextModuleRecord::DEFAULT_LOCAL_NAME; in AddExportDefaultEntryItem() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp375 …eScope::ConvertLocalVariableToModuleVariable(ArenaAllocator *allocator, util::StringView localName) in ConvertLocalVariableToModuleVariable()
Dbinder.cpp202 auto localName = it->AsExportSpecifier()->Local()->Name(); in ValidateExportDecl() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1152 panda::pandasm::LiteralArray::Literal localName = { in ParseRegularImportEntries() local
1174 panda::pandasm::LiteralArray::Literal localName = { in ParseNamespaceImportEntries() local
1192 panda::pandasm::LiteralArray::Literal localName = { in ParseLocalExportEntries() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp398 JSTaggedValue localName = ee->GetLocalName(); in GetImportModule() local
443 std::string localName = EcmaStringAccessor(localKey).ToStdString(); in GetModuleVariableIndex() local
712 JSTaggedValue localName = ee->GetLocalName(); in GetImportVariables() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp151 CString localName = "foo"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp575 JSHandle<JSTaggedValue> localName(thread, currentExportEntry->GetLocalName()); in CollectExportIndexs() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1117 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName) in RuntimeGetModuleNamespace()
1122 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName, in RuntimeGetModuleNamespace()
Druntime_stubs.cpp1183 JSTaggedValue localName = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3833 const JSHandle<JSTaggedValue> &localName) in NewImportEntry()
3852 const JSHandle<JSTaggedValue> &localName, const uint32_t index) in NewLocalExportEntry()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1130 JSTaggedValue SlowRuntimeStub::GetModuleNamespace(JSThread *thread, JSTaggedValue localName) in GetModuleNamespace()
Dinterpreter-inl.h5925 auto localName = GET_STR_FROM_CACHE(stringId); in RunInternal() local
Dinterpreter_assembly.cpp4128 auto localName = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleDeprecatedGetmodulenamespacePrefId32() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js7327 localName: null, property