Support shared user data for scripts (#4710)

The same data is returned for the script and all of its functions,
including those which are created by an eval call.

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2021-07-20 10:33:23 +02:00
committed by GitHub
parent 9ff25dbc12
commit 713d90b5a0
20 changed files with 780 additions and 126 deletions
+1
View File
@@ -77,6 +77,7 @@ set(SOURCE_UNIT_TEST_MAIN_MODULES
test-regexp.c
test-regression-3588.c
test-resource-name.c
test-script-user-value.c
test-snapshot.c
test-special-proxy.c
test-string-to-number.c