| 267 | } |
| 268 | |
| 269 | void SetErrorDefault() { error_msg_ = GetSyntaxErrorContext("Syntax error near"); } |
| 270 | |
| 271 | void SetErrorExpectingValue() { error_msg_ = GetSyntaxErrorContext("Expecting value"); } |
| 272 |
nothing calls this directly
no outgoing calls
no test coverage detected