summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/global/globalThis-enumeration.js
blob: ecd50294734f3e4bd21fddca4d82fa780f453985 (plain)
1
2
3
4
5
assertEq(Object.getOwnPropertyNames(this).includes('globalThis'), true);

if (typeof reportCompare === "function") {
  reportCompare(0, 0);
}