Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / basic / testSlowNativeCtor.js
1 delete _quit;
2
3 function testSlowNativeCtor() {
4     for (var i = 0; i < 4; i++)
5         new Date().valueOf();
6 }
7 testSlowNativeCtor();