mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Implement WeakRef Object
related test262 test-cases has been removed from the skip list Except two test since it needs FinalizationRegistry feature Signed-off-by: bence gabor kis <kisbg@inf.u-szeged.hu>
This commit is contained in:
parent
6f3d58c75d
commit
ccd0ec704c
11 changed files with 234 additions and 24 deletions
|
|
@ -90,6 +90,7 @@ void GlobalObject::installBuiltins(ExecutionState& state)
|
|||
installMap(state);
|
||||
installSet(state);
|
||||
installWeakMap(state);
|
||||
installWeakRef(state);
|
||||
installWeakSet(state);
|
||||
installGenerator(state);
|
||||
installAsyncFunction(state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue