Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <duk_heaphdr.h>
Data Fields | |
duk_uint32_t | h_flags |
duk_size_t | h_refcount |
duk_heaphdr * | h_next |
duk_heaphdr * | h_prev |
Definition at line 3479 of file duktape-1.5.2/src-noline/duktape.c.
duk_uint32_t duk_heaphdr::h_flags |
Definition at line 3480 of file duktape-1.5.2/src-noline/duktape.c.
Referenced by duk__init_object_parts(), duk__push_c_function_raw(), duk_push_compiledfunction(), duk_push_object_helper(), and duk_push_thread_raw().
duk_heaphdr * duk_heaphdr::h_next |
Definition at line 3493 of file duktape-1.5.2/src-noline/duktape.c.
duk_heaphdr * duk_heaphdr::h_prev |
Definition at line 3501 of file duktape-1.5.2/src-noline/duktape.c.
duk_size_t duk_heaphdr::h_refcount |
Definition at line 3486 of file duktape-1.5.2/src-noline/duktape.c.
Referenced by duk_heaphdr_refzero(), and duk_tval_decref().