Builtin objects symbol properties should be lazy listed (#4271)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
@@ -136,3 +136,5 @@ set.forEach(function (value) {
|
||||
|
||||
assert(k === Infinity);
|
||||
assert(set.has(+0) === true);
|
||||
|
||||
[Symbol.iterator, Symbol.toStringTag].forEach(e => assert (Reflect.ownKeys(Set.prototype).includes(e)));
|
||||
|
||||
Reference in New Issue
Block a user