Changeset 68899 in webkit for trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
- Timestamp:
- Oct 1, 2010, 10:50:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
r68338 r68899 425 425 void retrieveLastBinaryOp(int& dstIndex, int& src1Index, int& src2Index); 426 426 void retrieveLastUnaryOp(int& dstIndex, int& srcIndex); 427 void rewindBinaryOp();428 void rewindUnaryOp();427 ALWAYS_INLINE void rewindBinaryOp(); 428 ALWAYS_INLINE void rewindUnaryOp(); 429 429 430 430 PassRefPtr<Label> emitComplexJumpScopes(Label* target, ControlFlowContext* topScope, ControlFlowContext* bottomScope);
Note:
See TracChangeset
for help on using the changeset viewer.