Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-method-register.c296 jerry_value_t prop_not_exists = jerry_has_own_property (target_object, prop_not_val); in test_error_multiple_functions() local
297 TEST_ASSERT (jerry_get_boolean_value (prop_not_exists) == false); in test_error_multiple_functions()
298 jerry_release_value (prop_not_exists); in test_error_multiple_functions()

Completed in 1 milliseconds