Home
last modified time | relevance | path

Searched refs:jerry_objects_foreach_by_native_info (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-objects-foreach.cpp232 …TEST_ASSERT (jerry_objects_foreach_by_native_info (&test_info, find_test_object_by_data, &found_ob…
247 …TEST_ASSERT (!jerry_objects_foreach_by_native_info (&test_info, find_test_object_by_data, &found_o…
/third_party/jerryscript/docs/
D16.MIGRATION-GUIDE.md738 - [`jerry_objects_foreach_by_native_info`](02.API-REFERENCE.md#jerry_objects_foreach_by_native_info)
D02.API-REFERENCE.md574 …ction type used as a callback for the (jerry_objects_foreach_by_native_info)[#jerry_objects_foreac…
588 …al user data pointer supplied via the (jerry_objects_foreach_by_native_info)[#jerry_objects_foreac…
597 - [jerry_objects_foreach_by_native_info](#jerry_objects_foreach_by_native_info)
6721 ## jerry_objects_foreach_by_native_info section in General API functions of JS objects
6736 jerry_objects_foreach_by_native_info (const jerry_object_native_info_t *native_info_p,
6851 if (jerry_objects_foreach_by_native_info (&native_obj_type_info, find_object, &find_data))
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h568 bool jerry_objects_foreach_by_native_info (const jerry_object_native_info_t *native_info_p,
/third_party/jerryscript/jerry-core/api/
Djerry.c3102 jerry_objects_foreach_by_native_info (const jerry_object_native_info_t *native_info_p, /**< the typ… in jerry_objects_foreach_by_native_info() function