Changeset 5115 in webkit for trunk/JavaScriptCore/kjs/nodes.cpp
- Timestamp:
- Oct 2, 2003, 11:19:27 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes.cpp
r4380 r5115 2799 2799 // Value proto = exec->interpreter()->builtinObject().construct(exec,List::empty()); 2800 2800 List empty; 2801 Value proto = exec->interpreter()->builtinObject().construct(exec,empty); 2801 Object proto = exec->interpreter()->builtinObject().construct(exec,empty); 2802 proto.put(exec, constructorPropertyName, func, ReadOnly|DontDelete|DontEnum); 2802 2803 func.put(exec, prototypePropertyName, proto, Internal|DontDelete); 2803 2804
Note:
See TracChangeset
for help on using the changeset viewer.