Changeset 72362 in webkit for trunk/JavaScriptCore/runtime/JSFunction.cpp
- Timestamp:
- Nov 18, 2010, 8:33:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.cpp
r72063 r72362 209 209 JSObject* prototype = new (exec) JSObject(scope().globalObject()->emptyObjectStructure()); 210 210 prototype->putDirect(exec->propertyNames().constructor, this, DontEnum); 211 putDirect(exec->propertyNames().prototype, prototype, DontDelete );211 putDirect(exec->propertyNames().prototype, prototype, DontDelete | DontEnum); 212 212 location = getDirectLocation(propertyName); 213 213 }
Note:
See TracChangeset
for help on using the changeset viewer.