NetSurf
|
duk_activation* duk_heap::activation_free |
Definition at line 9342 of file duktape.c.
Referenced by duk__heap_free_activation_freelist(), and duk_hthread_activation_free().
duk_alloc_function duk_heap::alloc_func |
duk_bool_t duk_heap::augmenting_error |
Definition at line 9421 of file duktape.c.
Referenced by duk__call_c_recursion_limit_check(), and duk__err_augment_user().
duk_int_t duk_heap::call_recursion_depth |
Definition at line 9437 of file duktape.c.
Referenced by duk__call_c_recursion_limit_check(), duk__handle_call_raw(), and duk__handle_executor_error().
duk_int_t duk_heap::call_recursion_limit |
Definition at line 9438 of file duktape.c.
Referenced by duk__call_c_recursion_limit_check(), and duk__handle_call_raw().
duk_catcher* duk_heap::catcher_free |
Definition at line 9345 of file duktape.c.
Referenced by duk_hthread_catcher_free().
duk_bool_t duk_heap::creating_error |
Definition at line 9414 of file duktape.c.
Referenced by duk_err_create_and_throw().
duk_hthread* duk_heap::curr_thread |
Definition at line 9431 of file duktape.c.
Referenced by duk__handle_call_raw(), duk__handle_executor_error(), duk__js_execute_bytecode_inner(), duk_bi_thread_resume(), and duk_bi_thread_yield().
duk_fatal_function duk_heap::fatal_func |
duk_heaphdr* duk_heap::finalize_list |
Definition at line 9333 of file duktape.c.
Referenced by duk__clear_finalize_list_flags(), duk_heap_process_finalize_list(), and duk_refzero_check_slow().
duk_small_uint_t duk_heap::flags |
duk_free_function duk_heap::free_func |
duk_heaphdr* duk_heap::heap_allocated |
Definition at line 9319 of file duktape.c.
Referenced by duk__mark_finalizable().
duk_hobject* duk_heap::heap_object |
duk_hthread* duk_heap::heap_thread |
Definition at line 9428 of file duktape.c.
Referenced by duk__mark_finalizable(), and duk_heap_process_finalize_list().
duk_litcache_entry duk_heap::litcache[DUK_USE_LITCACHE_SIZE] |
duk_ljstate duk_heap::lj |
Definition at line 9425 of file duktape.c.
Referenced by duk__handle_executor_error(), duk_bi_thread_resume(), and duk_bi_thread_yield().
duk_small_uint_t duk_heap::ms_base_flags |
Definition at line 9362 of file duktape.c.
Referenced by duk_hobject_realloc_props().
duk_uint_t duk_heap::ms_prevent_count |
duk_uint_t duk_heap::ms_recursion_depth |
duk_uint_t duk_heap::ms_running |
Definition at line 9372 of file duktape.c.
Referenced by duk_bi_thread_resume().
duk_uint_t duk_heap::pf_prevent_count |
Definition at line 9387 of file duktape.c.
Referenced by duk__handle_executor_error(), duk__resize_valstack(), duk_heap_process_finalize_list(), and duk_hobject_realloc_props().
duk_uint_t duk_heap::pf_skip_finalizers |
Definition at line 9394 of file duktape.c.
Referenced by duk_heap_process_finalize_list().
duk_realloc_function duk_heap::realloc_func |
duk_heaphdr* duk_heap::refzero_list |
Definition at line 9328 of file duktape.c.
Referenced by duk__refcount_free_pending(), duk_heap_process_finalize_list(), and duk_refzero_check_slow().
duk_bool_t duk_heap::st_resizing |
duk_strcache_entry duk_heap::strcache[DUK_HEAP_STRCACHE_SIZE] |
Definition at line 9525 of file duktape.c.
Referenced by duk_heap_strcache_string_remove().
duk_hstring* duk_heap::strs[DUK_HEAP_NUM_STRINGS] |
duk_hstring** duk_heap::strtable |
duk_uint32_t duk_heap::sym_counter[2] |
Definition at line 9457 of file duktape.c.
Referenced by duk_bi_symbol_constructor_shared().