| 1114 | } |
| 1115 | |
| 1116 | static inline void json_decode_ascend(json_parse_t *json) |
| 1117 | { |
| 1118 | json->current_depth--; |
| 1119 | } |
| 1120 | |
| 1121 | static void json_decode_descend(lua_State *l, json_parse_t *json, int slots) |
| 1122 | { |
no outgoing calls
no test coverage detected