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:
Zoltan Herczeg
2020-12-18 10:58:48 +01:00
committed by GitHub
parent 1937f820e1
commit 9676500add
4 changed files with 115 additions and 0 deletions
+5
View File
@@ -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.
*/