Ignore:
Timestamp:
Dec 1, 2015, 5:37:19 PM (10 years ago)
Author:
[email protected]
Message:

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

JSC tests for this change are failing on 32 and 64-bit bots
(Requested by ryanhaddad on #webkit).

Reverted changeset:

"[ES6] Implement LLInt/Baseline Support for ES6 Generators and
enable this feature"
https://bugs.webkit.org/show_bug.cgi?id=150792
http://trac.webkit.org/changeset/192914

File:
1 edited

Legend:

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

    r192914 r192935  
    495495        void emit_op_check_tdz(Instruction*);
    496496        void emit_op_assert(Instruction*);
    497         void emit_op_save(Instruction*);
    498         void emit_op_resume(Instruction*);
    499497        void emit_op_debug(Instruction*);
    500498        void emit_op_del_by_id(Instruction*);
     
    545543        void emit_op_new_func(Instruction*);
    546544        void emit_op_new_func_exp(Instruction*);
    547         void emit_op_new_generator_func(Instruction*);
    548         void emit_op_new_generator_func_exp(Instruction*);
    549545        void emit_op_new_arrow_func_exp(Instruction*);
    550546        void emit_op_new_object(Instruction*);
     
    666662        void emitRightShiftSlowCase(Instruction*, Vector<SlowCaseEntry>::iterator&, bool isUnsigned);
    667663
    668         void emitNewFuncCommon(Instruction*);
    669664        void emitNewFuncExprCommon(Instruction*);
    670665        void emitVarInjectionCheck(bool needsVarInjectionChecks);
Note: See TracChangeset for help on using the changeset viewer.