Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/bool_object.cpp
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/bool_object.cpp
r12911 r12921 68 68 69 69 70 bool BooleanProtoFunc::implementsCall() const71 {72 return true;73 }74 75 76 70 // ECMA 15.6.4.2 + 15.6.4.3 77 71 JSValue *BooleanProtoFunc::callAsFunction(ExecState *exec, JSObject *thisObj, const List &/*args*/) … … 126 120 } 127 121 128 bool BooleanObjectImp::implementsCall() const129 {130 return true;131 }132 133 122 // ECMA 15.6.1 134 123 JSValue *BooleanObjectImp::callAsFunction(ExecState *exec, JSObject */*thisObj*/, const List &args)
Note:
See TracChangeset
for help on using the changeset viewer.