Changeset 11806 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Dec 29, 2005, 3:45:32 AM (19 years ago)
- Location:
- trunk/JavaScriptCore/kjs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/number_object.cpp
r11527 r11806 356 356 // ------------------------------ NumberObjectImp ------------------------------ 357 357 358 const ClassInfo NumberObjectImp::info = {" Number", &InternalFunctionImp::info, &numberTable, 0};358 const ClassInfo NumberObjectImp::info = {"Function", &InternalFunctionImp::info, &numberTable, 0}; 359 359 360 360 /* Source for number_object.lut.h -
trunk/JavaScriptCore/kjs/regexp_object.cpp
r11527 r11806 163 163 // ------------------------------ RegExpObjectImp ------------------------------ 164 164 165 const ClassInfo RegExpObjectImp::info = {" RegExp", &InternalFunctionImp::info, &RegExpTable, 0};165 const ClassInfo RegExpObjectImp::info = {"Function", &InternalFunctionImp::info, &RegExpTable, 0}; 166 166 167 167 /* Source for regexp_object.lut.h
Note:
See TracChangeset
for help on using the changeset viewer.