Implement WeakRef Object (#4546)

Related test262 test-cases has been removed from skip list.
Execpt two test-case since they need other feature to work (Finalization registry and async GC)

JerryScript-DCO-1.0-Signed-off-by: Bence Gabor Kis kisbg@inf.u-szeged.hu
This commit is contained in:
kisbg
2021-03-01 12:46:54 +00:00
committed by GitHub
parent 9556701742
commit 129ca4946c
24 changed files with 500 additions and 108 deletions
+1
View File
@@ -57,6 +57,7 @@ Enum that contains JerryScript **object** value types:
- JERRY_OBJECT_TYPE_SYMBOL - Symbol object
- JERRY_OBJECT_TYPE_GENERATOR - Generator object
- JERRY_OBJECT_TYPE_BIGINT - BigInt object
- JERRY_OBJECT_TYPE_WEAKREF - WeakRef object
*New in version 2.4*.