/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | catchClause.h | 46 Expression *Param() in Param() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::CatchClause 51 const Expression *Param() const in Param() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::CatchClause
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsIndexSignature.h | 45 const Expression *Param() const in Param() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSIndexSignature 50 Expression *Param() in Param() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSIndexSignature
|
H A D | tsImportType.h | 46 const Expression *Param() const in Param() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSImportType
|
/arkcompiler/ets_frontend/ets2panda/ir/base/ |
H A D | catchClause.h | 33 Expression *Param() in Param() function in ark::es2panda::ir::CatchClause 38 const Expression *Param() const in Param() function in ark::es2panda::ir::CatchClause
|
H A D | tsIndexSignature.h | 46 [[nodiscard]] const Expression *Param() const noexcept
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
H A D | json_object_matcher.h | 191 template <typename PropertyType, template <typename...> class Container, typename... Param> 192 auto JsonElementsAreArray(const Container<testing::Matcher<PropertyType>, Param...> &container) in JsonElementsAreArray()
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsImportType.h | 36 const Expression *Param() const in Param() function in ark::es2panda::ir::TSImportType
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
H A D | lmir_builder.h | 78 using Param = std::pair<const String, Type *>; 79 using Params = std::vector<Param>; 270 .Param(i32Type, "param1") 271 .Param(i64Type, "param2") 276 .Param(i32Type, "param1") 277 .Param(i64Type, "param2") 488 FunctionBuilder &Param(Type *type, const String paramName) in Param() function in maple::litecg::LMIRBuilder::FunctionBuilder
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | varbinder.cpp | 463 if (catchClauseStmt->Param() != nullptr) { in BuildCatchClause() 465 ResolveReference(catchClauseStmt->Param()); in BuildCatchClause()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
H A D | litecg_ir_builder.cpp | 162 funcBuilder.Param(lmirBuilder_->i64Type, "glue"); in AddFunc() 164 funcBuilder.Param(lmirBuilder_->i64PtrType, "interpSp"); in AddFunc() 166 funcBuilder.Param(lmirBuilder_->i64Type, "actualArgc") in AddFunc() 167 .Param(lmirBuilder_->i64PtrType, "actualArgv") in AddFunc() 168 .Param(lmirBuilder_->i64RefType, "func") in AddFunc() 169 .Param(lmirBuilder_->i64RefType, "new_target") in AddFunc() 170 .Param(lmirBuilder_->i64RefType, "this_object"); in AddFunc() 172 funcBuilder.Param(lmirBuilder_->i64RefType, "param" + std::to_string(i)); in AddFunc() 175 funcBuilder.Param(lmirBuilder_->i64RefType, "func").Param(lmirBuilder in AddFunc() [all...] |
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | binder.cpp | 683 if (catchClauseStmt->Param()) { in BuildCatchClause() 685 ResolveReference(catchClauseStmt, catchClauseStmt->Param()); in BuildCatchClause()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzer.cpp | 43 ir::Identifier *paramIdent = st->Param()->AsIdentifier(); in Check() 48 exceptionType = checker->CheckExceptionOrErrorType(catchParamAnnotationType, st->Param()->Start()); in Check() 2432 exceptionType != nullptr && catchClause->Param() != nullptr) { in Check()
|
H A D | TSAnalyzer.cpp | 32 ir::Expression *typeAnnotation = st->Param()->AsAnnotatedExpression()->TypeAnnotation(); in Check() 69 const util::StringView ¶mName = node->Param()->AsIdentifier()->Name(); in Check()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 40 if (st->Param() != nullptr) { in Compile() 41 auto lref = compiler::JSLReference::Create(pg, st->Param(), true); in Compile()
|
H A D | ETSCompiler.cpp | 40 auto lref = compiler::ETSLReference::Create(etsg, st->Param(), true); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.cpp | 197 auto *param = catchClause->Param(); in VisitCatchClause()
|
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | TypedParser.cpp | 963 property->SetRange({property->AsTSIndexSignature()->Param()->Start(), in ParseProperty()
|