Home
last modified time | relevance | path

Searched defs:local (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/ets_frontend/ts2panda/tests/types/function/
Dfunction_no_para.ts16 function local() { function
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlexenv.cpp54 auto *local = result.variable->AsLocalVariable(); in ExpandLoadNormalVar() local
92 varbinder::LocalVariable *local = result.variable->AsLocalVariable(); in ExpandStoreLexVar() local
112 auto *local = result.variable->AsLocalVariable(); in ExpandStoreNormalVar() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlexenv.cpp66 auto *local = result.variable->AsLocalVariable(); in ExpandLoadNormalVar() local
98 binder::LocalVariable *local = result.variable->AsLocalVariable(); in ExpandStoreLexVar() local
123 auto *local = result.variable->AsLocalVariable(); in ExpandStoreNormalVar() local
/arkcompiler/ets_frontend/ets2panda/ir/module/
DimportDefaultSpecifier.h26 …explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFI… in ImportDefaultSpecifier()
DimportNamespaceSpecifier.h26 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier()
DexportSpecifier.h26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier()
DimportSpecifier.h26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier()
/arkcompiler/ets_frontend/es2panda/ir/module/
DimportDefaultSpecifier.h36 …explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFI… in ImportDefaultSpecifier()
DimportNamespaceSpecifier.h36 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier()
DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType) in ImportSpecifier()
DexportSpecifier.h36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp38 struct tm local {}; in EscompatDateGetLocalTimezoneOffset() struct
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.h96 … bool local; // Whether this value should be only used in the BasicBlock it originated from member
/arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/
Dtemplateclassglobal_fuzzer.cpp49 [[maybe_unused]]Local<JSValueRef> local = global.ToLocal(); in TemplateToLocalFuzzerTest() local
63 [[maybe_unused]]Local<JSValueRef> local = global.ToLocal(vm); in TemplateToLocalFromVMFuzzerTest() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dobject_repository.cpp39 for (auto &local : locals) { in CreateFrameObject() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1557 auto *local = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseExportNamedSpecifiers() local
1692 ir::Identifier *local = ParseNamedImport(lexer_->GetToken()); in ParseNameSpaceImport() local
1709 auto *local = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedImport() local
1726 ir::Identifier *local = nullptr; in ParseNamedImportSpecifiers() local
1753 ir::Identifier *local = ParseNamedImport(lexer_->GetToken()); in ParseImportDefaultSpecifier() local
DASparser.cpp1342 ir::Identifier *local = ParseNamedImport(Lexer()->GetToken()); in ParseImportDefaultSpecifier() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.h128 void SetLocalVolatile(bool local, bool isVolatile) in SetLocalVolatile()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2575 auto *local = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseExportNamedSpecifiers() local
2846 ir::Identifier *local = ParseNamedImport(lexer_->GetToken()); in ParseNameSpaceImport() local
2889 auto *local = AllocNode<ir::Identifier>(importedToken.Ident()); in ParseNamedImport() local
2923 ir::Identifier *local = nullptr; in ParseNamedImportSpecifiers() local
2993 ir::Identifier *local = ParseNamedImport(lexer_->GetToken()); in ParseImportDefaultSpecifier() local
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp384 const auto local = specifier->AsImportSpecifier()->Local()->Name(); in GenImportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_test.cpp154 LocalVariable local(&decl, VariableFlags::LOCAL); in TEST_F() local
177 LocalVariable local(&decl, VariableFlags::LOCAL); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp2699 Local<JSValueRef> local = global.ToLocal(); in HWTEST_F_L0() local
2713 Local<JSValueRef> local = global.ToLocal(vm_); in HWTEST_F_L0() local
2941 Local<JSValueRef> local = StringRef::NewFromUtf8(vm_, "abcdefbb"); in HWTEST_F_L0() local
2958 Local<StringRef> local = StringRef::NewFromUtf8(vm_, "abcdefbb"); in HWTEST_F_L0() local
2971 Local<StringRef> local = StringRef::NewFromUtf8(vm_, "abcdefbb", 0); in HWTEST_F_L0() local
2984 Local<StringRef> local = StringRef::NewFromUtf8(vm_, "abcdefbb", 3); in HWTEST_F_L0() local
2998 Local<StringRef> local = StringRef::NewFromUtf16(vm_, utf16); in HWTEST_F_L0() local
3012 Local<StringRef> local = StringRef::NewFromUtf16(vm_, utf16, 0); in HWTEST_F_L0() local
3026 Local<StringRef> local = StringRef::NewFromUtf16(vm_, utf16, 3); in HWTEST_F_L0() local
3037 Local<StringRef> local = StringRef::NewFromUtf8(vm_, "abcdefbb"); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dorig_symbol.h337 …OriginalSt(OStIdx index, MapleAllocator &alloc, bool local, bool isFormal, FieldID fieldID, PUIdx … in OriginalSt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dcall_graph.h57 … : areAllArgsLocal(local), cType(type), mirFunc(&call), callStmt(node), loopDepth(ld), id(stmtId) in areAllArgsLocal() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp296 auto *local = var->AsLocalVariable(); in LoadVar() local
333 auto *local = result.variable->AsLocalVariable(); in StoreVar() local

12