Changeset 10178 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Aug 14, 2005, 9:04:19 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r10148 r10178 623 623 : _proto(proto), _internalValue(0) 624 624 { 625 assert(proto); 625 626 } 626 627 … … 647 648 inline void ObjectImp::setPrototype(ValueImp *proto) 648 649 { 650 assert(proto); 649 651 _proto = proto; 650 652 }
Note:
See TracChangeset
for help on using the changeset viewer.