| Index: LayoutTests/fast/js/arguments-expected.txt
|
| diff --git a/LayoutTests/fast/js/arguments-expected.txt b/LayoutTests/fast/js/arguments-expected.txt
|
| index 6314ccb5cd8382f27ca106b0f7f7dbb73d158b82..d42ada20ecfe4d143599689474211a2ed5f58559 100644
|
| --- a/LayoutTests/fast/js/arguments-expected.txt
|
| +++ b/LayoutTests/fast/js/arguments-expected.txt
|
| @@ -134,11 +134,11 @@ PASS access_after_delete_extra_5(1, 2, 3, 4, 5) is 5
|
| PASS argumentsParam(true) is true
|
| PASS argumentsFunctionConstructorParam(true) is true
|
| PASS argumentsVarUndefined() is '[object Arguments]'
|
| -PASS argumentsConstUndefined() is '[object Arguments]'
|
| +FAIL argumentsConstUndefined() should be [object Arguments]. Threw exception TypeError: Variable 'arguments' has already been declared
|
| PASS argumentCalleeInException() is argumentCalleeInException
|
| PASS shadowedArgumentsApply([true]) is true
|
| PASS shadowedArgumentsLength([]) is 0
|
| -PASS shadowedArgumentsLength() threw exception TypeError: 'undefined' is not an object (evaluating 'arguments.length').
|
| +PASS shadowedArgumentsLength() threw exception TypeError: Cannot read property 'length' of undefined.
|
| PASS shadowedArgumentsCallee([]) is undefined.
|
| PASS shadowedArgumentsIndex([true]) is true
|
| PASS descriptor.value is "one"
|
|
|