Ignore:
Timestamp:
Jul 30, 2009, 1:57:44 PM (16 years ago)
Author:
[email protected]
Message:

Merged nitro-extreme branch into trunk.

File:
1 edited

Legend:

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

    r44224 r46598  
    231231    }
    232232
     233    ALWAYS_INLINE Arguments* Register::arguments() const
     234    {
     235        if (jsValue() == JSValue())
     236            return 0;
     237        return asArguments(jsValue());
     238    }
     239   
     240
    233241} // namespace JSC
    234242
Note: See TracChangeset for help on using the changeset viewer.