Changeset 19203 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jan 28, 2007, 6:30:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.cpp
r17372 r19203 246 246 JSObject *prototype = objCons->construct(exec,List::empty()); 247 247 prototype->put(exec, constructorPropertyName, fimp, DontEnum|DontDelete|ReadOnly); 248 fimp->put(exec, prototypePropertyName, prototype, DontEnum|DontDelete|ReadOnly);248 fimp->put(exec, prototypePropertyName, prototype, Internal|DontDelete); 249 249 return fimp; 250 250 }
Note:
See TracChangeset
for help on using the changeset viewer.