| 1147 | } |
| 1148 | |
| 1149 | static inline void json_decode_ascend(json_parse_t *json) |
| 1150 | { |
| 1151 | json->current_depth--; |
| 1152 | } |
| 1153 | |
| 1154 | static void json_decode_descend(lua_State *l, json_parse_t *json, int slots) |
| 1155 | { |
no outgoing calls
no test coverage detected