Add reference support for native pointers. (#4615)

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2021-04-19 14:47:17 +02:00
committed by GitHub
parent cc1a263657
commit ec3ed65b56
23 changed files with 681 additions and 150 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ typedef ecma_value_t (*ecma_native_handler_t) (const struct jerry_call_info_t *c
typedef struct
{
void *native_p; /**< points to the data of the object */
jerry_object_native_info_t *info_p; /**< native info */
jerry_object_native_info_t *native_info_p; /**< native info */
} ecma_native_pointer_t;
/**