Home
last modified time | relevance | path

Searched refs:MANDATORY_PARAM_THIS (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DthisExpression.cpp36 binder::ScopeFindResult res = pg->Scope()->Find(binder::Binder::MANDATORY_PARAM_THIS); in Compile()
40 pg->LoadObjByNameViaDebugger(this, binder::Binder::MANDATORY_PARAM_THIS, true); in Compile()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h149 static constexpr std::string_view MANDATORY_PARAM_THIS = "this"; variable
174 MANDATORY_PARAM_THIS};
183 MANDATORY_PARAM_FUNC, MANDATORY_PARAM_NEW_TARGET, MANDATORY_PARAM_THIS,
Dbinder.cpp862 LookupReference(MANDATORY_PARAM_THIS); in AddMandatoryParams()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp295 LoadAccFromLexEnv(node, scope_->Find(binder::Binder::MANDATORY_PARAM_THIS)); in GetThis()
300 StoreAccToLexEnv(node, scope_->Find(binder::Binder::MANDATORY_PARAM_THIS), true); in SetThis()