Home
last modified time | relevance | path

Searched refs:DOUBLE_VALUE (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c685 DOUBLE_VALUE, enumerator
756 destination->type_of_value = DOUBLE_VALUE; in jerry_arg_to_double_or_bool_t()
820 bool arg1_is_three = (arg1.type_of_value == DOUBLE_VALUE && arg1.value.double_field == 3.0); in test_validator_restore_handler()
822 bool arg2_is_three = (arg2.type_of_value == DOUBLE_VALUE && arg2.value.double_field == 3.0); in test_validator_restore_handler()