OLD | NEW |
(Empty) | |
| 1 # Copyright 2013 the V8 project authors. All rights reserved. |
| 2 # Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. |
| 3 # |
| 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions |
| 6 # are met: |
| 7 # 1. Redistributions of source code must retain the above copyright |
| 8 # notice, this list of conditions and the following disclaimer. |
| 9 # 2. Redistributions in binary form must reproduce the above copyright |
| 10 # notice, this list of conditions and the following disclaimer in the |
| 11 # documentation and/or other materials provided with the distribution. |
| 12 # |
| 13 # THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY |
| 14 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 15 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 16 # DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY |
| 17 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 18 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 19 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 20 # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 21 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 22 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 23 |
| 24 KDE JS Test |
| 25 |
| 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 27 |
| 28 |
| 29 PASS Object.prototype.toString.__proto__ is Function.prototype |
| 30 PASS Object.prototype.valueOf.__proto__ is Function.prototype |
| 31 PASS Array.prototype.toString.__proto__ is Function.prototype |
| 32 PASS Array.prototype.toLocaleString.__proto__ is Function.prototype |
| 33 PASS Array.prototype.concat.__proto__ is Function.prototype |
| 34 PASS Array.prototype.join.__proto__ is Function.prototype |
| 35 PASS Array.prototype.pop.__proto__ is Function.prototype |
| 36 PASS Array.prototype.push.__proto__ is Function.prototype |
| 37 PASS Array.prototype.reverse.__proto__ is Function.prototype |
| 38 PASS Array.prototype.shift.__proto__ is Function.prototype |
| 39 PASS Array.prototype.slice.__proto__ is Function.prototype |
| 40 PASS Array.prototype.sort.__proto__ is Function.prototype |
| 41 PASS Array.prototype.splice.__proto__ is Function.prototype |
| 42 PASS Array.prototype.unshift.__proto__ is Function.prototype |
| 43 PASS String.prototype.toString.__proto__ is Function.prototype |
| 44 PASS String.prototype.valueOf.__proto__ is Function.prototype |
| 45 PASS String.prototype.charAt.__proto__ is Function.prototype |
| 46 PASS String.prototype.charCodeAt.__proto__ is Function.prototype |
| 47 PASS String.prototype.indexOf.__proto__ is Function.prototype |
| 48 PASS String.prototype.lastIndexOf.__proto__ is Function.prototype |
| 49 PASS String.prototype.match.__proto__ is Function.prototype |
| 50 PASS String.prototype.replace.__proto__ is Function.prototype |
| 51 PASS String.prototype.search.__proto__ is Function.prototype |
| 52 PASS String.prototype.slice.__proto__ is Function.prototype |
| 53 PASS String.prototype.split.__proto__ is Function.prototype |
| 54 PASS String.prototype.substr.__proto__ is Function.prototype |
| 55 PASS String.prototype.substring.__proto__ is Function.prototype |
| 56 PASS String.prototype.toLowerCase.__proto__ is Function.prototype |
| 57 PASS String.prototype.toUpperCase.__proto__ is Function.prototype |
| 58 PASS String.prototype.big.__proto__ is Function.prototype |
| 59 PASS String.prototype.small.__proto__ is Function.prototype |
| 60 PASS String.prototype.blink.__proto__ is Function.prototype |
| 61 PASS String.prototype.bold.__proto__ is Function.prototype |
| 62 PASS String.prototype.fixed.__proto__ is Function.prototype |
| 63 PASS String.prototype.italics.__proto__ is Function.prototype |
| 64 PASS String.prototype.strike.__proto__ is Function.prototype |
| 65 PASS String.prototype.sub.__proto__ is Function.prototype |
| 66 PASS String.prototype.sup.__proto__ is Function.prototype |
| 67 PASS String.prototype.fontcolor.__proto__ is Function.prototype |
| 68 PASS String.prototype.fontsize.__proto__ is Function.prototype |
| 69 PASS String.prototype.anchor.__proto__ is Function.prototype |
| 70 PASS String.prototype.link.__proto__ is Function.prototype |
| 71 PASS Boolean.prototype.toString.__proto__ is Function.prototype |
| 72 PASS Boolean.prototype.valueOf.__proto__ is Function.prototype |
| 73 PASS Date.prototype.toString.__proto__ is Function.prototype |
| 74 PASS Date.prototype.toUTCString.__proto__ is Function.prototype |
| 75 PASS Date.prototype.toDateString.__proto__ is Function.prototype |
| 76 PASS Date.prototype.toTimeString.__proto__ is Function.prototype |
| 77 PASS Date.prototype.toLocaleString.__proto__ is Function.prototype |
| 78 PASS Date.prototype.toLocaleDateString.__proto__ is Function.prototype |
| 79 PASS Date.prototype.toLocaleTimeString.__proto__ is Function.prototype |
| 80 PASS Date.prototype.valueOf.__proto__ is Function.prototype |
| 81 PASS Date.prototype.getTime.__proto__ is Function.prototype |
| 82 PASS Date.prototype.getFullYear.__proto__ is Function.prototype |
| 83 PASS Date.prototype.getUTCFullYear.__proto__ is Function.prototype |
| 84 PASS Date.prototype.toGMTString.__proto__ is Function.prototype |
| 85 PASS Date.prototype.getMonth.__proto__ is Function.prototype |
| 86 PASS Date.prototype.getUTCMonth.__proto__ is Function.prototype |
| 87 PASS Date.prototype.getDate.__proto__ is Function.prototype |
| 88 PASS Date.prototype.getUTCDate.__proto__ is Function.prototype |
| 89 PASS Date.prototype.getDay.__proto__ is Function.prototype |
| 90 PASS Date.prototype.getUTCDay.__proto__ is Function.prototype |
| 91 PASS Date.prototype.getHours.__proto__ is Function.prototype |
| 92 PASS Date.prototype.getUTCHours.__proto__ is Function.prototype |
| 93 PASS Date.prototype.getMinutes.__proto__ is Function.prototype |
| 94 PASS Date.prototype.getUTCMinutes.__proto__ is Function.prototype |
| 95 PASS Date.prototype.getSeconds.__proto__ is Function.prototype |
| 96 PASS Date.prototype.getUTCSeconds.__proto__ is Function.prototype |
| 97 PASS Date.prototype.getMilliseconds.__proto__ is Function.prototype |
| 98 PASS Date.prototype.getUTCMilliseconds.__proto__ is Function.prototype |
| 99 PASS Date.prototype.getTimezoneOffset.__proto__ is Function.prototype |
| 100 PASS Date.prototype.setTime.__proto__ is Function.prototype |
| 101 PASS Date.prototype.setMilliseconds.__proto__ is Function.prototype |
| 102 PASS Date.prototype.setUTCMilliseconds.__proto__ is Function.prototype |
| 103 PASS Date.prototype.setSeconds.__proto__ is Function.prototype |
| 104 PASS Date.prototype.setUTCSeconds.__proto__ is Function.prototype |
| 105 PASS Date.prototype.setMinutes.__proto__ is Function.prototype |
| 106 PASS Date.prototype.setUTCMinutes.__proto__ is Function.prototype |
| 107 PASS Date.prototype.setHours.__proto__ is Function.prototype |
| 108 PASS Date.prototype.setUTCHours.__proto__ is Function.prototype |
| 109 PASS Date.prototype.setDate.__proto__ is Function.prototype |
| 110 PASS Date.prototype.setUTCDate.__proto__ is Function.prototype |
| 111 PASS Date.prototype.setMonth.__proto__ is Function.prototype |
| 112 PASS Date.prototype.setUTCMonth.__proto__ is Function.prototype |
| 113 PASS Date.prototype.setFullYear.__proto__ is Function.prototype |
| 114 PASS Date.prototype.setUTCFullYear.__proto__ is Function.prototype |
| 115 PASS Date.prototype.setYear.__proto__ is Function.prototype |
| 116 PASS Date.prototype.getYear.__proto__ is Function.prototype |
| 117 PASS Date.prototype.toGMTString.__proto__ is Function.prototype |
| 118 PASS RegExp.prototype.exec.__proto__ is Function.prototype |
| 119 PASS RegExp.prototype.test.__proto__ is Function.prototype |
| 120 PASS RegExp.prototype.toString.__proto__ is Function.prototype |
| 121 PASS Error.prototype.toString.__proto__ is Function.prototype |
| 122 PASS successfullyParsed is true |
| 123 |
| 124 TEST COMPLETE |
| 125 |
OLD | NEW |