NetSurf
|
dukky javascript heap More...
Data Fields | |
duk_context * | ctx |
duktape base context More... | |
duk_uarridx_t | next_thread |
monotonic thread counter More... | |
bool | pending_destroy |
Whether this heap is pending destruction. More... | |
unsigned int | live_threads |
number of live threads More... | |
uint64_t | exec_start_time |
duk_context* jsheap::ctx |
duktape base context
Definition at line 60 of file dukky.c.
Referenced by dukky_destroyheap(), dukky_destroythread(), js_newheap(), and js_newthread().
uint64_t jsheap::exec_start_time |
Definition at line 64 of file dukky.c.
Referenced by dukky_check_timeout(), and dukky_reset_start_time().
unsigned int jsheap::live_threads |
number of live threads
Definition at line 63 of file dukky.c.
Referenced by dukky_destroyheap(), dukky_destroythread(), js_destroyheap(), and js_newthread().
duk_uarridx_t jsheap::next_thread |
bool jsheap::pending_destroy |
Whether this heap is pending destruction.
Definition at line 62 of file dukky.c.
Referenced by dukky_destroyheap(), dukky_destroythread(), js_destroyheap(), and js_newthread().