Searched refs:prop_err_val (Results 1 – 1 of 1) sorted by relevance
284 jerry_value_t prop_err_val = jerry_create_string ((const jerry_char_t *) prop_err); in test_error_multiple_functions() local285 jerry_value_t prop_err_exists = jerry_has_own_property (target_object, prop_err_val); in test_error_multiple_functions()289 jerry_value_t prop_err_func = jerry_value_is_function (prop_err_val); in test_error_multiple_functions()291 jerry_release_value (prop_err_val); in test_error_multiple_functions()