HomeSort by relevance Sort by last modified time
    Searched refs:eval (Results 376 - 400 of 747) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.4.2-4.js 58 testcases[tc].actual = eval( testcases[tc].actual );
15.7.4.3-2.js 53 testcases[tc].actual = eval( testcases[tc].actual );
15.7.4.3-3-n.js 56 testcases[tc].actual = eval( testcases[tc].actual );
15.7.4.js 61 eval("Number.prototype.toString=Object.prototype.toString;Number.prototype.toString()") );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
15.2.1.2.js 67 array[item++] = new TestCase( SECTION, "var MYOB = Object(); MYOB.toString()", "[object Object]", eval("var MYOB = Object(); MYOB.toString()") );
15.2.3-1.js 56 testcases[tc].actual = eval( testcases[tc].actual );
15.2.3.1-1.js 53 eval( "var str = ''; for ( p in Object ) { str += p; }; str" )
15.2.3.1-2.js 60 testcases[tc].actual = eval( testcases[tc].actual );
15.2.3.1-3.js 60 testcases[tc].actual = eval( testcases[tc].actual );
15.2.3.1-4.js 60 testcases[tc].actual = eval(testcases[tc].actual);
15.2.3.js 59 testcases[tc].actual = eval( testcases[tc].actual );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
12.10.js 61 eval("var x; with(7) x = valueOf(); typeof x;") );
12.6.3-1.js 49 eval("var x; Number.prototype.foo = 34; for ( j in 7 ){x = j;} x") );
12.6.3-2.js 63 eval("Boolean.prototype.foo = 34; for ( j in Boolean ) Boolean[j] ") );
12.7-1-n.js 44 testcases[tc].actual = eval( testcases[tc].actual );
12.8-1-n.js 45 testcases[tc].actual = eval( testcases[tc].actual );
12.9-1-n.js 41 testcases[tc].actual = eval( testcases[tc].actual );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.3.1-1.js 58 eval("var str='';for ( p in String ) { if ( p == 'prototype' ) str += p; } str") );
15.5.3.1-2.js 55 eval("String.prototype=null;String.prototype") );
15.5.3.1-3.js 52 array[item++] = new TestCase( SECTION, "delete( String.prototype )", false, eval("delete ( String.prototype )") );
15.5.3.1-4.js 53 array[item++] = new TestCase( SECTION, "delete( String.prototype );String.prototype", String.prototype, eval("delete ( String.prototype );String.prototype") );
15.5.4.1.js 49 eval("var STRING = new String.prototype.constructor('hi'); STRING.getClass = Object.prototype.toString; STRING.getClass()") );
15.5.4.2-2-n.js 52 testcases[tc].actual = eval( testcases[tc].actual );
15.5.4.2-3.js 53 testcases[tc].actual = eval( testcases[tc].actual );
15.5.4.3-2.js 50 testcases[tc].actual = eval(testcases[tc].actual );

Completed in 307 milliseconds

<<11121314151617181920>>