Changeset 34334 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Jun 2, 2008, 11:26:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r34160 r34334 365 365 */ 366 366 bool implementsCall(); 367 JSValue *call(ExecState *exec, JSObject *thisObj, const List &args);368 369 367 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 370 368
Note:
See TracChangeset
for help on using the changeset viewer.