Changeset 34497 in webkit for trunk/JavaScriptCore/VM/CodeGenerator.h
- Timestamp:
- Jun 11, 2008, 12:48:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeGenerator.h
r34412 r34497 294 294 295 295 private: 296 void emitOpcode(OpcodeID); 297 void retrieveLastBinaryOp(int& dstIndex, int& src1Index, int& src2Index); 298 void rewindBinaryOp(); 299 296 300 PassRefPtr<LabelID> emitComplexJumpScopes(LabelID* target, ControlFlowContext* topScope, ControlFlowContext* bottomScope); 297 301 struct JSValueHashTraits : HashTraits<JSValue*> { … … 374 378 const CommonIdentifiers* m_propertyNames; 375 379 380 OpcodeID m_lastOpcodeID; 381 376 382 #ifndef NDEBUG 377 383 static bool s_dumpsGeneratedCode;
Note:
See TracChangeset
for help on using the changeset viewer.