Changeset 192935 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Dec 1, 2015, 5:37:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r192914 r192935 495 495 void emit_op_check_tdz(Instruction*); 496 496 void emit_op_assert(Instruction*); 497 void emit_op_save(Instruction*);498 void emit_op_resume(Instruction*);499 497 void emit_op_debug(Instruction*); 500 498 void emit_op_del_by_id(Instruction*); … … 545 543 void emit_op_new_func(Instruction*); 546 544 void emit_op_new_func_exp(Instruction*); 547 void emit_op_new_generator_func(Instruction*);548 void emit_op_new_generator_func_exp(Instruction*);549 545 void emit_op_new_arrow_func_exp(Instruction*); 550 546 void emit_op_new_object(Instruction*); … … 666 662 void emitRightShiftSlowCase(Instruction*, Vector<SlowCaseEntry>::iterator&, bool isUnsigned); 667 663 668 void emitNewFuncCommon(Instruction*);669 664 void emitNewFuncExprCommon(Instruction*); 670 665 void emitVarInjectionCheck(bool needsVarInjectionChecks);
Note:
See TracChangeset
for help on using the changeset viewer.