Changeset 38464 in webkit for trunk/JavaScriptCore/VM/SamplingTool.h
- Timestamp:
- Nov 16, 2008, 6:21:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/SamplingTool.h
r38463 r38464 41 41 class CodeBlock; 42 42 class ExecState; 43 class BytecodeInterpreter;43 class Interpreter; 44 44 class ScopeNode; 45 45 struct Instruction; … … 126 126 #endif 127 127 128 SamplingTool( BytecodeInterpreter* interpreter)128 SamplingTool(Interpreter* interpreter) 129 129 : m_interpreter(interpreter) 130 130 , m_running(false) … … 189 189 void run(); 190 190 191 BytecodeInterpreter* m_interpreter;191 Interpreter* m_interpreter; 192 192 193 193 // Sampling thread state.
Note:
See TracChangeset
for help on using the changeset viewer.