Changeset 188384 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
- Timestamp:
- Aug 13, 2015, 10:25:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
r186860 r188384 875 875 return JSValue::encode(jsUndefined()); 876 876 877 if (thisObject->prototype() == value) 878 return JSValue::encode(jsUndefined()); 879 877 880 if (!thisObject->isExtensible()) 878 881 return throwVMError(exec, createTypeError(exec, StrictModeReadonlyPropertyWriteError));
Note:
See TracChangeset
for help on using the changeset viewer.