Changeset 49726 in webkit for trunk/JavaScriptCore/runtime/JSValue.h
- Timestamp:
- Oct 16, 2009, 7:31:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSValue.h
r49717 r49726 374 374 } 375 375 376 // FIXME: We should deprecate this and just use JSValue::asCell() instead.377 JSCell* asCell(JSValue);378 379 inline JSCell* asCell(JSValue value)380 {381 return value.asCell();382 }383 384 376 ALWAYS_INLINE int32_t JSValue::toInt32(ExecState* exec) const 385 377 {
Note:
See TracChangeset
for help on using the changeset viewer.