Home
last modified time | relevance | path

Searched refs:Param (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
H A DcatchClause.h46 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 DtsIndexSignature.h45 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 DtsImportType.h46 const Expression *Param() const in Param() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSImportType
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DcatchClause.h33 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 DtsIndexSignature.h46 [[nodiscard]] const Expression *Param() const noexcept
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Djson_object_matcher.h191 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 DtsImportType.h36 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 Dlmir_builder.h78 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 Dvarbinder.cpp463 if (catchClauseStmt->Param() != nullptr) { in BuildCatchClause()
465 ResolveReference(catchClauseStmt->Param()); in BuildCatchClause()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp162 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 Dbinder.cpp683 if (catchClauseStmt->Param()) { in BuildCatchClause()
685 ResolveReference(catchClauseStmt, catchClauseStmt->Param()); in BuildCatchClause()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp43 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 DTSAnalyzer.cpp32 ir::Expression *typeAnnotation = st->Param()->AsAnnotatedExpression()->TypeAnnotation(); in Check()
69 const util::StringView &paramName = node->Param()->AsIdentifier()->Name(); in Check()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp40 if (st->Param() != nullptr) { in Compile()
41 auto lref = compiler::JSLReference::Create(pg, st->Param(), true); in Compile()
H A DETSCompiler.cpp40 auto lref = compiler::ETSLReference::Create(etsg, st->Param(), true); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp197 auto *param = catchClause->Param(); in VisitCatchClause()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.cpp963 property->SetRange({property->AsTSIndexSignature()->Param()->Start(), in ParseProperty()

Completed in 28 milliseconds