Changeset 5645 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Dec 2, 2003, 2:11:47 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r3373 r5645 699 699 { return imp()->implementsCall(); } 700 700 701 inline Value Object::call(ExecState *exec, Object &thisObj, const List &args)702 { return imp()->call(exec,thisObj,args); }703 704 701 inline bool Object::implementsHasInstance() const 705 702 { return imp()->implementsHasInstance(); }
Note:
See TracChangeset
for help on using the changeset viewer.