Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c821 bool arg2_is_false = (arg2.type_of_value == BOOL_VALUE && arg2.value.bool_field == false); in test_validator_restore_handler() local
823 TEST_ASSERT ((arg1_is_false && arg2_is_three) || (arg1_is_three && arg2_is_false)); in test_validator_restore_handler()