|
ReactOS 0.4.17-dev-301-g9127a53
|
#include <jscript.h>

Public Attributes | |
| LONG | ref |
| LONG | thread_id |
| BOOL | gc_is_unlinking |
| DWORD | gc_last_tick |
| struct list | objects |
| struct rb_tree | weak_refs |
Definition at line 142 of file jscript.h.
Referenced by gc_run(), and get_thread_data().
| LONG thread_data::ref |
Definition at line 136 of file jscript.h.
Referenced by get_thread_data(), JScript_SetScriptSite(), and release_thread_data().
| LONG thread_data::thread_id |
Definition at line 137 of file jscript.h.
Referenced by get_thread_data().
Definition at line 143 of file jscript.h.
Referenced by gc_run(), and get_thread_data().