Searched refs:json_encode_exception (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_cjson.c | 448 static void json_encode_exception(lua_State *l, json_config_t *cfg, strbuf_t *json, int lindex, in json_encode_exception() function 528 json_encode_exception(l, cfg, json, -1, "excessively sparse array"); in lua_array_length() 597 json_encode_exception(l, cfg, json, lindex, "must not be NaN or Inf"); in json_append_number() 645 json_encode_exception(l, cfg, json, -2, in json_append_object() 698 json_encode_exception(l, cfg, json, -1, "type not supported"); in json_append_data()
|