NetSurf
Data Fields
duk_internal_thread_state Struct Reference
Collaboration diagram for duk_internal_thread_state:
[legend]

Data Fields

duk_ljstate lj
 
duk_bool_t creating_error
 
duk_hthreadcurr_thread
 
duk_uint8_t thread_state
 
duk_int_t call_recursion_depth
 

Detailed Description

Definition at line 17086 of file duktape.c.

Field Documentation

◆ call_recursion_depth

duk_int_t duk_internal_thread_state::call_recursion_depth

Definition at line 17091 of file duktape.c.

◆ creating_error

duk_bool_t duk_internal_thread_state::creating_error

Definition at line 17088 of file duktape.c.

◆ curr_thread

duk_hthread* duk_internal_thread_state::curr_thread

Definition at line 17089 of file duktape.c.

◆ lj

duk_ljstate duk_internal_thread_state::lj

Definition at line 17087 of file duktape.c.

◆ thread_state

duk_uint8_t duk_internal_thread_state::thread_state

Definition at line 17090 of file duktape.c.


The documentation for this struct was generated from the following file: