summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1301377.js
blob: 2843e264da7627779c275e775b66e30f68a4d7b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
var lfLogBuffer = `
  gczeal(14);
  enableGeckoProfiling();
  gczeal(15,3);
  var s = "";
  for (let i = 0; i != 30; i+=2) {}
  readGeckoProfilingStack(s, "c0d1c0d1c0d1c0d1c0d1c0d1c0d1c0");
`;
loadFile(lfLogBuffer);
function loadFile(lfVarx) {
  evaluate(lfVarx);
}