Lines Matching full:cannot
27 V(SetReadOnlyProperty, "Cannot assign to read only property") \
28 V(SetTypeMismatchedSharedProperty, "Cannot set sendable property with mismatched type") \
29 V(CreateObjectWithSendableProto, "Cannot create object with sendable proto") \
30 V(UpdateSendableAttributes, "Cannot update sendable object's attributes") \
31 V(SetProtoWithSendable, "Cannot set proto with sendable object") \
34 V(FunctionCallNotConstructor, "class constructor cannot call") \
35 V(SetPropertyWhenNotExtensible, "Cannot add property in prevent extensions") \
37 V(CanNotSetPropertyOnContainer, "Cannot set property on Container") \
53 V(CanNotConvertNotUndefinedObject, "Cannot convert a UNDEFINED value to a JSObject") \
54 V(CanNotConvertNotNullObject, "Cannot convert a NULL value to a JSObject") \
55 V(CanNotConvertNotHoleObject, "Cannot convert a HOLE value to a JSObject") \
56 V(CanNotConvertUnknowObject, "Cannot convert a Unknown object value to a JSObject") \
74 V(CanNotConvertObjectToPrimitiveValue, "Cannot convert object to primitive value") \
75 V(CanNotConvertIllageValueToString, "Cannot convert a illegal value to a String") \
76 V(CanNotConvertIllageValueToPrimitive, "Cannot convert a illegal value to a Primitive") \
77 V(InOperatorOnNonObject, "Cannot use 'in' operator in Non-Object")