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:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user