Changeset 17372 in webkit for trunk/JavaScriptCore/kjs/bool_object.cpp
- Timestamp:
- Oct 27, 2006, 9:48:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/bool_object.cpp
r15846 r17372 115 115 116 116 // ECMA 15.6.1 117 JSValue *BooleanObjectImp::callAsFunction(ExecState *exec, JSObject * /*thisObj*/, const List &args)117 JSValue *BooleanObjectImp::callAsFunction(ExecState *exec, JSObject *, const List &args) 118 118 { 119 119 if (args.isEmpty())
Note:
See TracChangeset
for help on using the changeset viewer.