Changeset 39123 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Dec 8, 2008, 9:27:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.cpp
r39116 r39123 988 988 #define DEFINE_VARS(name) size_t name##IsNotEmpty = 0; 989 989 FOR_EACH_MEMBER_VECTOR(DEFINE_VARS) 990 FOR_EACH_MEMBER_VECTOR_RARE_DATA(DEFINE_VARS) ;990 FOR_EACH_MEMBER_VECTOR_RARE_DATA(DEFINE_VARS) 991 991 #undef DEFINE_VARS 992 992
Note:
See TracChangeset
for help on using the changeset viewer.