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:
@@ -182,3 +182,5 @@ try {
|
||||
} catch (e) {
|
||||
assert (e === "abrupt set getter");
|
||||
}
|
||||
|
||||
[Symbol.toStringTag].forEach(e => assert (Reflect.ownKeys(WeakMap.prototype).includes(e)));
|
||||
|
||||
Reference in New Issue
Block a user