Implement get proxy target (#4367)
JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
@@ -723,6 +723,11 @@ jerry_value_t jerry_realm_set_this (jerry_value_t realm_value, jerry_value_t thi
|
||||
uint32_t jerry_get_bigint_size_in_digits (jerry_value_t value);
|
||||
void jerry_get_bigint_digits (jerry_value_t value, uint64_t *digits_p, uint32_t size, bool *sign_p);
|
||||
|
||||
/**
|
||||
* Proxy functions.
|
||||
*/
|
||||
jerry_value_t jerry_get_proxy_target (jerry_value_t proxy_value);
|
||||
|
||||
/**
|
||||
* Input validator functions.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user