Changeset 35310 in webkit for trunk/JavaScriptCore/VM/Opcode.cpp
- Timestamp:
- Jul 23, 2008, 6:00:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Opcode.cpp
r35309 r35310 138 138 #endif 139 139 140 #if SAMPLING_TOOL_ENABLED 140 141 141 142 void ScopeSampleRecord::sample(CodeBlock* codeBlock, Instruction* vPC) … … 203 204 pthread_join(m_samplingThread, 0); 204 205 } 205 206 #if SAMPLING_TOOL_ENABLED207 206 208 207 struct OpcodeSampleInfo … … 347 346 } 348 347 349 #else350 351 void SamplingTool::dump(ExecState*)352 {353 }354 355 348 #endif 356 349
Note:
See TracChangeset
for help on using the changeset viewer.