Searched refs:SUPER_CALL_OPT_MIN_SUPPORTED_API_VERSION (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ | ||
H A D | callExpression.cpp | 76 if (pg->Binder()->Program()->TargetApiVersion() >= util::Helpers::SUPER_CALL_OPT_MIN_SUPPORTED_API_VERSION) { in CompileSuperCallWithSpreadArgs() |
/arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
H A D | function.cpp | 132 pg->Binder()->Program()->TargetApiVersion() < util::Helpers::SUPER_CALL_OPT_MIN_SUPPORTED_API_VERSION)) { in CompileFunctionParameterDeclaration() |
/arkcompiler/ets_frontend/es2panda/util/ | ||
H A D | helpers.h | 199 static const int8_t SUPER_CALL_OPT_MIN_SUPPORTED_API_VERSION = 15; member in panda::es2panda::panda::panda::es2panda::panda::panda::es2panda::panda::es2panda::panda::es2panda::util::SignedNumberLiteral::Helpers |
Completed in 2 milliseconds