Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / basic / testMethodInitUneval.js
1 for (var j = 0; j < 7; ++j)
2     uneval({x: function () {}});
3
4 checkStats({
5     recorderStarted: 1,
6     recorderAborted: 0,
7     traceCompleted: 1,
8     sideExitIntoInterpreter: 4
9 });