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:
bence gabor kis 2021-01-11 09:02:10 +01:00 committed by Patrick Kim
commit ccd0ec704c
11 changed files with 234 additions and 24 deletions

View file

@ -90,6 +90,7 @@ void GlobalObject::installBuiltins(ExecutionState& state)
installMap(state);
installSet(state);
installWeakMap(state);
installWeakRef(state);
installWeakSet(state);
installGenerator(state);
installAsyncFunction(state);