Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-method-register.c285 jerry_value_t prop_err_exists = jerry_has_own_property (target_object, prop_err_val); in test_error_multiple_functions() local
286 TEST_ASSERT (jerry_get_boolean_value (prop_err_exists) == true); in test_error_multiple_functions()
287 jerry_release_value (prop_err_exists); in test_error_multiple_functions()

Completed in 1 milliseconds