Changeset 29067 in webkit for trunk/JavaScriptCore/kjs/function_object.cpp
- Timestamp:
- Jan 1, 2008, 11:35:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.cpp
r28608 r29067 248 248 249 249 JSObject* objCons = exec->lexicalGlobalObject()->objectConstructor(); 250 JSObject* prototype = objCons->construct(exec, List::empty());250 JSObject* prototype = objCons->construct(exec, exec->emptyList()); 251 251 prototype->put(exec, exec->propertyNames().constructor, fimp, DontEnum|DontDelete|ReadOnly); 252 252 fimp->put(exec, exec->propertyNames().prototype, prototype, Internal|DontDelete);
Note:
See TracChangeset
for help on using the changeset viewer.