Home
last modified time | relevance | path

Searched refs:duk_activation (Results 1 – 25 of 146) sorted by relevance

123456

/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_hthread_stacks.c13 DUK_INTERNAL void duk_hthread_catcher_unwind_norz(duk_hthread *thr, duk_activation *act) { in duk_hthread_catcher_unwind_norz()
109 duk_activation *duk__hthread_activation_alloc_slow(duk_hthread *thr) { in duk__hthread_activation_alloc_slow()
110 duk_activation *act; in duk__hthread_activation_alloc_slow()
112 act = (duk_activation *) DUK_ALLOC_CHECKED(thr, sizeof(duk_activation)); in duk__hthread_activation_alloc_slow()
118 DUK_INTERNAL DUK_INLINE duk_activation *duk_hthread_activation_alloc(duk_hthread *thr) { in duk_hthread_activation_alloc()
119 duk_activation *act; in duk_hthread_activation_alloc()
132 DUK_INTERNAL duk_activation *duk_hthread_activation_alloc(duk_hthread *thr) { in duk_hthread_activation_alloc()
138 DUK_INTERNAL void duk_hthread_activation_free(duk_hthread *thr, duk_activation *act) { in duk_hthread_activation_free()
158 duk_activation *act; in duk__activation_unwind_nofree_norz()
315 duk_activation *act; in duk_hthread_activation_unwind_norz()
[all …]
H A Dduk_hthread.h194 struct duk_activation { struct
197 duk_activation *parent; /* previous (parent) activation (or NULL if none) */ argument
328 duk_activation *callstack_curr; /* current activation (or NULL if none) */
384 DUK_INTERNAL_DECL duk_activation *duk_hthread_activation_alloc(duk_hthread *thr);
385 DUK_INTERNAL_DECL void duk_hthread_activation_free(duk_hthread *thr, duk_activation *act);
388 DUK_INTERNAL_DECL duk_activation *duk_hthread_get_activation_for_level(duk_hthread *thr, duk_int_t …
392 DUK_INTERNAL_DECL void duk_hthread_catcher_unwind_norz(duk_hthread *thr, duk_activation *act);
393 DUK_INTERNAL_DECL void duk_hthread_catcher_unwind_nolexenv_norz(duk_hthread *thr, duk_activation *a…
402 DUK_INTERNAL_DECL duk_uint_fast32_t duk_hthread_get_act_curr_pc(duk_hthread *thr, duk_activation *a…
404 DUK_INTERNAL_DECL duk_uint_fast32_t duk_hthread_get_act_prev_pc(duk_hthread *thr, duk_activation *a…
H A Dduk_hthread_misc.c32 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_curr_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_curr_pc()
48 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_prev_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_prev_pc()
69 duk_activation *act; in duk_hthread_sync_currpc()
84 duk_activation *act; in duk_hthread_sync_and_null_currpc()
H A Dduk_forwdecl.h45 struct duk_activation;
106 typedef struct duk_activation duk_activation; typedef
H A Dduk_js.h86 DUK_INTERNAL_DECL duk_bool_t duk_js_getvar_activation(duk_hthread *thr, duk_activation *act, duk_hs…
88 DUK_INTERNAL_DECL void duk_js_putvar_activation(duk_hthread *thr, duk_activation *act, duk_hstring …
92 DUK_INTERNAL_DECL duk_bool_t duk_js_delvar_activation(duk_hthread *thr, duk_activation *act, duk_hs…
93 DUK_INTERNAL_DECL duk_bool_t duk_js_declvar_activation(duk_hthread *thr, duk_activation *act, duk_h…
94 …ECL void duk_js_init_activation_environment_records_delayed(duk_hthread *thr, duk_activation *act);
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_hthread_stacks.c13 DUK_INTERNAL void duk_hthread_catcher_unwind_norz(duk_hthread *thr, duk_activation *act) { in duk_hthread_catcher_unwind_norz()
109 duk_activation *duk__hthread_activation_alloc_slow(duk_hthread *thr) { in duk__hthread_activation_alloc_slow()
110 duk_activation *act; in duk__hthread_activation_alloc_slow()
112 act = (duk_activation *) DUK_ALLOC_CHECKED(thr, sizeof(duk_activation)); in duk__hthread_activation_alloc_slow()
118 DUK_INTERNAL DUK_INLINE duk_activation *duk_hthread_activation_alloc(duk_hthread *thr) { in duk_hthread_activation_alloc()
119 duk_activation *act; in duk_hthread_activation_alloc()
132 DUK_INTERNAL duk_activation *duk_hthread_activation_alloc(duk_hthread *thr) { in duk_hthread_activation_alloc()
138 DUK_INTERNAL void duk_hthread_activation_free(duk_hthread *thr, duk_activation *act) { in duk_hthread_activation_free()
158 duk_activation *act; in duk__activation_unwind_nofree_norz()
315 duk_activation *act; in duk_hthread_activation_unwind_norz()
[all …]
H A Dduk_hthread.h194 struct duk_activation { struct
197 duk_activation *parent; /* previous (parent) activation (or NULL if none) */ argument
328 duk_activation *callstack_curr; /* current activation (or NULL if none) */
384 DUK_INTERNAL_DECL duk_activation *duk_hthread_activation_alloc(duk_hthread *thr);
385 DUK_INTERNAL_DECL void duk_hthread_activation_free(duk_hthread *thr, duk_activation *act);
388 DUK_INTERNAL_DECL duk_activation *duk_hthread_get_activation_for_level(duk_hthread *thr, duk_int_t …
392 DUK_INTERNAL_DECL void duk_hthread_catcher_unwind_norz(duk_hthread *thr, duk_activation *act);
393 DUK_INTERNAL_DECL void duk_hthread_catcher_unwind_nolexenv_norz(duk_hthread *thr, duk_activation *a…
402 DUK_INTERNAL_DECL duk_uint_fast32_t duk_hthread_get_act_curr_pc(duk_hthread *thr, duk_activation *a…
404 DUK_INTERNAL_DECL duk_uint_fast32_t duk_hthread_get_act_prev_pc(duk_hthread *thr, duk_activation *a…
H A Dduk_hthread_misc.c32 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_curr_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_curr_pc()
48 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_prev_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_prev_pc()
69 duk_activation *act; in duk_hthread_sync_currpc()
84 duk_activation *act; in duk_hthread_sync_and_null_currpc()
H A Dduk_forwdecl.h45 struct duk_activation;
106 typedef struct duk_activation duk_activation; typedef
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_hthread_stacks.c13 DUK_INTERNAL void duk_hthread_catcher_unwind_norz(duk_hthread *thr, duk_activation *act) { in duk_hthread_catcher_unwind_norz()
109 duk_activation *duk__hthread_activation_alloc_slow(duk_hthread *thr) { in duk__hthread_activation_alloc_slow()
110 duk_activation *act; in duk__hthread_activation_alloc_slow()
112 act = (duk_activation *) DUK_ALLOC_CHECKED(thr, sizeof(duk_activation)); in duk__hthread_activation_alloc_slow()
118 DUK_INTERNAL DUK_INLINE duk_activation *duk_hthread_activation_alloc(duk_hthread *thr) { in duk_hthread_activation_alloc()
119 duk_activation *act; in duk_hthread_activation_alloc()
132 DUK_INTERNAL duk_activation *duk_hthread_activation_alloc(duk_hthread *thr) { in duk_hthread_activation_alloc()
138 DUK_INTERNAL void duk_hthread_activation_free(duk_hthread *thr, duk_activation *act) { in duk_hthread_activation_free()
158 duk_activation *act; in duk__activation_unwind_nofree_norz()
315 duk_activation *act; in duk_hthread_activation_unwind_norz()
[all …]
H A Dduk_hthread.h194 struct duk_activation { struct
197 duk_activation *parent; /* previous (parent) activation (or NULL if none) */ argument
328 duk_activation *callstack_curr; /* current activation (or NULL if none) */
384 DUK_INTERNAL_DECL duk_activation *duk_hthread_activation_alloc(duk_hthread *thr);
385 DUK_INTERNAL_DECL void duk_hthread_activation_free(duk_hthread *thr, duk_activation *act);
388 DUK_INTERNAL_DECL duk_activation *duk_hthread_get_activation_for_level(duk_hthread *thr, duk_int_t …
392 DUK_INTERNAL_DECL void duk_hthread_catcher_unwind_norz(duk_hthread *thr, duk_activation *act);
393 DUK_INTERNAL_DECL void duk_hthread_catcher_unwind_nolexenv_norz(duk_hthread *thr, duk_activation *a…
402 DUK_INTERNAL_DECL duk_uint_fast32_t duk_hthread_get_act_curr_pc(duk_hthread *thr, duk_activation *a…
404 DUK_INTERNAL_DECL duk_uint_fast32_t duk_hthread_get_act_prev_pc(duk_hthread *thr, duk_activation *a…
H A Dduk_hthread_misc.c32 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_curr_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_curr_pc()
48 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_prev_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_prev_pc()
69 duk_activation *act; in duk_hthread_sync_currpc()
84 duk_activation *act; in duk_hthread_sync_and_null_currpc()
H A Dduk_forwdecl.h45 struct duk_activation;
106 typedef struct duk_activation duk_activation; typedef
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_hthread_stacks.c13 DUK_INTERNAL void duk_hthread_catcher_unwind_norz(duk_hthread *thr, duk_activation *act) { in duk_hthread_catcher_unwind_norz()
109 duk_activation *duk__hthread_activation_alloc_slow(duk_hthread *thr) { in duk__hthread_activation_alloc_slow()
110 duk_activation *act; in duk__hthread_activation_alloc_slow()
112 act = (duk_activation *) DUK_ALLOC_CHECKED(thr, sizeof(duk_activation)); in duk__hthread_activation_alloc_slow()
118 DUK_INTERNAL DUK_INLINE duk_activation *duk_hthread_activation_alloc(duk_hthread *thr) { in duk_hthread_activation_alloc()
119 duk_activation *act; in duk_hthread_activation_alloc()
132 DUK_INTERNAL duk_activation *duk_hthread_activation_alloc(duk_hthread *thr) { in duk_hthread_activation_alloc()
138 DUK_INTERNAL void duk_hthread_activation_free(duk_hthread *thr, duk_activation *act) { in duk_hthread_activation_free()
158 duk_activation *act; in duk__activation_unwind_nofree_norz()
315 duk_activation *act; in duk_hthread_activation_unwind_norz()
[all …]
H A Dduk_hthread.h194 struct duk_activation { struct
197 duk_activation *parent; /* previous (parent) activation (or NULL if none) */ argument
328 duk_activation *callstack_curr; /* current activation (or NULL if none) */
384 DUK_INTERNAL_DECL duk_activation *duk_hthread_activation_alloc(duk_hthread *thr);
385 DUK_INTERNAL_DECL void duk_hthread_activation_free(duk_hthread *thr, duk_activation *act);
388 DUK_INTERNAL_DECL duk_activation *duk_hthread_get_activation_for_level(duk_hthread *thr, duk_int_t …
392 DUK_INTERNAL_DECL void duk_hthread_catcher_unwind_norz(duk_hthread *thr, duk_activation *act);
393 DUK_INTERNAL_DECL void duk_hthread_catcher_unwind_nolexenv_norz(duk_hthread *thr, duk_activation *a…
402 DUK_INTERNAL_DECL duk_uint_fast32_t duk_hthread_get_act_curr_pc(duk_hthread *thr, duk_activation *a…
404 DUK_INTERNAL_DECL duk_uint_fast32_t duk_hthread_get_act_prev_pc(duk_hthread *thr, duk_activation *a…
H A Dduk_hthread_misc.c32 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_curr_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_curr_pc()
48 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_prev_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_prev_pc()
69 duk_activation *act; in duk_hthread_sync_currpc()
84 duk_activation *act; in duk_hthread_sync_and_null_currpc()
H A Dduk_forwdecl.h45 struct duk_activation;
106 typedef struct duk_activation duk_activation; typedef
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_hthread_misc.c36 DUK_INTERNAL duk_activation *duk_hthread_get_current_activation(duk_hthread *thr) { in duk_hthread_get_current_activation()
47 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_curr_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_curr_pc()
63 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_prev_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_prev_pc()
84 duk_activation *act; in duk_hthread_sync_currpc()
97 duk_activation *act; in duk_hthread_sync_and_null_currpc()
H A Dduk_hthread_stacks.c27 duk_activation *new_ptr; in duk_hthread_callstack_grow()
55 …new_ptr = (duk_activation *) DUK_REALLOC_INDIRECT(thr->heap, duk_hthread_get_callstack_ptr, (void … in duk_hthread_callstack_grow()
68 duk_activation *p; in duk_hthread_callstack_shrink_check()
89 …p = (duk_activation *) DUK_REALLOC_INDIRECT(thr->heap, duk_hthread_get_callstack_ptr, (void *) thr… in duk_hthread_callstack_shrink_check()
131 duk_activation *act; in duk_hthread_callstack_unwind()
320 duk_activation *act = thr->callstack + thr->callstack_top - 1; in duk_hthread_callstack_unwind()
432 duk_activation *act; in duk_hthread_catchstack_unwind()
H A Dduk_js.h72 DUK_INTERNAL_DECL duk_bool_t duk_js_getvar_activation(duk_hthread *thr, duk_activation *act, duk_hs…
74 DUK_INTERNAL_DECL void duk_js_putvar_activation(duk_hthread *thr, duk_activation *act, duk_hstring …
78 DUK_INTERNAL_DECL duk_bool_t duk_js_delvar_activation(duk_hthread *thr, duk_activation *act, duk_hs…
79 DUK_INTERNAL_DECL duk_bool_t duk_js_declvar_activation(duk_hthread *thr, duk_activation *act, duk_h…
80 …ECL void duk_js_init_activation_environment_records_delayed(duk_hthread *thr, duk_activation *act);
H A Dduk_forwdecl.h40 struct duk_activation;
95 typedef struct duk_activation duk_activation; typedef
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_hthread_misc.c36 DUK_INTERNAL duk_activation *duk_hthread_get_current_activation(duk_hthread *thr) { in duk_hthread_get_current_activation()
47 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_curr_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_curr_pc()
63 DUK_INTERNAL duk_uint_fast32_t duk_hthread_get_act_prev_pc(duk_hthread *thr, duk_activation *act) { in duk_hthread_get_act_prev_pc()
84 duk_activation *act; in duk_hthread_sync_currpc()
97 duk_activation *act; in duk_hthread_sync_and_null_currpc()
H A Dduk_hthread_stacks.c27 duk_activation *new_ptr; in duk_hthread_callstack_grow()
55 …new_ptr = (duk_activation *) DUK_REALLOC_INDIRECT(thr->heap, duk_hthread_get_callstack_ptr, (void … in duk_hthread_callstack_grow()
68 duk_activation *p; in duk_hthread_callstack_shrink_check()
89 …p = (duk_activation *) DUK_REALLOC_INDIRECT(thr->heap, duk_hthread_get_callstack_ptr, (void *) thr… in duk_hthread_callstack_shrink_check()
131 duk_activation *act; in duk_hthread_callstack_unwind()
320 duk_activation *act = thr->callstack + thr->callstack_top - 1; in duk_hthread_callstack_unwind()
432 duk_activation *act; in duk_hthread_catchstack_unwind()
H A Dduk_js.h72 DUK_INTERNAL_DECL duk_bool_t duk_js_getvar_activation(duk_hthread *thr, duk_activation *act, duk_hs…
74 DUK_INTERNAL_DECL void duk_js_putvar_activation(duk_hthread *thr, duk_activation *act, duk_hstring …
78 DUK_INTERNAL_DECL duk_bool_t duk_js_delvar_activation(duk_hthread *thr, duk_activation *act, duk_hs…
79 DUK_INTERNAL_DECL duk_bool_t duk_js_declvar_activation(duk_hthread *thr, duk_activation *act, duk_h…
80 …ECL void duk_js_init_activation_environment_records_delayed(duk_hthread *thr, duk_activation *act);
H A Dduk_forwdecl.h40 struct duk_activation;
95 typedef struct duk_activation duk_activation; typedef

123456