| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | moduleRecordEmitter.cpp | 50 panda::pandasm::LiteralArray::Literal localName = { in GenRegularImportEntries() local 72 panda::pandasm::LiteralArray::Literal localName = { in GenNamespaceImportEntries() local 92 panda::pandasm::LiteralArray::Literal localName = { in GenLocalExportEntries() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
| D | module_data_accessor.cpp | 66 JSMutableHandle<JSTaggedValue> localName(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() local 104 JSMutableHandle<JSTaggedValue> &localName, in ReadRegularImportEntry() 125 JSMutableHandle<JSTaggedValue> &localName, in ReadNamespaceImportEntry() 158 JSHandle<JSTaggedValue> localName(thread, factory->GetRawStringFromStringTable(sd)); in EnumerateLocalExportEntry() local
|
| /arkcompiler/ets_frontend/es2panda/parser/module/ |
| D | sourceTextModuleRecord.cpp | 209 util::StringView localName = parser::SourceTextModuleRecord::DEFAULT_LOCAL_NAME; in RemoveDefaultLocalExportEntry() local 213 int SourceTextModuleRecord::GetModuleRequestIdx(const util::StringView localName) in GetModuleRequestIdx()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | declaration.h | 333 explicit ImportDecl(util::StringView importName, util::StringView localName) in ImportDecl() 338 explicit ImportDecl(util::StringView importName, util::StringView localName, ir::AstNode *node) in ImportDecl() 365 explicit ExportDecl(util::StringView exportName, util::StringView localName) in ExportDecl() 370 explicit ExportDecl(util::StringView exportName, util::StringView localName, ir::AstNode *node) in ExportDecl()
|
| D | ETSBinder.cpp | 437 util::StringView localName) in RedeclarationErrorMessageAssembler() 680 bool ETSBinder::DetectNameConflict(const util::StringView localName, Variable *const var, Variable … in DetectNameConflict() 729 …const auto localName = ImportLocalName(importSpecifier, importPath, imported, importSpecifiers_, T… in AddImportSpecifiersToTopBindings() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 650 JSTaggedValue ModuleManager::GetModuleNamespace(JSTaggedValue localName) in GetModuleNamespace() 656 JSTaggedValue ModuleManager::GetModuleNamespace(JSTaggedValue localName, JSTaggedValue currentFunc) in GetModuleNamespace() 662 JSTaggedValue ModuleManager::GetModuleNamespaceInternal(JSTaggedValue localName, JSTaggedValue curr… in GetModuleNamespaceInternal()
|
| D | js_module_source_text.cpp | 712 JSMutableHandle<JSTaggedValue> localName(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup() local 1439 JSTaggedValue localName = ee->GetLocalName(); in FindByExport() local 1632 JSMutableHandle<JSTaggedValue> localName(thread, thread->GlobalConstants()->GetUndefined()); in ResolveLocalExport() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2237 auto localName = specifier->AsImportSpecifier()->Local()->Name(); in AddImportEntryItemForImportSpecifier() local 2254 auto localName = specifier->AsImportDefaultSpecifier()->Local()->Name(); in AddImportEntryItemForImportDefaultOrNamespaceSpecifier() local 2261 auto localName = specifier->AsImportNamespaceSpecifier()->Local()->Name(); in AddImportEntryItemForImportDefaultOrNamespaceSpecifier() local 2305 auto localName = exportSpecifier->Local()->Name(); in AddExportNamedEntryItem() local 2368 util::StringView localName = parser::SourceTextModuleRecord::DEFAULT_LOCAL_NAME; in AddExportDefaultEntryItem() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.h | 341 void AddProperty(varbinder::LocalVariable *prop, util::StringView localName) const in AddProperty()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 769 const JSHandle<JSTaggedValue> &localName) in NewSImportEntry() 782 const JSHandle<JSTaggedValue> &localName, const uint32_t index) in NewSLocalExportEntry()
|
| D | object_factory.cpp | 4632 const JSHandle<JSTaggedValue> &localName, in NewImportEntry() 4656 const JSHandle<JSTaggedValue> &localName, const uint32_t index, SharedTypes sharedTypes) in NewLocalExportEntry()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 159 CString localName = "foo"; in HWTEST_F_L0() local 373 CString localName = "foo"; in HWTEST_F_L0() local 1145 …JSHandle<JSTaggedValue> localName = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("ccc"… in HWTEST_F_L0() local 1193 CString localName = "foo"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeCreation.cpp | 565 util::UString localName(declNode->AsClassDefinition()->LocalPrefix(), Allocator()); in CreateNewETSObjectType() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 740 …eScope::ConvertLocalVariableToModuleVariable(ArenaAllocator *allocator, util::StringView localName) in ConvertLocalVariableToModuleVariable()
|
| D | binder.cpp | 217 auto localName = it->AsExportSpecifier()->Local()->Name(); in ValidateExportDecl() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 470 JSTaggedValue localName = ee->GetLocalName(); in GetImportModule() local 515 std::string localName = EcmaStringAccessor(localKey).ToStdString(); in GetModuleVariableIndex() local 785 JSTaggedValue localName = ee->GetLocalName(); in GetImportVariables() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1337 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName) in RuntimeGetModuleNamespace() 1342 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName, in RuntimeGetModuleNamespace()
|
| D | runtime_stubs.cpp | 1859 JSTaggedValue localName = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1170 JSTaggedValue SlowRuntimeStub::GetModuleNamespace(JSThread *thread, JSTaggedValue localName) in GetModuleNamespace()
|
| D | interpreter-inl.cpp | 6047 auto localName = GET_STR_FROM_CACHE(stringId); in RunInternal() local
|
| D | interpreter_assembly.cpp | 4199 auto localName = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleDeprecatedGetmodulenamespacePrefId32() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 7327 localName: null, property
|