Searched refs:found_object (Results 1 – 3 of 3) sorted by relevance
231 jerry_value_t found_object; variable232 …SSERT (jerry_objects_foreach_by_native_info (&test_info, find_test_object_by_data, &found_object));233 jerry_value_t args[2] = {object, found_object};240 jerry_release_value (found_object);247 …SERT (!jerry_objects_foreach_by_native_info (&test_info, find_test_object_by_data, &found_object));
406 struct vk_pipeline_cache_object *found_object = NULL; in vk_pipeline_cache_add_object() local408 found_object = vk_pipeline_cache_object_ref((void *)entry->key); in vk_pipeline_cache_add_object()417 return found_object; in vk_pipeline_cache_add_object()
6766 jerry_value_t found_object;6826 find_data_p->found_object = jerry_acquire_value (candidate);6853 …/* The object was found and is now stored in `find_data.found_object`. After using it, it must be …6856 jerry_release_value (find_data.found_object);