Changeset 235554 in webkit for trunk/Source/JavaScriptCore/runtime/JSDataView.cpp
- Timestamp:
- Aug 31, 2018, 9:05:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSDataView.cpp
r233721 r235554 152 152 return typeError(exec, scope, shouldThrow, "Attempting to define read-only typed array property."_s); 153 153 154 scope.release(); 154 155 return Base::defineOwnProperty(thisObject, exec, propertyName, descriptor, shouldThrow); 155 156 }
Note:
See TracChangeset
for help on using the changeset viewer.