Home
last modified time | relevance | path

Searched refs:thisParam_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.cpp68 if (thisParam_) { in Iterate()
69 cb(thisParam_); in Iterate()
92 {"thisParam", AstDumper::Optional(thisParam_)}, in Dump()
119 if (thisParam_) { in UpdateSelf()
120 thisParam_ = std::get<ir::AstNode *>(cb(thisParam_))->AsExpression(); in UpdateSelf()
DscriptFunction.h56 thisParam_ = nullptr; in ScriptFunction()
60 thisParam_ = firstParam; in ScriptFunction()
100 return thisParam_; in ThisParams()
105 return thisParam_; in ThisParams()
218 Expression *thisParam_; variable