Ignore:
Timestamp:
Dec 9, 2014, 11:39:29 AM (11 years ago)
Author:
[email protected]
Message:

Re-enable function.arguments
https://bugs.webkit.org/show_bug.cgi?id=139452
Source/JavaScriptCore:

<rdar://problem/18848149>

Reviewed by Sam Weinig.

Disabling function.arguments broke a few websites, and we don't have
time right now to work through the details.

I'm re-enabling function.arguments but leaving in the infrastructure
to re-disable it, so we can try this experiment again in the future.

  • runtime/Options.h:

LayoutTests:

Reviewed by Sam Weinig.

feature by default now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/Options.h

    r176836 r177029  
    113113    v(bool, forceProfilerBytecodeGeneration, false) \
    114114    \
    115     v(bool, enableFunctionDotArguments, false) \
     115    v(bool, enableFunctionDotArguments, true) \
    116116    \
    117117    /* showDisassembly implies showDFGDisassembly. */ \
Note: See TracChangeset for help on using the changeset viewer.