Ignore:
Timestamp:
Jan 18, 2011, 6:37:59 PM (15 years ago)
Author:
[email protected]
Message:

2011-01-18 Oliver Hunt <[email protected]>

Reviewed by Gavin Barraclough.

[jsfunfuzz] Assertion asking activation for arguments when arguments is overridden
https://bugs.webkit.org/show_bug.cgi?id=52690

Add a few more tests.

  • fast/js/function-dot-arguments-expected.txt:
  • fast/js/script-tests/function-dot-arguments.js: (overwroteArgumentsInDynamicScope1): (overwroteArgumentsInDynamicScope2): (overwroteArgumentsInDynamicScope3):

2011-01-18 Oliver Hunt <[email protected]>

Reviewed by Gavin Barraclough.

[jsfunfuzz] Assertion asking activation for arguments when arguments is overridden
https://bugs.webkit.org/show_bug.cgi?id=52690

Clean up code to retrieve arguments from activation and function objects.
Remove the incorrect assertion from JSActivation's argumentsGetter.

  • interpreter/Interpreter.cpp: (JSC::Interpreter::retrieveArguments):
  • runtime/JSActivation.cpp: (JSC::JSActivation::argumentsGetter):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r76078 r76090  
     12011-01-18  Oliver Hunt  <[email protected]>
     2
     3        Reviewed by Gavin Barraclough.
     4
     5        [jsfunfuzz] Assertion asking activation for arguments when arguments is overridden
     6        https://bugs.webkit.org/show_bug.cgi?id=52690
     7
     8        Clean up code to retrieve arguments from activation and function objects.
     9        Remove the incorrect assertion from JSActivation's argumentsGetter.
     10
     11        * interpreter/Interpreter.cpp:
     12        (JSC::Interpreter::retrieveArguments):
     13        * runtime/JSActivation.cpp:
     14        (JSC::JSActivation::argumentsGetter):
     15
    1162011-01-18  Geoffrey Garen  <[email protected]>
    217
Note: See TracChangeset for help on using the changeset viewer.