Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Side by Side Diff: test/webkit/fast/js/arguments-expected.txt

Issue 1189743003: [destructuring] Implement parameter pattern matching. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix magic number issue Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/mjsunit/regress/regress-436896.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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: Identifier 'arguments' has already been declared 160 FAIL argumentsConstUndefined() should be [object Arguments]. Threw exception Syn taxError: 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
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
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-436896.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698