| 289 | void SetErrorInvalidEscape() { error_msg_ = GetSyntaxErrorContext("Invalid \\escape"); } |
| 290 | |
| 291 | void SetErrorExtraData() { error_msg_ = GetSyntaxErrorContext("Extra data"); } |
| 292 | |
| 293 | void SetErrorExpectingPropertyName() { |
| 294 | error_msg_ = GetSyntaxErrorContext("Expecting property name enclosed in double quotes"); |