Changeset 17372 in webkit for trunk/JavaScriptCore/kjs/function_object.cpp
- Timestamp:
- Oct 27, 2006, 9:48:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.cpp
r15224 r17372 54 54 55 55 // ECMA 15.3.4 56 JSValue *FunctionPrototype::callAsFunction(ExecState */*exec*/, JSObject */*thisObj*/, const List &/*args*/)56 JSValue *FunctionPrototype::callAsFunction(ExecState*, JSObject* /*thisObj*/, const List &/*args*/) 57 57 { 58 58 return jsUndefined();
Note:
See TracChangeset
for help on using the changeset viewer.