Changeset 186584 in webkit for trunk/Source/JavaScriptCore/runtime/StringObject.cpp
- Timestamp:
- Jul 8, 2015, 11:04:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/StringObject.cpp
r182406 r186584 94 94 if (descriptor.configurablePresent() && descriptor.configurable()) { 95 95 if (throwException) 96 exec->vm().throwException(exec, createTypeError(exec, ASCIILiteral("Attempting to c onfigurable attribute of unconfigurable property.")));96 exec->vm().throwException(exec, createTypeError(exec, ASCIILiteral("Attempting to change configurable attribute of unconfigurable property."))); 97 97 return false; 98 98 }
Note:
See TracChangeset
for help on using the changeset viewer.