Changeset 215072 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Apr 6, 2017, 5:16:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r214905 r215072 1159 1159 if (!hasProperty) { 1160 1160 PutPropertySlot slot(variableObject); 1161 if (!variableObject->isExtensible(callFrame)) 1162 return checkedReturn(throwTypeError(callFrame, throwScope, ASCIILiteral(NonExtensibleObjectPropertyDefineError))); 1161 1163 variableObject->methodTable()->put(variableObject, callFrame, ident, jsUndefined(), slot); 1162 1164 RETURN_IF_EXCEPTION(throwScope, checkedReturn(throwScope.exception()));
Note:
See TracChangeset
for help on using the changeset viewer.