Changeset 49734 in webkit for trunk/JavaScriptCore/runtime/JSValue.h
- Timestamp:
- Oct 16, 2009, 10:52:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSValue.h
r49726 r49734 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 376 384 ALWAYS_INLINE int32_t JSValue::toInt32(ExecState* exec) const 377 385 {
Note:
See TracChangeset
for help on using the changeset viewer.