Changeset 222744 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.cpp
- Timestamp:
- Oct 2, 2017, 2:40:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.cpp
r222473 r222744 785 785 if (gs.isCustomGetterSetter()) { 786 786 bool result = callCustomSetter(exec, gs, attributes & PropertyAttribute::CustomAccessor, obj, slot.thisValue(), value); 787 RETURN_IF_EXCEPTION(scope, false); 787 788 if (attributes & PropertyAttribute::CustomAccessor) 788 789 slot.setCustomAccessor(obj, jsCast<CustomGetterSetter*>(gs.asCell())->setter());
Note:
See TracChangeset
for help on using the changeset viewer.