Home
last modified time | relevance | path

Searched refs:duk_hthread (Results 1 – 25 of 624) sorted by relevance

12345678910>>...25

/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_api_internal.h54 DUK_INTERNAL_DECL void duk_dup_0(duk_hthread *thr);
55 DUK_INTERNAL_DECL void duk_dup_1(duk_hthread *thr);
56 DUK_INTERNAL_DECL void duk_dup_2(duk_hthread *thr);
58 DUK_INTERNAL_DECL void duk_dup_m2(duk_hthread *thr);
59 DUK_INTERNAL_DECL void duk_dup_m3(duk_hthread *thr);
60 DUK_INTERNAL_DECL void duk_dup_m4(duk_hthread *thr);
63 DUK_INTERNAL_DECL void duk_remove_m2(duk_hthread *thr);
130 DUK_INTERNAL_DECL duk_hthread *duk_get_hthread(duk_hthread *thr, duk_idx_t idx);
188 DUK_INTERNAL_DECL duk_hthread *duk_require_hthread(duk_hthread *thr, duk_idx_t idx);
323 DUK_INTERNAL_DECL void duk_unpack(duk_hthread *thr);
[all …]
H A Dduk_debugger.h82 DUK_INTERNAL_DECL duk_bool_t duk_debug_read_peek(duk_hthread *thr);
83 DUK_INTERNAL_DECL void duk_debug_write_flush(duk_hthread *thr);
86 DUK_INTERNAL_DECL void duk_debug_skip_byte(duk_hthread *thr);
90 DUK_INTERNAL_DECL duk_int32_t duk_debug_read_int(duk_hthread *thr);
101 DUK_INTERNAL_DECL duk_tval *duk_debug_read_tval(duk_hthread *thr);
105 DUK_INTERNAL_DECL void duk_debug_write_unused(duk_hthread *thr);
106 DUK_INTERNAL_DECL void duk_debug_write_undefined(duk_hthread *thr);
108 DUK_INTERNAL_DECL void duk_debug_write_null(duk_hthread *thr);
127 DUK_INTERNAL_DECL void duk_debug_write_reply(duk_hthread *thr);
130 DUK_INTERNAL_DECL void duk_debug_write_eom(duk_hthread *thr);
[all …]
H A Dduk_js.h27 DUK_INTERNAL_DECL duk_double_t duk_js_tonumber(duk_hthread *thr, duk_tval *tv);
29 DUK_INTERNAL_DECL duk_double_t duk_js_tointeger(duk_hthread *thr, duk_tval *tv);
30 DUK_INTERNAL_DECL duk_uint32_t duk_js_touint32(duk_hthread *thr, duk_tval *tv);
31 DUK_INTERNAL_DECL duk_int32_t duk_js_toint32(duk_hthread *thr, duk_tval *tv);
32 DUK_INTERNAL_DECL duk_uint16_t duk_js_touint16(duk_hthread *thr, duk_tval *tv);
45 DUK_INTERNAL_DECL duk_bool_t duk_js_instanceof(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
49 DUK_INTERNAL_DECL duk_bool_t duk_js_in(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
95 DUK_INTERNAL_DECL void duk_js_close_environment_record(duk_hthread *thr, duk_hobject *env);
97 DUK_INTERNAL_DECL void duk_js_push_closure(duk_hthread *thr,
104 DUK_INTERNAL_DECL void duk_native_stack_check(duk_hthread *thr);
[all …]
H A Dduk_error_macros.c27 DUK_INTERNAL DUK_COLD void duk_err_handle_error(duk_hthread *thr, duk_errcode_t code) { in duk_err_handle_error()
49 DUK_INTERNAL DUK_COLD void duk_err_error_internal(duk_hthread *thr, const char *filename, duk_int_t… in duk_err_error_internal()
81 DUK_NORETURN(DUK_LOCAL_DECL void duk__err_shared(duk_hthread *thr, duk_errcode_t code));
82 DUK_LOCAL void duk__err_shared(duk_hthread *thr, duk_errcode_t code) { in duk__err_shared()
85 DUK_INTERNAL DUK_COLD void duk_err_error(duk_hthread *thr) { in duk_err_error()
88 DUK_INTERNAL DUK_COLD void duk_err_range(duk_hthread *thr) { in duk_err_range()
91 DUK_INTERNAL DUK_COLD void duk_err_eval(duk_hthread *thr) { in duk_err_eval()
94 DUK_INTERNAL DUK_COLD void duk_err_reference(duk_hthread *thr) { in duk_err_reference()
97 DUK_INTERNAL DUK_COLD void duk_err_syntax(duk_hthread *thr) { in duk_err_syntax()
100 DUK_INTERNAL DUK_COLD void duk_err_type(duk_hthread *thr) { in duk_err_type()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_api_internal.h54 DUK_INTERNAL_DECL void duk_dup_0(duk_hthread *thr);
55 DUK_INTERNAL_DECL void duk_dup_1(duk_hthread *thr);
56 DUK_INTERNAL_DECL void duk_dup_2(duk_hthread *thr);
58 DUK_INTERNAL_DECL void duk_dup_m2(duk_hthread *thr);
59 DUK_INTERNAL_DECL void duk_dup_m3(duk_hthread *thr);
60 DUK_INTERNAL_DECL void duk_dup_m4(duk_hthread *thr);
63 DUK_INTERNAL_DECL void duk_remove_m2(duk_hthread *thr);
130 DUK_INTERNAL_DECL duk_hthread *duk_get_hthread(duk_hthread *thr, duk_idx_t idx);
188 DUK_INTERNAL_DECL duk_hthread *duk_require_hthread(duk_hthread *thr, duk_idx_t idx);
323 DUK_INTERNAL_DECL void duk_unpack(duk_hthread *thr);
[all …]
H A Dduk_debugger.h82 DUK_INTERNAL_DECL duk_bool_t duk_debug_read_peek(duk_hthread *thr);
83 DUK_INTERNAL_DECL void duk_debug_write_flush(duk_hthread *thr);
86 DUK_INTERNAL_DECL void duk_debug_skip_byte(duk_hthread *thr);
90 DUK_INTERNAL_DECL duk_int32_t duk_debug_read_int(duk_hthread *thr);
101 DUK_INTERNAL_DECL duk_tval *duk_debug_read_tval(duk_hthread *thr);
105 DUK_INTERNAL_DECL void duk_debug_write_unused(duk_hthread *thr);
106 DUK_INTERNAL_DECL void duk_debug_write_undefined(duk_hthread *thr);
108 DUK_INTERNAL_DECL void duk_debug_write_null(duk_hthread *thr);
127 DUK_INTERNAL_DECL void duk_debug_write_reply(duk_hthread *thr);
130 DUK_INTERNAL_DECL void duk_debug_write_eom(duk_hthread *thr);
[all …]
H A Dduk_js.h27 DUK_INTERNAL_DECL duk_double_t duk_js_tonumber(duk_hthread *thr, duk_tval *tv);
29 DUK_INTERNAL_DECL duk_double_t duk_js_tointeger(duk_hthread *thr, duk_tval *tv);
30 DUK_INTERNAL_DECL duk_uint32_t duk_js_touint32(duk_hthread *thr, duk_tval *tv);
31 DUK_INTERNAL_DECL duk_int32_t duk_js_toint32(duk_hthread *thr, duk_tval *tv);
32 DUK_INTERNAL_DECL duk_uint16_t duk_js_touint16(duk_hthread *thr, duk_tval *tv);
45 DUK_INTERNAL_DECL duk_bool_t duk_js_instanceof(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
49 DUK_INTERNAL_DECL duk_bool_t duk_js_in(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
95 DUK_INTERNAL_DECL void duk_js_close_environment_record(duk_hthread *thr, duk_hobject *env);
97 DUK_INTERNAL_DECL void duk_js_push_closure(duk_hthread *thr,
104 DUK_INTERNAL_DECL void duk_native_stack_check(duk_hthread *thr);
[all …]
H A Dduk_error_macros.c27 DUK_INTERNAL DUK_COLD void duk_err_handle_error(duk_hthread *thr, duk_errcode_t code) { in duk_err_handle_error()
49 DUK_INTERNAL DUK_COLD void duk_err_error_internal(duk_hthread *thr, const char *filename, duk_int_t… in duk_err_error_internal()
81 DUK_NORETURN(DUK_LOCAL_DECL void duk__err_shared(duk_hthread *thr, duk_errcode_t code));
82 DUK_LOCAL void duk__err_shared(duk_hthread *thr, duk_errcode_t code) { in duk__err_shared()
85 DUK_INTERNAL DUK_COLD void duk_err_error(duk_hthread *thr) { in duk_err_error()
88 DUK_INTERNAL DUK_COLD void duk_err_range(duk_hthread *thr) { in duk_err_range()
91 DUK_INTERNAL DUK_COLD void duk_err_eval(duk_hthread *thr) { in duk_err_eval()
94 DUK_INTERNAL DUK_COLD void duk_err_reference(duk_hthread *thr) { in duk_err_reference()
97 DUK_INTERNAL DUK_COLD void duk_err_syntax(duk_hthread *thr) { in duk_err_syntax()
100 DUK_INTERNAL DUK_COLD void duk_err_type(duk_hthread *thr) { in duk_err_type()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_api_internal.h54 DUK_INTERNAL_DECL void duk_dup_0(duk_hthread *thr);
55 DUK_INTERNAL_DECL void duk_dup_1(duk_hthread *thr);
56 DUK_INTERNAL_DECL void duk_dup_2(duk_hthread *thr);
58 DUK_INTERNAL_DECL void duk_dup_m2(duk_hthread *thr);
59 DUK_INTERNAL_DECL void duk_dup_m3(duk_hthread *thr);
60 DUK_INTERNAL_DECL void duk_dup_m4(duk_hthread *thr);
63 DUK_INTERNAL_DECL void duk_remove_m2(duk_hthread *thr);
130 DUK_INTERNAL_DECL duk_hthread *duk_get_hthread(duk_hthread *thr, duk_idx_t idx);
188 DUK_INTERNAL_DECL duk_hthread *duk_require_hthread(duk_hthread *thr, duk_idx_t idx);
323 DUK_INTERNAL_DECL void duk_unpack(duk_hthread *thr);
[all …]
H A Dduk_debugger.h82 DUK_INTERNAL_DECL duk_bool_t duk_debug_read_peek(duk_hthread *thr);
83 DUK_INTERNAL_DECL void duk_debug_write_flush(duk_hthread *thr);
86 DUK_INTERNAL_DECL void duk_debug_skip_byte(duk_hthread *thr);
90 DUK_INTERNAL_DECL duk_int32_t duk_debug_read_int(duk_hthread *thr);
101 DUK_INTERNAL_DECL duk_tval *duk_debug_read_tval(duk_hthread *thr);
105 DUK_INTERNAL_DECL void duk_debug_write_unused(duk_hthread *thr);
106 DUK_INTERNAL_DECL void duk_debug_write_undefined(duk_hthread *thr);
108 DUK_INTERNAL_DECL void duk_debug_write_null(duk_hthread *thr);
127 DUK_INTERNAL_DECL void duk_debug_write_reply(duk_hthread *thr);
130 DUK_INTERNAL_DECL void duk_debug_write_eom(duk_hthread *thr);
[all …]
H A Dduk_js.h27 DUK_INTERNAL_DECL duk_double_t duk_js_tonumber(duk_hthread *thr, duk_tval *tv);
29 DUK_INTERNAL_DECL duk_double_t duk_js_tointeger(duk_hthread *thr, duk_tval *tv);
30 DUK_INTERNAL_DECL duk_uint32_t duk_js_touint32(duk_hthread *thr, duk_tval *tv);
31 DUK_INTERNAL_DECL duk_int32_t duk_js_toint32(duk_hthread *thr, duk_tval *tv);
32 DUK_INTERNAL_DECL duk_uint16_t duk_js_touint16(duk_hthread *thr, duk_tval *tv);
45 DUK_INTERNAL_DECL duk_bool_t duk_js_instanceof(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
49 DUK_INTERNAL_DECL duk_bool_t duk_js_in(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
95 DUK_INTERNAL_DECL void duk_js_close_environment_record(duk_hthread *thr, duk_hobject *env);
97 DUK_INTERNAL_DECL void duk_js_push_closure(duk_hthread *thr,
104 DUK_INTERNAL_DECL void duk_native_stack_check(duk_hthread *thr);
[all …]
H A Dduk_error_macros.c27 DUK_INTERNAL DUK_COLD void duk_err_handle_error(duk_hthread *thr, duk_errcode_t code) { in duk_err_handle_error()
49 DUK_INTERNAL DUK_COLD void duk_err_error_internal(duk_hthread *thr, const char *filename, duk_int_t… in duk_err_error_internal()
81 DUK_NORETURN(DUK_LOCAL_DECL void duk__err_shared(duk_hthread *thr, duk_errcode_t code));
82 DUK_LOCAL void duk__err_shared(duk_hthread *thr, duk_errcode_t code) { in duk__err_shared()
85 DUK_INTERNAL DUK_COLD void duk_err_error(duk_hthread *thr) { in duk_err_error()
88 DUK_INTERNAL DUK_COLD void duk_err_range(duk_hthread *thr) { in duk_err_range()
91 DUK_INTERNAL DUK_COLD void duk_err_eval(duk_hthread *thr) { in duk_err_eval()
94 DUK_INTERNAL DUK_COLD void duk_err_reference(duk_hthread *thr) { in duk_err_reference()
97 DUK_INTERNAL DUK_COLD void duk_err_syntax(duk_hthread *thr) { in duk_err_syntax()
100 DUK_INTERNAL DUK_COLD void duk_err_type(duk_hthread *thr) { in duk_err_type()
[all …]
H A Dduk_hthread.h149 DUK_INTERNAL_DECL void duk_hthread_assert_valid(duk_hthread *thr);
153 DUK_INTERNAL_DECL void duk_ctx_assert_valid(duk_hthread *thr);
267 struct duk_hthread { struct
333 duk_hthread *resumer; /* who resumed us (if any) */ argument
379 DUK_INTERNAL_DECL void duk_hthread_copy_builtin_objects(duk_hthread *thr_from, duk_hthread *thr_to); argument
380 DUK_INTERNAL_DECL void duk_hthread_create_builtin_objects(duk_hthread *thr);
382 DUK_INTERNAL_DECL void duk_hthread_terminate(duk_hthread *thr);
386 DUK_INTERNAL_DECL void duk_hthread_activation_unwind_norz(duk_hthread *thr);
390 DUK_INTERNAL_DECL duk_catcher *duk_hthread_catcher_alloc(duk_hthread *thr);
405 DUK_INTERNAL_DECL void duk_hthread_sync_currpc(duk_hthread *thr);
[all …]
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_api_internal.h54 DUK_INTERNAL_DECL void duk_dup_0(duk_hthread *thr);
55 DUK_INTERNAL_DECL void duk_dup_1(duk_hthread *thr);
56 DUK_INTERNAL_DECL void duk_dup_2(duk_hthread *thr);
58 DUK_INTERNAL_DECL void duk_dup_m2(duk_hthread *thr);
59 DUK_INTERNAL_DECL void duk_dup_m3(duk_hthread *thr);
60 DUK_INTERNAL_DECL void duk_dup_m4(duk_hthread *thr);
63 DUK_INTERNAL_DECL void duk_remove_m2(duk_hthread *thr);
130 DUK_INTERNAL_DECL duk_hthread *duk_get_hthread(duk_hthread *thr, duk_idx_t idx);
188 DUK_INTERNAL_DECL duk_hthread *duk_require_hthread(duk_hthread *thr, duk_idx_t idx);
323 DUK_INTERNAL_DECL void duk_unpack(duk_hthread *thr);
[all …]
H A Dduk_debugger.h82 DUK_INTERNAL_DECL duk_bool_t duk_debug_read_peek(duk_hthread *thr);
83 DUK_INTERNAL_DECL void duk_debug_write_flush(duk_hthread *thr);
86 DUK_INTERNAL_DECL void duk_debug_skip_byte(duk_hthread *thr);
90 DUK_INTERNAL_DECL duk_int32_t duk_debug_read_int(duk_hthread *thr);
101 DUK_INTERNAL_DECL duk_tval *duk_debug_read_tval(duk_hthread *thr);
105 DUK_INTERNAL_DECL void duk_debug_write_unused(duk_hthread *thr);
106 DUK_INTERNAL_DECL void duk_debug_write_undefined(duk_hthread *thr);
108 DUK_INTERNAL_DECL void duk_debug_write_null(duk_hthread *thr);
127 DUK_INTERNAL_DECL void duk_debug_write_reply(duk_hthread *thr);
130 DUK_INTERNAL_DECL void duk_debug_write_eom(duk_hthread *thr);
[all …]
H A Dduk_js.h27 DUK_INTERNAL_DECL duk_double_t duk_js_tonumber(duk_hthread *thr, duk_tval *tv);
29 DUK_INTERNAL_DECL duk_double_t duk_js_tointeger(duk_hthread *thr, duk_tval *tv);
30 DUK_INTERNAL_DECL duk_uint32_t duk_js_touint32(duk_hthread *thr, duk_tval *tv);
31 DUK_INTERNAL_DECL duk_int32_t duk_js_toint32(duk_hthread *thr, duk_tval *tv);
32 DUK_INTERNAL_DECL duk_uint16_t duk_js_touint16(duk_hthread *thr, duk_tval *tv);
45 DUK_INTERNAL_DECL duk_bool_t duk_js_instanceof(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
49 DUK_INTERNAL_DECL duk_bool_t duk_js_in(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
95 DUK_INTERNAL_DECL void duk_js_close_environment_record(duk_hthread *thr, duk_hobject *env);
97 DUK_INTERNAL_DECL void duk_js_push_closure(duk_hthread *thr,
104 DUK_INTERNAL_DECL void duk_native_stack_check(duk_hthread *thr);
[all …]
H A Dduk_error_macros.c27 DUK_INTERNAL DUK_COLD void duk_err_handle_error(duk_hthread *thr, duk_errcode_t code) { in duk_err_handle_error()
49 DUK_INTERNAL DUK_COLD void duk_err_error_internal(duk_hthread *thr, const char *filename, duk_int_t… in duk_err_error_internal()
81 DUK_NORETURN(DUK_LOCAL_DECL void duk__err_shared(duk_hthread *thr, duk_errcode_t code));
82 DUK_LOCAL void duk__err_shared(duk_hthread *thr, duk_errcode_t code) { in duk__err_shared()
85 DUK_INTERNAL DUK_COLD void duk_err_error(duk_hthread *thr) { in duk_err_error()
88 DUK_INTERNAL DUK_COLD void duk_err_range(duk_hthread *thr) { in duk_err_range()
91 DUK_INTERNAL DUK_COLD void duk_err_eval(duk_hthread *thr) { in duk_err_eval()
94 DUK_INTERNAL DUK_COLD void duk_err_reference(duk_hthread *thr) { in duk_err_reference()
97 DUK_INTERNAL DUK_COLD void duk_err_syntax(duk_hthread *thr) { in duk_err_syntax()
100 DUK_INTERNAL DUK_COLD void duk_err_type(duk_hthread *thr) { in duk_err_type()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_debugger.h81 DUK_INTERNAL_DECL duk_bool_t duk_debug_read_peek(duk_hthread *thr);
82 DUK_INTERNAL_DECL void duk_debug_write_flush(duk_hthread *thr);
85 DUK_INTERNAL_DECL void duk_debug_skip_byte(duk_hthread *thr);
89 DUK_INTERNAL_DECL duk_int32_t duk_debug_read_int(duk_hthread *thr);
100 DUK_INTERNAL_DECL duk_tval *duk_debug_read_tval(duk_hthread *thr);
104 DUK_INTERNAL_DECL void duk_debug_write_unused(duk_hthread *thr);
105 DUK_INTERNAL_DECL void duk_debug_write_undefined(duk_hthread *thr);
107 DUK_INTERNAL_DECL void duk_debug_write_null(duk_hthread *thr);
126 DUK_INTERNAL_DECL void duk_debug_write_reply(duk_hthread *thr);
129 DUK_INTERNAL_DECL void duk_debug_write_eom(duk_hthread *thr);
[all …]
H A Dduk_hthread.h167 …DUK_ASSERT((duk_size_t) (((duk_hthread *) (ctx))->valstack_end - ((duk_hthread *) (ctx))->valstack…
168 ((duk_hthread *) (ctx))->valstack_size)
174 DUK_ASSERT(((duk_hthread *) (ctx))->unused1 == 0); \
175 DUK_ASSERT(((duk_hthread *) (ctx))->unused2 == 0); \
176 DUK_ASSERT(((duk_hthread *) (ctx))->valstack != NULL); \
177 DUK_ASSERT(((duk_hthread *) (ctx))->valstack_end >= ((duk_hthread *) (ctx))->valstack); \
178 DUK_ASSERT(((duk_hthread *) (ctx))->valstack_top >= ((duk_hthread *) (ctx))->valstack); \
179 DUK_ASSERT(((duk_hthread *) (ctx))->valstack_top >= ((duk_hthread *) (ctx))->valstack_bottom); \
180 DUK_ASSERT(((duk_hthread *) (ctx))->valstack_end >= ((duk_hthread *) (ctx))->valstack_top); \
254 struct duk_hthread { struct
[all …]
H A Dduk_js.h25 DUK_INTERNAL_DECL duk_double_t duk_js_tonumber(duk_hthread *thr, duk_tval *tv);
27 DUK_INTERNAL_DECL duk_double_t duk_js_tointeger(duk_hthread *thr, duk_tval *tv);
28 DUK_INTERNAL_DECL duk_uint32_t duk_js_touint32(duk_hthread *thr, duk_tval *tv);
29 DUK_INTERNAL_DECL duk_int32_t duk_js_toint32(duk_hthread *thr, duk_tval *tv);
30 DUK_INTERNAL_DECL duk_uint16_t duk_js_touint16(duk_hthread *thr, duk_tval *tv);
40 DUK_INTERNAL_DECL duk_bool_t duk_js_instanceof(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
41 DUK_INTERNAL_DECL duk_bool_t duk_js_in(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
42 DUK_INTERNAL_DECL duk_hstring *duk_js_typeof(duk_hthread *thr, duk_tval *tv_x);
69 DUK_INTERNAL duk_bool_t duk_js_hasvar_envrec(duk_hthread *thr, duk_hobject *env, duk_hstring *name);
84 void duk_js_push_closure(duk_hthread *thr,
[all …]
H A Dduk_api_memory.c8 duk_hthread *thr = (duk_hthread *) ctx; in duk_alloc_raw()
16 duk_hthread *thr = (duk_hthread *) ctx; in duk_free_raw()
24 duk_hthread *thr = (duk_hthread *) ctx; in duk_realloc_raw()
32 duk_hthread *thr = (duk_hthread *) ctx; in duk_alloc()
40 duk_hthread *thr = (duk_hthread *) ctx; in duk_free()
48 duk_hthread *thr = (duk_hthread *) ctx; in duk_realloc()
66 duk_hthread *thr = (duk_hthread *) ctx; in duk_get_memory_functions()
83 duk_hthread *thr = (duk_hthread *) ctx; in duk_gc()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_debugger.h81 DUK_INTERNAL_DECL duk_bool_t duk_debug_read_peek(duk_hthread *thr);
82 DUK_INTERNAL_DECL void duk_debug_write_flush(duk_hthread *thr);
85 DUK_INTERNAL_DECL void duk_debug_skip_byte(duk_hthread *thr);
89 DUK_INTERNAL_DECL duk_int32_t duk_debug_read_int(duk_hthread *thr);
100 DUK_INTERNAL_DECL duk_tval *duk_debug_read_tval(duk_hthread *thr);
104 DUK_INTERNAL_DECL void duk_debug_write_unused(duk_hthread *thr);
105 DUK_INTERNAL_DECL void duk_debug_write_undefined(duk_hthread *thr);
107 DUK_INTERNAL_DECL void duk_debug_write_null(duk_hthread *thr);
126 DUK_INTERNAL_DECL void duk_debug_write_reply(duk_hthread *thr);
129 DUK_INTERNAL_DECL void duk_debug_write_eom(duk_hthread *thr);
[all …]
H A Dduk_hthread.h167 …DUK_ASSERT((duk_size_t) (((duk_hthread *) (ctx))->valstack_end - ((duk_hthread *) (ctx))->valstack…
168 ((duk_hthread *) (ctx))->valstack_size)
174 DUK_ASSERT(((duk_hthread *) (ctx))->unused1 == 0); \
175 DUK_ASSERT(((duk_hthread *) (ctx))->unused2 == 0); \
176 DUK_ASSERT(((duk_hthread *) (ctx))->valstack != NULL); \
177 DUK_ASSERT(((duk_hthread *) (ctx))->valstack_end >= ((duk_hthread *) (ctx))->valstack); \
178 DUK_ASSERT(((duk_hthread *) (ctx))->valstack_top >= ((duk_hthread *) (ctx))->valstack); \
179 DUK_ASSERT(((duk_hthread *) (ctx))->valstack_top >= ((duk_hthread *) (ctx))->valstack_bottom); \
180 DUK_ASSERT(((duk_hthread *) (ctx))->valstack_end >= ((duk_hthread *) (ctx))->valstack_top); \
254 struct duk_hthread { struct
[all …]
H A Dduk_js.h25 DUK_INTERNAL_DECL duk_double_t duk_js_tonumber(duk_hthread *thr, duk_tval *tv);
27 DUK_INTERNAL_DECL duk_double_t duk_js_tointeger(duk_hthread *thr, duk_tval *tv);
28 DUK_INTERNAL_DECL duk_uint32_t duk_js_touint32(duk_hthread *thr, duk_tval *tv);
29 DUK_INTERNAL_DECL duk_int32_t duk_js_toint32(duk_hthread *thr, duk_tval *tv);
30 DUK_INTERNAL_DECL duk_uint16_t duk_js_touint16(duk_hthread *thr, duk_tval *tv);
40 DUK_INTERNAL_DECL duk_bool_t duk_js_instanceof(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
41 DUK_INTERNAL_DECL duk_bool_t duk_js_in(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y);
42 DUK_INTERNAL_DECL duk_hstring *duk_js_typeof(duk_hthread *thr, duk_tval *tv_x);
69 DUK_INTERNAL duk_bool_t duk_js_hasvar_envrec(duk_hthread *thr, duk_hobject *env, duk_hstring *name);
84 void duk_js_push_closure(duk_hthread *thr,
[all …]
H A Dduk_api_memory.c8 duk_hthread *thr = (duk_hthread *) ctx; in duk_alloc_raw()
16 duk_hthread *thr = (duk_hthread *) ctx; in duk_free_raw()
24 duk_hthread *thr = (duk_hthread *) ctx; in duk_realloc_raw()
32 duk_hthread *thr = (duk_hthread *) ctx; in duk_alloc()
40 duk_hthread *thr = (duk_hthread *) ctx; in duk_free()
48 duk_hthread *thr = (duk_hthread *) ctx; in duk_realloc()
66 duk_hthread *thr = (duk_hthread *) ctx; in duk_get_memory_functions()
83 duk_hthread *thr = (duk_hthread *) ctx; in duk_gc()

12345678910>>...25