Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.cpp2102 constexpr size_t N_INPUT_PARAMETERS = 1; in DEF_CALL_SIGNATURE() local
2103 CallSignature dump("Dump", 0, N_INPUT_PARAMETERS, in DEF_CALL_SIGNATURE()
2106 std::array<VariableType, N_INPUT_PARAMETERS> params = { in DEF_CALL_SIGNATURE()
2116 constexpr size_t N_INPUT_PARAMETERS = 1; in DEF_CALL_SIGNATURE() local
2117 CallSignature debugDump("DebugDump", 0, N_INPUT_PARAMETERS, in DEF_CALL_SIGNATURE()
2120 std::array<VariableType, N_INPUT_PARAMETERS> params = { in DEF_CALL_SIGNATURE()
2130 constexpr size_t N_INPUT_PARAMETERS = 2; in DEF_CALL_SIGNATURE() local
2131 CallSignature dumpWithHint("DumpWithHint", 0, N_INPUT_PARAMETERS, in DEF_CALL_SIGNATURE()
2134 std::array<VariableType, N_INPUT_PARAMETERS> params = { in DEF_CALL_SIGNATURE()
2145 constexpr size_t N_INPUT_PARAMETERS in DEF_CALL_SIGNATURE() local
[all...]

Completed in 3 milliseconds