3 <script src=
"../htmlrunner.js"></script>
5 window
.onload = function(){ startTest("dromaeo-core-eval", 'efec1da2');
7 // Try to force real results
10 // The commands that we'll be evaling
11 var cmd
= 'var str="";for(var i=0;i<1000;i++){str += "a";}ret = str;';
19 for ( var n
= 0; n
< num
; n
++ )
23 test( "Normal eval", function(){
27 test( "new Function", function(){
28 (new Function(tmp
))();