Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-arg.c469 uint32_t num6, num7, num8; in test_validator_int1_handler() local
482 jerryx_arg_uint32 (&num8, JERRYX_ARG_ROUND, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED), in test_validator_int1_handler()
502 TEST_ASSERT (num8 == 65536); in test_validator_int1_handler()
522 int8_t num0, num1, num2, num3, num4, num5, num6, num7, num8, num9; in test_validator_int2_handler() local
523 num8 = 123; in test_validator_int2_handler()
536 jerryx_arg_int8 (&num8, JERRYX_ARG_ROUND, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED), in test_validator_int2_handler()
554 TEST_ASSERT (num8 == 127); in test_validator_int2_handler()

Completed in 2 milliseconds