| OLD | NEW |
| 1 # Copyright 2013 the V8 project authors. All rights reserved. | 1 # Copyright 2013 the V8 project authors. All rights reserved. |
| 2 # Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. | 2 # Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions | 5 # modification, are permitted provided that the following conditions |
| 6 # are met: | 6 # are met: |
| 7 # 1. Redistributions of source code must retain the above copyright | 7 # 1. Redistributions of source code must retain the above copyright |
| 8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
| 9 # 2. Redistributions in binary form must reproduce the above copyright | 9 # 2. Redistributions in binary form must reproduce the above copyright |
| 10 # notice, this list of conditions and the following disclaimer in the | 10 # notice, this list of conditions and the following disclaimer in the |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 PASS access_after_delete_extra_2(1) is undefined | 150 PASS access_after_delete_extra_2(1) is undefined |
| 151 PASS access_after_delete_extra_3(1) is undefined | 151 PASS access_after_delete_extra_3(1) is undefined |
| 152 PASS access_after_delete_extra_5(1) is undefined | 152 PASS access_after_delete_extra_5(1) is undefined |
| 153 PASS access_after_delete_extra_1(1, 2, 3, 4, 5) is 1 | 153 PASS access_after_delete_extra_1(1, 2, 3, 4, 5) is 1 |
| 154 PASS access_after_delete_extra_2(1, 2, 3, 4, 5) is 2 | 154 PASS access_after_delete_extra_2(1, 2, 3, 4, 5) is 2 |
| 155 PASS access_after_delete_extra_3(1, 2, 3, 4, 5) is 3 | 155 PASS access_after_delete_extra_3(1, 2, 3, 4, 5) is 3 |
| 156 PASS access_after_delete_extra_5(1, 2, 3, 4, 5) is 5 | 156 PASS access_after_delete_extra_5(1, 2, 3, 4, 5) is 5 |
| 157 PASS argumentsParam(true) is true | 157 PASS argumentsParam(true) is true |
| 158 PASS argumentsFunctionConstructorParam(true) is true | 158 PASS argumentsFunctionConstructorParam(true) is true |
| 159 PASS argumentsVarUndefined() is '[object Arguments]' | 159 PASS argumentsVarUndefined() is '[object Arguments]' |
| 160 FAIL argumentsConstUndefined() should be [object Arguments]. Threw exception Typ
eError: Variable 'arguments' has already been declared | 160 FAIL argumentsConstUndefined() should be [object Arguments]. Threw exception Typ
eError: Identifier 'arguments' has already been declared |
| 161 PASS argumentCalleeInException() is argumentCalleeInException | 161 PASS argumentCalleeInException() is argumentCalleeInException |
| 162 PASS shadowedArgumentsApply([true]) is true | 162 PASS shadowedArgumentsApply([true]) is true |
| 163 PASS shadowedArgumentsLength([]) is 0 | 163 PASS shadowedArgumentsLength([]) is 0 |
| 164 PASS shadowedArgumentsLength() threw exception TypeError: Cannot read property '
length' of undefined. | 164 PASS shadowedArgumentsLength() threw exception TypeError: Cannot read property '
length' of undefined. |
| 165 PASS shadowedArgumentsCallee([]) is undefined. | 165 PASS shadowedArgumentsCallee([]) is undefined. |
| 166 PASS shadowedArgumentsIndex([true]) is true | 166 PASS shadowedArgumentsIndex([true]) is true |
| 167 PASS descriptor.value is "one" | 167 PASS descriptor.value is "one" |
| 168 PASS descriptor.writable is true | 168 PASS descriptor.writable is true |
| 169 PASS descriptor.enumerable is true | 169 PASS descriptor.enumerable is true |
| 170 PASS descriptor.configurable is true | 170 PASS descriptor.configurable is true |
| (...skipping 27 matching lines...) Expand all Loading... |
| 198 PASS true is true | 198 PASS true is true |
| 199 PASS false is false | 199 PASS false is false |
| 200 PASS false is false | 200 PASS false is false |
| 201 PASS undefined is undefined. | 201 PASS undefined is undefined. |
| 202 PASS true is true | 202 PASS true is true |
| 203 PASS false is false | 203 PASS false is false |
| 204 PASS successfullyParsed is true | 204 PASS successfullyParsed is true |
| 205 | 205 |
| 206 TEST COMPLETE | 206 TEST COMPLETE |
| 207 | 207 |
| OLD | NEW |