Changeset 12172 in webkit for trunk/JavaScriptCore/kjs/testkjs.cpp
- Timestamp:
- Jan 18, 2006, 11:31:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/testkjs.cpp
r12069 r12172 54 54 } 55 55 56 JSValue *TestFunctionImp::callAsFunction(ExecState *exec, JSObject * /*thisObj*/, const List &args)56 JSValue *TestFunctionImp::callAsFunction(ExecState *exec, JSObject * /*thisObj*/, const List &args) 57 57 { 58 58 switch (id) { … … 84 84 }; 85 85 86 JSValue *VersionFunctionImp::callAsFunction(ExecState * /*exec*/, JSObject */*thisObj*/, const List &/*args*/)86 JSValue *VersionFunctionImp::callAsFunction(ExecState * /*exec*/, JSObject * /*thisObj*/, const List &/*args*/) 87 87 { 88 88 // We need this function for compatibility with the Mozilla JS tests but for now
Note:
See TracChangeset
for help on using the changeset viewer.