|
@@ -23,6 +23,7 @@
|
|
|
M(Convert, "Cannot convert {} to {}") \
|
|
|
M(ConvertUndefinedToObject, "Cannot convert undefined to object") \
|
|
|
M(DescChangeNonConfigurable, "Cannot change attributes of non-configurable property '{}'") \
|
|
|
+ M(DescWriteNonWritable, "Cannot write to non-writable property '{}'") \
|
|
|
M(DivisionByZero, "Division by zero") \
|
|
|
M(FunctionArgsNotObject, "Argument array must be an object") \
|
|
|
M(GetCapabilitiesExecutorCalledMultipleTimes, "GetCapabilitiesExecutor was called multiple times") \
|