Changeset 1824 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Aug 15, 2002, 3:08:46 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r1799 r1824 353 353 }; 354 354 355 inline Object Value::toObject(ExecState *exec) const { return rep-> toObject(exec); }355 inline Object Value::toObject(ExecState *exec) const { return rep->dispatchToObject(exec); } 356 356 357 357 class ObjectImp : public ValueImp {
Note:
See TracChangeset
for help on using the changeset viewer.