Ignore:
Timestamp:
May 3, 2009, 2:02:04 PM (16 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2009-05-02 Sam Weinig <[email protected]>

Roll JSC API number marshaling back in one last time (I hope).

WebCore:

2009-05-03 Sam Weinig <[email protected]>

Roll JSC API number marshaling back in one last time (I hope).

File:
1 edited

Legend:

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

    r43158 r43160  
    177177        float toFloat(ExecState* exec) const { return static_cast<float>(toNumber(exec)); }
    178178
     179        // API Mangled Numbers
     180        bool isAPIMangledNumber();
     181
    179182        // Garbage collection.
    180183        void mark();
Note: See TracChangeset for help on using the changeset viewer.