FreeWRL / FreeX3D 4.3.0
duk_internal_thread_state Struct Reference

Data Fields

duk_ljstate lj
 
duk_bool_t handling_error
 
duk_hthreadcurr_thread
 
duk_int_t call_recursion_depth
 

Detailed Description

Definition at line 14932 of file duktape.c.

Field Documentation

◆ call_recursion_depth

duk_int_t duk_internal_thread_state::call_recursion_depth

Definition at line 14936 of file duktape.c.

◆ curr_thread

duk_hthread* duk_internal_thread_state::curr_thread

Definition at line 14935 of file duktape.c.

◆ handling_error

duk_bool_t duk_internal_thread_state::handling_error

Definition at line 14934 of file duktape.c.

◆ lj

duk_ljstate duk_internal_thread_state::lj

Definition at line 14933 of file duktape.c.


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