Changeset 39285 in webkit for trunk/JavaScriptCore/bytecode
- Timestamp:
- Dec 13, 2008, 4:24:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r39284 r39285 63 63 }; 64 64 65 #if ENABLE(JIT) 65 66 // The code, and the associated pool from which it was allocated. 66 67 struct JITCodeRef { … … 79 80 } 80 81 }; 82 #endif 81 83 82 84 struct ExpressionRangeInfo {
Note:
See TracChangeset
for help on using the changeset viewer.