Home
last modified time | relevance | path

Searched refs:MANDATORY_PARAM_NEW_TARGET (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h148 static constexpr std::string_view MANDATORY_PARAM_NEW_TARGET = "4newTarget"; variable
173 …expr MandatoryParams FUNCTION_MANDATORY_PARAMS = {MANDATORY_PARAM_FUNC, MANDATORY_PARAM_NEW_TARGET,
183 MANDATORY_PARAM_FUNC, MANDATORY_PARAM_NEW_TARGET, MANDATORY_PARAM_THIS,
Dbinder.cpp861 LookupReference(MANDATORY_PARAM_NEW_TARGET); in AddMandatoryParams()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp290 LoadAccFromLexEnv(node, scope_->Find(binder::Binder::MANDATORY_PARAM_NEW_TARGET)); in GetNewTarget()