| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | shared_object_factory_test.cpp | 49 JSHandle<EcmaString> localName = factory->NewFromASCII("localName"); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| H A 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_frontend/es2panda/parser/module/ |
| H A 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() argument
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
| H A D | module_data_accessor.cpp | 101 ReadRegularImportEntry(Span<const uint8_t> *sp, ObjectFactory *factory, const JSHandle<TaggedArray> &requestModuleArray, JSMutableHandle<JSTaggedValue> &importName, JSMutableHandle<JSTaggedValue> &localName, JSMutableHandle<JSTaggedValue> &moduleRequest) ReadRegularImportEntry() argument 123 ReadNamespaceImportEntry(Span<const uint8_t> *sp, ObjectFactory *factory, const JSHandle<TaggedArray> &requestModuleArray, JSMutableHandle<JSTaggedValue> &localName, JSMutableHandle<JSTaggedValue> &moduleRequest) ReadNamespaceImportEntry() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | declaration.h | 333 explicit ImportDecl(util::StringView importName, util::StringView localName) in ImportDecl() argument 338 explicit ImportDecl(util::StringView importName, util::StringView localName, ir::AstNode *node) in ImportDecl() argument 365 explicit ExportDecl(util::StringView exportName, util::StringView localName) in ExportDecl() argument 370 explicit ExportDecl(util::StringView exportName, util::StringView localName, ir::AstNode *node) in ExportDecl() argument
|
| H A D | ETSBinder.cpp | 694 bool ETSBinder::DetectNameConflict(const util::StringView localName, Variable *const var, Variable *const otherVar, in DetectNameConflict() argument 743 const auto localName = ImportLocalName(importSpecifier, importPath, imported, importSpecifiers_, TopScope()); in AddImportSpecifiersToTopBindings() local 450 RedeclarationErrorMessageAssembler(const Variable *const var, const Variable *const variable, util::StringView localName) RedeclarationErrorMessageAssembler() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_manager.cpp | 650 JSTaggedValue ModuleManager::GetModuleNamespace(JSTaggedValue localName) in GetModuleNamespace() argument 656 JSTaggedValue ModuleManager::GetModuleNamespace(JSTaggedValue localName, JSTaggedValue currentFunc) in GetModuleNamespace() argument 662 JSTaggedValue ModuleManager::GetModuleNamespaceInternal(JSTaggedValue localName, JSTaggedValue currentModule) in GetModuleNamespaceInternal() argument
|
| H A D | js_module_source_text.cpp | 1446 JSTaggedValue localName = ee->GetLocalName(); in FindByExport() local [all...] |
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | scope.cpp | 740 void ModuleScope::ConvertLocalVariableToModuleVariable(ArenaAllocator *allocator, util::StringView localName) in ConvertLocalVariableToModuleVariable() argument
|
| H A D | binder.cpp | 230 auto localName = it->AsExportSpecifier()->Local()->Name(); in ValidateExportDecl() local 256 scope_->AsModuleScope()->ConvertLocalVariableToModuleVariable(Allocator(), localName); in ValidateExportDecl() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | shared_object_factory.cpp | 767 NewSImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<JSTaggedValue> &importName, const JSHandle<JSTaggedValue> &localName) NewSImportEntry() argument 781 NewSLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, const JSHandle<JSTaggedValue> &localName, const uint32_t index) NewSLocalExportEntry() argument
|
| H A D | object_factory.cpp | 4611 NewImportEntry(const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<JSTaggedValue> &importName, const JSHandle<JSTaggedValue> &localName, SharedTypes sharedTypes) NewImportEntry() argument 4636 NewLocalExportEntry(const JSHandle<JSTaggedValue> &exportName, const JSHandle<JSTaggedValue> &localName, const uint32_t index, SharedTypes sharedTypes) NewLocalExportEntry() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 197 CString localName = "foo"; in HWTEST_F_L0() local 643 CString localName = "foo"; in HWTEST_F_L0() local 1516 JSHandle<JSTaggedValue> localName = JSHandle<JSTaggedValue>::Cast(objectFactory->NewFromUtf8("ccc")); in HWTEST_F_L0() local 1564 CString localName = "foo"; in HWTEST_F_L0() local 2675 JSHandle<JSTaggedValue> localName = val; HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A 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/interpreter/ |
| H A D | slow_runtime_stub.cpp | 1178 JSTaggedValue SlowRuntimeStub::GetModuleNamespace(JSThread *thread, JSTaggedValue localName) in GetModuleNamespace() argument
|
| H A D | interpreter-inl.cpp | 6131 auto localName = GET_STR_FROM_CACHE(stringId); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 1360 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName) in RuntimeGetModuleNamespace() argument 1365 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName, in RuntimeGetModuleNamespace() argument
|
| H A D | runtime_stubs.cpp | 1806 JSTaggedValue localName = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 2264 auto localName = specifier->AsImportSpecifier()->Local()->Name(); in AddImportEntryItemForImportSpecifier() local 2281 auto localName = specifier->AsImportDefaultSpecifier()->Local()->Name(); in AddImportEntryItemForImportDefaultOrNamespaceSpecifier() local 2288 auto localName = specifier->AsImportNamespaceSpecifier()->Local()->Name(); in AddImportEntryItemForImportDefaultOrNamespaceSpecifier() local 2332 auto localName = exportSpecifier->Local()->Name(); in AddExportNamedEntryItem() local 2395 util::StringView localName = parser::SourceTextModuleRecord::DEFAULT_LOCAL_NAME; in AddExportDefaultEntryItem() local [all...] |