Ignore:
Timestamp:
Oct 16, 2009, 10:52:20 PM (16 years ago)
Author:
[email protected]
Message:

Rolled back in r49717 with the build maybe working now?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSValue.h

    r49726 r49734  
    374374    }
    375375
     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
    376384    ALWAYS_INLINE int32_t JSValue::toInt32(ExecState* exec) const
    377385    {
Note: See TracChangeset for help on using the changeset viewer.