|
NetSurf
|
dukky javascript thread More...
Data Fields | |
| bool | pending_destroy |
| Whether this thread is pending destruction. More... | |
| unsigned int | in_use |
| The number of times this thread is in use. More... | |
| jsheap * | heap |
| The heap this thread belongs to. More... | |
| duk_context * | ctx |
| The duktape thread context. More... | |
| duk_uarridx_t | thread_idx |
| The thread number. More... | |
| duk_context* jsthread::ctx |
| jsheap* jsthread::heap |
The heap this thread belongs to.
Definition at line 73 of file dukky.c.
Referenced by dukky_destroythread(), js_closethread(), and js_newthread().
| unsigned int jsthread::in_use |
The number of times this thread is in use.
Definition at line 72 of file dukky.c.
Referenced by dukky_destroythread(), dukky_enter_thread(), dukky_leave_thread(), and js_destroythread().
| bool jsthread::pending_destroy |
Whether this thread is pending destruction.
Definition at line 71 of file dukky.c.
Referenced by dukky_destroythread(), dukky_leave_thread(), js_destroythread(), and js_exec().
| duk_uarridx_t jsthread::thread_idx |
The thread number.
Definition at line 75 of file dukky.c.
Referenced by dukky_destroythread(), and js_newthread().