Home
last modified time | relevance | path

Searched refs:off_stack_all (Results 1 – 6 of 6) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_js_call.c925 duk_size_t off_stack_all; in duk__get_idx_func() local
931 off_stack_all = off_stack_args + 2 * sizeof(duk_tval); in duk__get_idx_func()
932 if (DUK_UNLIKELY(off_stack_all > off_stack_top)) { in duk__get_idx_func()
940 idx_func = (duk_idx_t) ((off_stack_top - off_stack_all) / sizeof(duk_tval)); in duk__get_idx_func()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_js_call.c927 duk_size_t off_stack_all; in duk__get_idx_func() local
933 off_stack_all = off_stack_args + 2 * sizeof(duk_tval); in duk__get_idx_func()
934 if (DUK_UNLIKELY(off_stack_all > off_stack_top)) { in duk__get_idx_func()
942 idx_func = (duk_idx_t) ((off_stack_top - off_stack_all) / sizeof(duk_tval)); in duk__get_idx_func()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c55569 duk_size_t off_stack_all; local
55575 off_stack_all = off_stack_args + 2 * sizeof(duk_tval);
55576 if (DUK_UNLIKELY(off_stack_all > off_stack_top)) {
55584 idx_func = (duk_idx_t) ((off_stack_top - off_stack_all) / sizeof(duk_tval));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c55926 duk_size_t off_stack_all; local
55932 off_stack_all = off_stack_args + 2 * sizeof(duk_tval);
55933 if (DUK_UNLIKELY(off_stack_all > off_stack_top)) {
55941 idx_func = (duk_idx_t) ((off_stack_top - off_stack_all) / sizeof(duk_tval));
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c55678 duk_size_t off_stack_all; local
55684 off_stack_all = off_stack_args + 2 * sizeof(duk_tval);
55685 if (DUK_UNLIKELY(off_stack_all > off_stack_top)) {
55693 idx_func = (duk_idx_t) ((off_stack_top - off_stack_all) / sizeof(duk_tval));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c55817 duk_size_t off_stack_all; local
55823 off_stack_all = off_stack_args + 2 * sizeof(duk_tval);
55824 if (DUK_UNLIKELY(off_stack_all > off_stack_top)) {
55832 idx_func = (duk_idx_t) ((off_stack_top - off_stack_all) / sizeof(duk_tval));