Searched refs:num7 (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/tests/unit-ext/ |
H A D | test-ext-arg.c | 469 uint32_t num6, num7, num8; in test_validator_int1_handler() local 481 jerryx_arg_uint32 (&num7, JERRYX_ARG_ROUND, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED), in test_validator_int1_handler() 501 TEST_ASSERT (num7 == 4294967295); in test_validator_int1_handler() 522 int8_t num0, num1, num2, num3, num4, num5, num6, num7, num8, num9; in test_validator_int2_handler() local 535 jerryx_arg_int8 (&num7, JERRYX_ARG_ROUND, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED), in test_validator_int2_handler() 553 TEST_ASSERT (num7 == -128); in test_validator_int2_handler()
|
Completed in 2 milliseconds