Ignore:
Timestamp:
Jan 23, 2009, 11:40:56 AM (16 years ago)
Author:
[email protected]
Message:

2009-01-23 Anders Carlsson <[email protected]>

Reviewed by Sam Weinig.


Turn on -Wmissing-prototypes and fix the warnings.


  • API/JSClassRef.cpp: (clearReferenceToPrototype):
  • Configurations/Base.xcconfig:
  • runtime/Collector.cpp: (JSC::getPlatformThreadRegisters):
  • runtime/ExceptionHelpers.cpp: (JSC::createError):
  • runtime/JSGlobalObjectFunctions.h:
  • runtime/JSNumberCell.h:
  • runtime/UString.cpp: (JSC::initializeStaticBaseString): (JSC::createRep):
  • wtf/FastMalloc.cpp:
  • wtf/Threading.cpp:
File:
1 edited

Legend:

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

    r39958 r40169  
    4747    struct Instruction;
    4848
     49    JSValuePtr jsNumberCell(ExecState*, double);
     50
    4951    class JSNumberCell : public JSCell {
    5052        friend class JIT;
     
    106108
    107109    JSValuePtr jsNumberCell(JSGlobalData*, double);
    108     JSValuePtr jsNumberCell(ExecState*, double);
    109110
    110111    inline bool isNumberCell(JSValuePtr v)
Note: See TracChangeset for help on using the changeset viewer.