Changeset 49726 in webkit for trunk/JavaScriptCore/runtime/MarkStack.h
- Timestamp:
- Oct 16, 2009, 7:31:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/MarkStack.h
r49717 r49726 48 48 49 49 ALWAYS_INLINE void append(JSValue); 50 void append(JSCell*);50 ALWAYS_INLINE void append(JSCell*); 51 51 52 52 ALWAYS_INLINE void appendValues(Register* values, size_t count, MarkSetProperties properties = NoNullValues)
Note:
See TracChangeset
for help on using the changeset viewer.