Home
last modified time | relevance | path

Searched refs:jerry_object_native_info_t (Results 1 – 25 of 25) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-native-callback-nested.cpp28 static const jerry_object_native_info_t native_info2 =
42 static const jerry_object_native_info_t native_info =
Dtest-objects-foreach.cpp145 static const jerry_object_native_info_t test_info =
Dtest-api.cpp133 static const jerry_object_native_info_t JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE (c_type) = \
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h316 } jerry_object_native_info_t; typedef
559 const jerry_object_native_info_t *native_pointer_info_p);
562 const jerry_object_native_info_t *native_info_p);
564 const jerry_object_native_info_t *native_info_p);
568 bool jerry_objects_foreach_by_native_info (const jerry_object_native_info_t *native_info_p,
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-autorelease.c33 static const jerry_object_native_info_t native_info =
Dtest-ext-handle-scope.c33 static const jerry_object_native_info_t native_info =
Dtest-ext-handle-scope-root.c34 static const jerry_object_native_info_t native_info =
Dtest-ext-handle-scope-escape.c33 static const jerry_object_native_info_t native_info =
Dtest-ext-handle-scope-remove.c33 static const jerry_object_native_info_t native_info =
Dtest-ext-handle-scope-handle-prelist-escape.c36 static const jerry_object_native_info_t native_info =
Dtest-ext-handle-scope-handle-prelist.c36 static const jerry_object_native_info_t native_info =
Dtest-ext-handle-scope-nested.c36 static const jerry_object_native_info_t native_info =
Dtest-ext-arg.c68 static const jerry_object_native_info_t thing_a_info =
73 static const jerry_object_native_info_t thing_b_info =
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DAnalogIn-js.cpp34 static const jerry_object_native_info_t native_obj_type_info = {
DDigitalOut-js.cpp34 static const jerry_object_native_info_t native_obj_type_info = {
DPwmOut-js.cpp34 static const jerry_object_native_info_t native_obj_type_info = {
DInterruptIn-js.cpp39 static const jerry_object_native_info_t native_obj_type_info = {
DI2C-js.cpp35 static const jerry_object_native_info_t native_obj_type_info = {
/third_party/jerryscript/jerry-ext/arg/
Darg-transform-functions.c457 const jerry_object_native_info_t *expected_info_p; in jerryx_arg_transform_native_pointer()
458 expected_info_p = (const jerry_object_native_info_t *) c_arg_p->extra_info; in jerryx_arg_transform_native_pointer()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.h172 jerryx_arg_native_pointer (void **dest, const jerry_object_native_info_t *info_p, jerryx_arg_option…
Darg.impl.h333 const jerry_object_native_info_t *info_p, /**< expected the type info */ in jerryx_arg_native_pointer()
/third_party/jerryscript/docs/
D16.MIGRATION-GUIDE.md545 [`jerry_object_native_info_t`](02.API-REFERENCE.md#jerry_object_native_info_t).
548 - `jerry_object_free_callback_t` callback type is replaced by `jerry_object_native_info_t`
615 static const jerry_object_native_info_t my_info_type_info =
D02.API-REFERENCE.md265 …* 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 =
[all …]
D09.EXT-REFERENCE-ARG.md555 const jerry_object_native_info_t *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()
3149 const jerry_object_native_info_t *native_info_p) /**< the type info in jerry_get_object_native_pointer()
3192 … const jerry_object_native_info_t *native_info_p) /**< object's native type info */ in jerry_set_object_native_pointer()
3219 … const jerry_object_native_info_t *native_info_p) /**< object's native type info */ in jerry_delete_object_native_pointer()