Changeset 49734 in webkit for trunk/JavaScriptCore/runtime/MarkStack.h
- Timestamp:
- Oct 16, 2009, 10:52:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/MarkStack.h
r49726 r49734 48 48 49 49 ALWAYS_INLINE void append(JSValue); 50 ALWAYS_INLINEvoid append(JSCell*);50 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.