Home
last modified time | relevance | path

Searched refs:found_object (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-objects-foreach.cpp231 jerry_value_t found_object; variable
232 …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));
/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c406 struct vk_pipeline_cache_object *found_object = NULL; in vk_pipeline_cache_add_object() local
408 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()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md6766 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);