Home
last modified time | relevance | path

Searched defs:localName (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dshared_object_factory_test.cpp49 JSHandle<EcmaString> localName = factory->NewFromASCII("localName"); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A DmoduleRecordEmitter.cpp50 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 DsourceTextModuleRecord.cpp209 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 Dmodule_data_accessor.cpp101 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 Ddeclaration.h333 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 DETSBinder.cpp694 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 Djs_module_manager.cpp650 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 Djs_module_source_text.cpp1446 JSTaggedValue localName = ee->GetLocalName(); in FindByExport() local
[all...]
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp740 void ModuleScope::ConvertLocalVariableToModuleVariable(ArenaAllocator *allocator, util::StringView localName) in ConvertLocalVariableToModuleVariable() argument
H A Dbinder.cpp230 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 Dshared_object_factory.cpp767 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 Dobject_factory.cpp4611 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 Decma_module_test.cpp197 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 Ddebugger_api.cpp470 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 Dslow_runtime_stub.cpp1178 JSTaggedValue SlowRuntimeStub::GetModuleNamespace(JSThread *thread, JSTaggedValue localName) in GetModuleNamespace() argument
H A Dinterpreter-inl.cpp6131 auto localName = GET_STR_FROM_CACHE(stringId); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1360 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName) in RuntimeGetModuleNamespace() argument
1365 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName, in RuntimeGetModuleNamespace() argument
H A Druntime_stubs.cpp1806 JSTaggedValue localName = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2264 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...]

Completed in 66 milliseconds