Line 43 of InternalFunction.cpp would be have the ReadOnly property removed.

putDirect(globalData->propertyNames->name, jsString(globalData, name.ustring()), DontDelete | DontEnum);

Currently, InternalFunction relies on the invariant that the name property is a string. If you made the property writeable, you would need to update InternalFunction::name to account for it.

Geoff
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to