Changeset 17372 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Oct 27, 2006, 9:48:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r16613 r17372 211 211 } 212 212 213 void FunctionImp::processVarDecls(ExecState */*exec*/)213 void FunctionImp::processVarDecls(ExecState*) 214 214 { 215 215 } … … 753 753 } 754 754 755 JSValue *GlobalFuncImp::callAsFunction(ExecState *exec, JSObject */*thisObj*/, const List &args)755 JSValue *GlobalFuncImp::callAsFunction(ExecState *exec, JSObject* /*thisObj*/, const List &args) 756 756 { 757 757 JSValue *res = jsUndefined();
Note:
See TracChangeset
for help on using the changeset viewer.