Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/number_object.cpp
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/number_object.cpp
r12911 r12921 77 77 { 78 78 putDirect(lengthPropertyName, len, DontDelete|ReadOnly|DontEnum); 79 }80 81 82 bool NumberProtoFunc::implementsCall() const83 {84 return true;85 79 } 86 80 … … 456 450 } 457 451 458 bool NumberObjectImp::implementsCall() const459 {460 return true;461 }462 463 452 // ECMA 15.7.2 464 453 JSValue *NumberObjectImp::callAsFunction(ExecState *exec, JSObject */*thisObj*/, const List &args)
Note:
See TracChangeset
for help on using the changeset viewer.