Changeset 120989 in webkit for trunk/Source/JavaScriptCore/bytecode/GlobalResolveInfo.h
- Timestamp:
- Jun 21, 2012, 6:33:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/GlobalResolveInfo.h
r120897 r120989 32 32 33 33 struct GlobalResolveInfo { 34 GlobalResolveInfo() { } 35 34 36 GlobalResolveInfo(unsigned bytecodeOffset) 35 37 : offset(0) … … 40 42 WriteBarrier<Structure> structure; 41 43 unsigned offset; 42 unsigned bytecodeOffset; 44 unsigned bytecodeOffset; // Only valid in old JIT code. This means nothing in the DFG. 43 45 }; 44 46
Note:
See TracChangeset
for help on using the changeset viewer.