Searched refs:has_ptr (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
D | PwmOut-js.cpp | 55 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() local 57 if (!has_ptr) { 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() local 90 if (!has_ptr) { 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() local 118 if (!has_ptr) { 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() local 144 if (!has_ptr) { 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() local 170 if (!has_ptr) { in DECLARE_CLASS_FUNCTION() [all …]
|
D | InterruptIn-js.cpp | 56 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() local 58 if (!has_ptr) { 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() local 87 if (!has_ptr) { 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() local 123 if (!has_ptr) { 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() local 152 if (!has_ptr) { 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() local 187 if (!has_ptr) { in DECLARE_CLASS_FUNCTION() [all …]
|
D | I2C-js.cpp | 52 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() local 54 if (!has_ptr) { 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() local 96 if (!has_ptr) { 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() local 117 if (!has_ptr) { 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() local 191 if (!has_ptr) { 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() local 214 if (!has_ptr) { in DECLARE_CLASS_FUNCTION() [all …]
|
D | DigitalOut-js.cpp | 53 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() local 55 if (!has_ptr) { 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() local 82 if (!has_ptr) { 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() local 106 if (!has_ptr) { in DECLARE_CLASS_FUNCTION()
|
D | AnalogIn-js.cpp | 50 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() local 52 if (!has_ptr) { 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() local 77 if (!has_ptr) { in DECLARE_CLASS_FUNCTION()
|