/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_heaphdr.h | 360 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_FAST((thr),(tv)) macro 365 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_SLOW((thr),(tv)) macro 410 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 417 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 424 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 431 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 438 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 444 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 450 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 456 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ [all …]
|
D | duk_hthread_stacks.c | 177 DUK_TVAL_DECREF(thr, &tv_tmp); /* side effects */ in duk_hthread_callstack_unwind()
|
D | duk_api_stack.c | 931 DUK_TVAL_DECREF(thr, &tv_tmp); /* side effects */ in duk_replace() 987 DUK_TVAL_DECREF(thr, &tv_tmp); /* side effects */ in duk_remove() 2197 DUK_TVAL_DECREF(thr, &tv_tmp); /* side effects */ in duk_to_int_clamped_raw()
|
D | duk_hobject_props.c | 4253 DUK_TVAL_DECREF(thr, &tv_tmp); in duk_hobject_delprop_raw() 5466 DUK_TVAL_DECREF(thr, &tv_tmp); /* side effects */ in duk_hobject_define_property_helper()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_heaphdr.h | 358 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_FAST((thr),(tv)) macro 363 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_SLOW((thr),(tv)) macro 408 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 415 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 422 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 429 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 436 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 442 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 448 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 454 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ [all …]
|
D | duk_hthread_stacks.c | 177 DUK_TVAL_DECREF(thr, &tv_tmp); /* side effects */ in duk_hthread_callstack_unwind()
|
D | duk_api_stack.c | 927 DUK_TVAL_DECREF(thr, &tv_tmp); /* side effects */ in duk_replace() 983 DUK_TVAL_DECREF(thr, &tv_tmp); /* side effects */ in duk_remove() 2193 DUK_TVAL_DECREF(thr, &tv_tmp); /* side effects */ in duk_to_int_clamped_raw()
|
D | duk_hobject_props.c | 4258 DUK_TVAL_DECREF(thr, &tv_tmp); in duk_hobject_delprop_raw() 5470 DUK_TVAL_DECREF(thr, &tv_tmp); /* side effects */ in duk_hobject_define_property_helper()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 3809 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_FAST((thr),(tv)) macro 3814 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_SLOW((thr),(tv)) macro 3859 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3866 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3873 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3880 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3887 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3893 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3899 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3905 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 3826 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_FAST((thr),(tv)) macro 3831 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_SLOW((thr),(tv)) macro 3876 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3883 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3890 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3897 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3904 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3910 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3916 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3922 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 3824 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_FAST((thr),(tv)) macro 3829 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_SLOW((thr),(tv)) macro 3874 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3881 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3888 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3895 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3902 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3908 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3914 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3920 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 3811 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_FAST((thr),(tv)) macro 3816 #define DUK_TVAL_DECREF(thr,tv) DUK_TVAL_DECREF_SLOW((thr),(tv)) macro 3861 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3868 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3875 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3882 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3889 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3895 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3901 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ 3907 DUK_TVAL_DECREF((thr), &tv__tmp); /* side effects */ \ [all …]
|