Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
duk_json_enc_ctx Struct Reference

#include <duk_json.h>

Data Fields

duk_hthreadthr
 
duk_bufwriter_ctx bw
 
duk_hobjecth_replacer
 
duk_hstringh_gap
 
duk_idx_t idx_proplist
 
duk_idx_t idx_loop
 
duk_small_uint_t flags
 
duk_small_uint_t flag_ascii_only
 
duk_small_uint_t flag_avoid_key_quotes
 
duk_small_uint_t flag_ext_custom
 
duk_small_uint_t flag_ext_compatible
 
duk_small_uint_t flag_ext_custom_or_compatible
 
duk_int_t recursion_depth
 
duk_int_t recursion_limit
 
duk_uint_t mask_for_undefined
 
duk_small_uint_t stridx_custom_undefined
 
duk_small_uint_t stridx_custom_nan
 
duk_small_uint_t stridx_custom_neginf
 
duk_small_uint_t stridx_custom_posinf
 
duk_small_uint_t stridx_custom_function
 
duk_hobjectvisiting [DUK_JSON_ENC_LOOPARRAY]
 

Detailed Description

Definition at line 8290 of file duktape-1.5.2/src-noline/duktape.c.

Field Documentation

◆ bw

◆ flag_ascii_only

duk_small_uint_t duk_json_enc_ctx::flag_ascii_only

◆ flag_avoid_key_quotes

duk_small_uint_t duk_json_enc_ctx::flag_avoid_key_quotes

◆ flag_ext_compatible

◆ flag_ext_custom

◆ flag_ext_custom_or_compatible

duk_small_uint_t duk_json_enc_ctx::flag_ext_custom_or_compatible

◆ flags

duk_small_uint_t duk_json_enc_ctx::flags

◆ h_gap

◆ h_replacer

duk_hobject * duk_json_enc_ctx::h_replacer

◆ idx_loop

duk_idx_t duk_json_enc_ctx::idx_loop

◆ idx_proplist

duk_idx_t duk_json_enc_ctx::idx_proplist

◆ mask_for_undefined

duk_uint_t duk_json_enc_ctx::mask_for_undefined

◆ recursion_depth

◆ recursion_limit

duk_int_t duk_json_enc_ctx::recursion_limit

◆ stridx_custom_function

duk_small_uint_t duk_json_enc_ctx::stridx_custom_function

◆ stridx_custom_nan

duk_small_uint_t duk_json_enc_ctx::stridx_custom_nan

◆ stridx_custom_neginf

duk_small_uint_t duk_json_enc_ctx::stridx_custom_neginf

◆ stridx_custom_posinf

duk_small_uint_t duk_json_enc_ctx::stridx_custom_posinf

◆ stridx_custom_undefined

duk_small_uint_t duk_json_enc_ctx::stridx_custom_undefined

◆ thr

◆ visiting

duk_hobject * duk_json_enc_ctx::visiting

Definition at line 8315 of file duktape-1.5.2/src-noline/duktape.c.

Referenced by duk__enc_objarr_entry().


The documentation for this struct was generated from the following files: