src/3rdparty/webkit/JavaScriptCore/runtime/NumberConstructor.h
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    37 
    37 
    38         static const ClassInfo info;
    38         static const ClassInfo info;
    39 
    39 
    40         static PassRefPtr<Structure> createStructure(JSValue proto) 
    40         static PassRefPtr<Structure> createStructure(JSValue proto) 
    41         { 
    41         { 
    42             return Structure::create(proto, TypeInfo(ObjectType, StructureFlags)); 
    42             return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); 
    43         }
    43         }
    44 
    44 
    45         enum { NaNValue, NegInfinity, PosInfinity, MaxValue, MinValue };
    45         enum { NaNValue, NegInfinity, PosInfinity, MaxValue, MinValue };
    46 
    46 
    47     protected:
    47     protected: