Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1298 int64_t actualArgs = static_cast<int64_t>(argCount) - 1; in CallThis() local
1299 if (actualArgs <= util::Helpers::MAX_INT8) { in CallThis()
1300 ra_.EmitRange<Callthisrange>(node, argCount, 0, actualArgs, thisReg); in CallThis()
1304 ra_.EmitRange<WideCallthisrange>(node, argCount, actualArgs, thisReg); in CallThis()

Completed in 4 milliseconds