Searched refs:testScriptMirror (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dmirror-script.js31 function testScriptMirror(f, file_name, file_lines, type, compilation_type, function
86 testScriptMirror(function(){}, 'mirror-script.js', 98, 2, 0);
87 testScriptMirror(Math.sin, 'native math.js', -1, 0, 0);
88 testScriptMirror(eval('(function(){})'), null, 1, 2, 1, '(function(){})', 87);
89 testScriptMirror(eval('(function(){\n })'), null, 2, 2, 1, '(function(){\n })', 88);

Completed in 107 milliseconds