Changeset 38464 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Nov 16, 2008, 6:21:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r38463 r38464 102 102 enum { MaxReentryDepth = 128 }; 103 103 104 class BytecodeInterpreter {104 class Interpreter { 105 105 friend class CTI; 106 106 public: 107 BytecodeInterpreter();108 ~ BytecodeInterpreter();107 Interpreter(); 108 ~Interpreter(); 109 109 110 110 void initialize(JSGlobalData*);
Note:
See TracChangeset
for help on using the changeset viewer.