Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duk_internal.h"
Go to the source code of this file.
Functions | |
DUK_INTERNAL void | duk_hthread_terminate (duk_hthread *thr) |
DUK_INTERNAL duk_activation * | duk_hthread_get_current_activation (duk_hthread *thr) |
DUK_INTERNAL duk_uint_fast32_t | duk_hthread_get_act_prev_pc (duk_hthread *thr, duk_activation *act) |
DUK_INTERNAL void | duk_hthread_sync_currpc (duk_hthread *thr) |
DUK_INTERNAL void | duk_hthread_sync_and_null_currpc (duk_hthread *thr) |
DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_prev_pc | ( | duk_hthread * | thr, |
duk_activation * | act ) |
Definition at line 63 of file duktape-1.5.2/src-separate/duk_hthread_misc.c.
References duk_activation::curr_pc, DUK_ASSERT, DUK_HCOMPILEDFUNCTION_GET_CODE_BASE, DUK_HOBJECT_IS_COMPILEDFUNCTION, DUK_UNREF, duk_activation::func, duk_hthread::heap, and NULL.
DUK_INTERNAL duk_activation * duk_hthread_get_current_activation | ( | duk_hthread * | thr | ) |
Definition at line 36 of file duktape-1.5.2/src-separate/duk_hthread_misc.c.
References duk_hthread::callstack, duk_hthread::callstack_top, DUK_ASSERT, and NULL.
DUK_INTERNAL void duk_hthread_sync_and_null_currpc | ( | duk_hthread * | thr | ) |
Definition at line 96 of file duktape-1.5.2/src-separate/duk_hthread_misc.c.
References duk_hthread::callstack, duk_hthread::callstack_top, duk_activation::curr_pc, DUK_ASSERT, NULL, and duk_hthread::ptr_curr_pc.
DUK_INTERNAL void duk_hthread_sync_currpc | ( | duk_hthread * | thr | ) |
Definition at line 83 of file duktape-1.5.2/src-separate/duk_hthread_misc.c.
References duk_hthread::callstack, duk_hthread::callstack_top, duk_activation::curr_pc, DUK_ASSERT, NULL, and duk_hthread::ptr_curr_pc.
DUK_INTERNAL void duk_hthread_terminate | ( | duk_hthread * | thr | ) |
Definition at line 7 of file duktape-1.5.2/src-separate/duk_hthread_misc.c.
References DUK_ASSERT, duk_hthread_callstack_unwind(), duk_hthread_catchstack_unwind(), DUK_HTHREAD_STATE_TERMINATED, duk_set_top(), NULL, duk_hthread::state, duk_hthread::valstack, and duk_hthread::valstack_bottom.