Lines Matching refs:jerry_object_native_info_t
265 …* Note: because the VM has not been fully cleaned up yet, jerry_object_native_info_t free_cb's can…
465 Native free callback of an object. It is used in `jerry_object_native_info_t` and for external Arra…
481 - [jerry_object_native_info_t](#jerry_object_native_info_t)
484 ## jerry_object_native_info_t section in JerryScript types
491 Typically, one would create a `static const jerry_object_native_info_t` for
494 This way, each `const jerry_object_native_info_t *` pointer address value itself
506 } jerry_object_native_info_t;
6203 const jerry_object_native_info_t *native_info_p)
6266 static const jerry_object_native_info_t buffer_obj_type_info =
6273 static const jerry_object_native_info_t shape_obj_type_info =
6279 static const jerry_object_native_info_t destructor_obj_type_info =
6391 - [jerry_object_native_info_t](#jerry_object_native_info_t)
6418 const jerry_object_native_info_t *info_p)
6425 `static const jerry_object_native_info_t` makes most sense.
6438 - [jerry_object_native_info_t](#jerry_object_native_info_t)
6458 const jerry_object_native_info_t *info_p)
6476 - [jerry_object_native_info_t](#jerry_object_native_info_t)
6736 jerry_objects_foreach_by_native_info (const jerry_object_native_info_t *native_info_p,
6782 static const jerry_object_native_info_t native_obj_type_info =
6874 - [jerry_object_native_info_t](#jerry_object_native_info_t)