Changeset 30534 in webkit for trunk/JavaScriptCore/kjs/function_object.cpp
- Timestamp:
- Feb 23, 2008, 9:01:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.cpp
r30102 r30534 226 226 JSObject* prototype = objCons->construct(exec, exec->emptyList()); 227 227 prototype->putDirect(exec->propertyNames().constructor, fimp, DontEnum); 228 fimp->putDirect(exec->propertyNames().prototype, prototype, Internal |DontDelete);228 fimp->putDirect(exec->propertyNames().prototype, prototype, DontDelete); 229 229 return fimp; 230 230 }
Note:
See TracChangeset
for help on using the changeset viewer.