Searched refs:num5 (Results 1 – 1 of 1) sorted by relevance
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-arg.c | 468 int8_t num3, num4, num5; in test_validator_int1_handler() local 479 …jerryx_arg_int8 (&num5, JERRYX_ARG_ROUND, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED… in test_validator_int1_handler() 499 TEST_ASSERT (num5 == -127); in test_validator_int1_handler() 522 int8_t num0, num1, num2, num3, num4, num5, num6, num7, num8, num9; in test_validator_int2_handler() local 533 …jerryx_arg_int8 (&num5, JERRYX_ARG_CEIL, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED), in test_validator_int2_handler() 551 TEST_ASSERT (num5 == 2); in test_validator_int2_handler()
|