Changeset 33967 in webkit for trunk/JavaScriptCore/tests
- Timestamp:
- May 21, 2008, 10:17:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/tests/mozilla/ecma/Array/15.4.4.5-3.js
r11995 r33967 148 148 } 149 149 function comparefn3( x, y ) { 150 return ( x == y ? 0 : ( x > y ? 1: -1 ) );150 return ( +x == +y ? 0 : ( x > y ? 1 : -1 ) ); 151 151 } 152 152 function clone( source, target ) {
Note:
See TracChangeset
for help on using the changeset viewer.