Changeset 45122 in webkit for trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
- Timestamp:
- Jun 24, 2009, 4:55:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
r44897 r45122 61 61 }; 62 62 63 class BytecodeGenerator {63 class BytecodeGenerator : public FastAllocBase { 64 64 public: 65 65 typedef DeclarationStacks::VarStack VarStack;
Note:
See TracChangeset
for help on using the changeset viewer.