Home
last modified time | relevance | path

Searched refs:jerry_get_object_native_pointer (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DPwmOut-js.cpp55 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
88 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
116 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
142 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
168 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
194 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
220 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
246 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
DInterruptIn-js.cpp56 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
85 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
121 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
150 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
185 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
209 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
231 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
DI2C-js.cpp52 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
94 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
115 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
189 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
212 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
252 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
275 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
DDigitalOut-js.cpp53 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
80 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
104 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
DAnalogIn-js.cpp50 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
75 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
/third_party/jerryscript/tests/unit-core/
Dtest-api.cpp171 …bool is_ok = jerry_get_object_native_pointer (this_val, &ptr, &JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE … in handler_construct()
181 …is_ok = jerry_get_object_native_pointer (this_val, &ptr, &JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE (bind… in handler_construct()
186 …is_ok = jerry_get_object_native_pointer (this_val, &ptr, &JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE (bind… in handler_construct()
578 is_ok = jerry_get_object_native_pointer (res, &ptr, &JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE (bind2));
583 is_ok = jerry_get_object_native_pointer (res, &ptr, NULL);
/third_party/jerryscript/docs/
D16.MIGRATION-GUIDE.md31 - `jerry_get_object_native_handle` replaced by `jerry_get_object_native_pointer`
549 …t_native_handle` is replaced by [`jerry_get_object_native_pointer`](02.API-REFERENCE.md#jerry_get_…
637 bool has_p = jerry_get_object_native_pointer (this_val, &ptr, &my_info_type_info);
D02.API-REFERENCE.md493 `jerry_set_object_native_pointer ()` and `jerry_get_object_native_pointer ()`.
497 See [jerry_get_object_native_pointer](#jerry_get_object_native_pointer)
514 - [jerry_get_object_native_pointer](#jerry_get_object_native_pointer)
6186 ## jerry_get_object_native_pointer section in General API functions of JS objects
6201 jerry_get_object_native_pointer (const jerry_value_t obj_val,
6300 bool has_p = jerry_get_object_native_pointer (object, &native_p, &buffer_obj_type_info);
6316 has_p = jerry_get_object_native_pointer (object, &native_p, &shape_obj_type_info);
6334 has_p = jerry_get_object_native_pointer (object, &native_p, NULL);
6399 You can get them by calling [jerry_get_object_native_pointer](#jerry_get_object_native_pointer) lat…
6431 See [jerry_get_object_native_pointer](#jerry_get_object_native_pointer) for a
[all …]
/third_party/jerryscript/jerry-ext/arg/
Darg-transform-functions.c460 bool is_ok = jerry_get_object_native_pointer (js_arg, ptr_p, expected_info_p); in jerryx_arg_transform_native_pointer()
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h557 bool jerry_get_object_native_pointer (const jerry_value_t obj_val,
/third_party/jerryscript/jerry-core/api/
Djerry.c3147 jerry_get_object_native_pointer (const jerry_value_t obj_val, /**< object to get native pointer fro… in jerry_get_object_native_pointer() function