Changeset 11910 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Jan 6, 2006, 3:03:11 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r11908 r11910 536 536 // There's no way that an activation object can have a prototype or getter/setter properties 537 537 assert(!_prop.hasGetterSetterProperties()); 538 assert( !prototype());538 assert(prototype() == jsNull()); 539 539 540 540 _prop.put(propertyName, value, attr, (attr == None || attr == DontDelete));
Note:
See TracChangeset
for help on using the changeset viewer.