| 297 | void SetErrorExpectingColon() { error_msg_ = GetSyntaxErrorContext("Expecting \':\' delimiter"); } |
| 298 | |
| 299 | void SetErrorExpectingComma() { error_msg_ = GetSyntaxErrorContext("Expecting \',\' delimiter"); } |
| 300 | |
| 301 | private: |
| 302 | static double FastMathSafePosInf() { |
no outgoing calls
no test coverage detected