| 434 | |
| 435 | #define MAX_TOKEN_PARSER_CYCLES_COUNT 10086 |
| 436 | static bool end_cycle(size_t cycle_count) |
| 437 | { |
| 438 | return cycle_count > MAX_TOKEN_PARSER_CYCLES_COUNT; |
| 439 | } |
| 440 | |
| 441 | void GluaTokenParser::_read_long_string(std::string &code, bool is_string, int sep) |
| 442 | { |
no outgoing calls
no test coverage detected