Ignore:
Timestamp:
Apr 25, 2017, 5:57:59 PM (8 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r215476.
https://bugs.webkit.org/show_bug.cgi?id=171304

"It broke JSBench" (Requested by saamyjoon on #webkit).

Reverted changeset:

"[ES6]. Implement Annex B.3.3 function hoisting rules for
eval"
https://bugs.webkit.org/show_bug.cgi?id=163208
http://trac.webkit.org/changeset/215476

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JIT.cpp

    r215476 r215779  
    393393
    394394        DEFINE_OP(op_resolve_scope)
    395         DEFINE_OP(op_resolve_scope_for_hoisting_func_decl_in_eval)
    396395        DEFINE_OP(op_get_from_scope)
    397396        DEFINE_OP(op_put_to_scope)
Note: See TracChangeset for help on using the changeset viewer.