Changeset 37891 in webkit for trunk/JavaScriptCore/VM/CodeBlock.h
- Timestamp:
- Oct 25, 2008, 12:59:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.h
r37845 r37891 290 290 } 291 291 292 #if !defined(NDEBUG) || ENABLE_ SAMPLING_TOOL292 #if !defined(NDEBUG) || ENABLE_OPCODE_SAMPLING 293 293 void dump(ExecState*) const; 294 294 void printStructureIDs(const Instruction*) const; … … 362 362 363 363 private: 364 #if !defined(NDEBUG) || ENABLE( SAMPLING_TOOL)364 #if !defined(NDEBUG) || ENABLE(OPCODE_SAMPLING) 365 365 void dump(ExecState*, const Vector<Instruction>::const_iterator& begin, Vector<Instruction>::const_iterator&) const; 366 366 #endif
Note:
See TracChangeset
for help on using the changeset viewer.