summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1532376.js
blob: c523ba06b88066e0e4182398e2ad313341128686 (plain)
1
2
3
4
5
6
7
8
9
10
"use strict";
function __f_276() {
    this.getNameReallyHard = () => eval("eval('(() => this.name)()')")
}
for (var __v_1377 = 0; __v_1377 < 10000; __v_1377++) {
  var __v_1378 = new __f_276();
  try {
    __v_1376[__getRandomProperty()];
  } catch (e) {}
__v_1378.getNameReallyHard()}