Changeset 35310 in webkit for trunk/JavaScriptCore/VM/Opcode.h
- Timestamp:
- Jul 23, 2008, 6:00:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Opcode.h
r35309 r35310 154 154 struct Instruction; 155 155 156 #if SAMPLING_TOOL_ENABLED 157 156 158 struct ScopeSampleRecord 157 159 { … … 242 244 ScopeSampleRecordMap* m_scopeSampleMap; 243 245 }; 246 247 #endif 244 248 245 249 // SCOPENODE_ / MACHINE_ macros for use from within member methods on ScopeNode / Machine respectively.
Note:
See TracChangeset
for help on using the changeset viewer.