Searched refs:prop_ok_val (Results 1 – 1 of 1) sorted by relevance
253 jerry_value_t prop_ok_val = jerry_create_string ((const jerry_char_t *) prop_ok); in test_error_multiple_functions() local254 jerry_value_t prop_ok_exists = jerry_has_own_property (target_object, prop_ok_val); in test_error_multiple_functions()259 jerry_value_t prop_ok_func = jerry_get_property (target_object, prop_ok_val); in test_error_multiple_functions()279 jerry_release_value (prop_ok_val); in test_error_multiple_functions()