Changeset 35027 in webkit for trunk/JavaScriptCore/kjs/NumberConstructor.h
- Timestamp:
- Jul 6, 2008, 7:49:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/NumberConstructor.h
r34901 r35027 30 30 class NumberPrototype; 31 31 32 /**33 * @internal34 *35 * The initial value of the the global variable's "Number" property36 */37 32 class NumberConstructor : public InternalFunction { 38 33 public: … … 49 44 virtual ConstructType getConstructData(ConstructData&); 50 45 virtual CallType getCallData(CallData&); 46 51 47 virtual const ClassInfo* classInfo() const { return &info; } 52 48 };
Note:
See TracChangeset
for help on using the changeset viewer.