|
|
duk_alloc_function | alloc_func |
| |
|
duk_int_t | call_recursion_depth |
| |
|
duk_int_t | call_recursion_limit |
| |
|
duk_hthread * | curr_thread |
| |
|
duk_fatal_function | fatal_func |
| |
|
duk_small_uint_t | flags |
| |
|
duk_free_function | free_func |
| |
|
duk_bool_t | handling_error |
| |
|
duk_uint32_t | hash_seed |
| |
|
duk_heaphdr * | heap_allocated |
| |
|
duk_hobject * | heap_object |
| |
|
duk_hthread * | heap_thread |
| |
|
void * | heap_udata |
| |
|
duk_ljstate | lj |
| |
|
duk_realloc_function | realloc_func |
| |
|
duk_uint32_t | rnd_state |
| |
|
duk_strcache | strcache [DUK_HEAP_STRCACHE_SIZE] |
| |
|
duk_hstring * | strs [DUK_HEAP_NUM_STRINGS] |
| |