Changeset 209018 in webkit for trunk/Source/JavaScriptCore/runtime/SparseArrayValueMap.cpp
- Timestamp:
- Nov 28, 2016, 2:21:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/SparseArrayValueMap.cpp
r207859 r209018 106 106 } 107 107 108 scope.release(); 108 109 return entry.put(exec, array, this, value, shouldThrow); 109 110 } … … 167 168 } 168 169 170 scope.release(); 169 171 return callSetter(exec, thisValue, Base::get(), value, shouldThrow ? StrictMode : NotStrictMode); 170 172 }
Note:
See TracChangeset
for help on using the changeset viewer.