Changeset 153673 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
- Timestamp:
- Aug 2, 2013, 3:30:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
r153532 r153673 179 179 { 180 180 JSGlobalObject* thisObject = jsCast<JSGlobalObject*>(object); 181 PropertySlot slot ;181 PropertySlot slot(thisObject); 182 182 // silently ignore attempts to add accessors aliasing vars. 183 183 if (descriptor.isAccessorDescriptor() && symbolTableGet(thisObject, propertyName, slot))
Note:
See TracChangeset
for help on using the changeset viewer.