Home
last modified time | relevance | path

Searched refs:catchstack_top (Results 1 – 23 of 23) sorted by relevance

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_hthread_stacks.c337 DUK_ASSERT_DISABLE(thr->catchstack_top); /* avoid warning (unsigned) */ in duk_hthread_catchstack_grow()
338 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top); in duk_hthread_catchstack_grow()
340 if (thr->catchstack_top < thr->catchstack_size) { in duk_hthread_catchstack_grow()
376 DUK_ASSERT_DISABLE(thr->catchstack_top >= 0); /* avoid warning (unsigned) */ in duk_hthread_catchstack_shrink_check()
377 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top); in duk_hthread_catchstack_shrink_check()
383 new_size = thr->catchstack_top + DUK_CATCHSTACK_SHRINK_SPARE; in duk_hthread_catchstack_shrink_check()
384 DUK_ASSERT(new_size >= thr->catchstack_top); in duk_hthread_catchstack_shrink_check()
414 (thr != NULL ? (long) thr->catchstack_top : (long) -1), in duk_hthread_catchstack_unwind()
420 DUK_ASSERT((duk_size_t) new_top <= thr->catchstack_top); /* cannot grow */ in duk_hthread_catchstack_unwind()
429 idx = thr->catchstack_top; in duk_hthread_catchstack_unwind()
[all …]
H A Dduk_js_executor.c1098 cat = thr->catchstack + thr->catchstack_top - 1; in duk__handle_longjmp()
1243 cat = thr->catchstack + thr->catchstack_top - 1; in duk__handle_break_or_continue()
2259 (long) thr->catchstack_top,
3556 cat = thr->catchstack + thr->catchstack_top;
3558 thr->catchstack_top++;
4098 DUK_ASSERT(thr->catchstack_top >= 1);
4136 DUK_ASSERT(thr->catchstack_top >= 1);
4195 DUK_ASSERT(thr->catchstack_top >= 1);
4430 cat = thr->catchstack + thr->catchstack_top;
4431 thr->catchstack_top++;
[all …]
H A Dduk_js_call.c1015 entry_catchstack_top = thr->catchstack_top;
1207 entry_catchstack_top = thr->catchstack_top;
1579 DUK_ASSERT(thr->catchstack_top >= entry_catchstack_top); /* may need unwind */
1761 DUK_ASSERT(thr->catchstack_top >= entry_catchstack_top);
1899 entry_catchstack_top = thr->catchstack_top;
2125 DUK_ASSERT(thr->catchstack_top == entry_catchstack_top);
2179 DUK_ASSERT(thr->catchstack_top >= entry_catchstack_top);
2184 DUK_ASSERT(thr->catchstack_top >= entry_catchstack_top);
2354 for (i = 0; i < thr->catchstack_top; i++) {
2492 DUK_ASSERT(thr->catchstack_top <= DUK_INT_MAX); /* catchstack limits */
[all …]
H A Dduk_error_misc.c27 for (i = 0; i < thr->catchstack_top; i++) { in duk__have_active_catcher()
H A Dduk_hthread_alloc.c62 DUK_ASSERT(thr->catchstack_top == 0); in duk_hthread_init_stacks()
H A Dduk_hthread.h307 duk_size_t catchstack_top; /* next to use, highest used is top - 1 */ member
H A Dduk_heap_refcount.c142 for (i = 0; i < (duk_uint_fast32_t) t->catchstack_top; i++) { in duk__refcount_finalize_hobject()
H A Dduk_debug_vsnprintf.c563 DUK__COMMA(); duk_fb_sprintf(fb, "__catchstack_top:%ld", (long) t->catchstack_top); in duk__print_hobject()
H A Dduk_heap_markandsweep.c129 for (i = 0; i < (duk_uint_fast32_t) t->catchstack_top; i++) { in duk__mark_hobject()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_hthread_stacks.c337 DUK_ASSERT_DISABLE(thr->catchstack_top); /* avoid warning (unsigned) */ in duk_hthread_catchstack_grow()
338 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top); in duk_hthread_catchstack_grow()
340 if (thr->catchstack_top < thr->catchstack_size) { in duk_hthread_catchstack_grow()
376 DUK_ASSERT_DISABLE(thr->catchstack_top >= 0); /* avoid warning (unsigned) */ in duk_hthread_catchstack_shrink_check()
377 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top); in duk_hthread_catchstack_shrink_check()
383 new_size = thr->catchstack_top + DUK_CATCHSTACK_SHRINK_SPARE; in duk_hthread_catchstack_shrink_check()
384 DUK_ASSERT(new_size >= thr->catchstack_top); in duk_hthread_catchstack_shrink_check()
414 (thr != NULL ? (long) thr->catchstack_top : (long) -1), in duk_hthread_catchstack_unwind()
420 DUK_ASSERT((duk_size_t) new_top <= thr->catchstack_top); /* cannot grow */ in duk_hthread_catchstack_unwind()
429 idx = thr->catchstack_top; in duk_hthread_catchstack_unwind()
[all …]
H A Dduk_js_executor.c1098 cat = thr->catchstack + thr->catchstack_top - 1; in duk__handle_longjmp()
1243 cat = thr->catchstack + thr->catchstack_top - 1; in duk__handle_break_or_continue()
2259 (long) thr->catchstack_top,
3549 cat = thr->catchstack + thr->catchstack_top;
3551 thr->catchstack_top++;
4090 DUK_ASSERT(thr->catchstack_top >= 1);
4128 DUK_ASSERT(thr->catchstack_top >= 1);
4187 DUK_ASSERT(thr->catchstack_top >= 1);
4422 cat = thr->catchstack + thr->catchstack_top;
4423 thr->catchstack_top++;
[all …]
H A Dduk_js_call.c1013 entry_catchstack_top = thr->catchstack_top;
1205 entry_catchstack_top = thr->catchstack_top;
1575 DUK_ASSERT(thr->catchstack_top >= entry_catchstack_top); /* may need unwind */
1757 DUK_ASSERT(thr->catchstack_top >= entry_catchstack_top);
1895 entry_catchstack_top = thr->catchstack_top;
2121 DUK_ASSERT(thr->catchstack_top == entry_catchstack_top);
2175 DUK_ASSERT(thr->catchstack_top >= entry_catchstack_top);
2180 DUK_ASSERT(thr->catchstack_top >= entry_catchstack_top);
2350 for (i = 0; i < thr->catchstack_top; i++) {
2488 DUK_ASSERT(thr->catchstack_top <= DUK_INT_MAX); /* catchstack limits */
[all …]
H A Dduk_error_misc.c27 for (i = 0; i < thr->catchstack_top; i++) { in duk__have_active_catcher()
H A Dduk_hthread_alloc.c62 DUK_ASSERT(thr->catchstack_top == 0); in duk_hthread_init_stacks()
H A Dduk_hthread.h307 duk_size_t catchstack_top; /* next to use, highest used is top - 1 */ member
H A Dduk_heap_refcount.c142 for (i = 0; i < (duk_uint_fast32_t) t->catchstack_top; i++) { in duk__refcount_finalize_hobject()
H A Dduk_debug_vsnprintf.c563 DUK__COMMA(); duk_fb_sprintf(fb, "__catchstack_top:%ld", (long) t->catchstack_top); in duk__print_hobject()
H A Dduk_heap_markandsweep.c129 for (i = 0; i < (duk_uint_fast32_t) t->catchstack_top; i++) { in duk__mark_hobject()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c53438 DUK_ASSERT(thr->catchstack_top == 0);
54843 idx = thr->catchstack_top;
54887 thr->catchstack_top = new_top;
55905 entry_catchstack_top = thr->catchstack_top;
56097 entry_catchstack_top = thr->catchstack_top;
69045 thr->catchstack_top++;
69585 DUK_ASSERT(thr->catchstack_top >= 1);
69623 DUK_ASSERT(thr->catchstack_top >= 1);
69682 DUK_ASSERT(thr->catchstack_top >= 1);
69918 thr->catchstack_top++;
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c53543 DUK_ASSERT(thr->catchstack_top == 0);
54951 idx = thr->catchstack_top;
54995 thr->catchstack_top = new_top;
56014 entry_catchstack_top = thr->catchstack_top;
56206 entry_catchstack_top = thr->catchstack_top;
69156 thr->catchstack_top++;
69696 DUK_ASSERT(thr->catchstack_top >= 1);
69734 DUK_ASSERT(thr->catchstack_top >= 1);
69793 DUK_ASSERT(thr->catchstack_top >= 1);
70029 thr->catchstack_top++;
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c53296 DUK_ASSERT(thr->catchstack_top == 0);
54705 idx = thr->catchstack_top;
54749 thr->catchstack_top = new_top;
55766 entry_catchstack_top = thr->catchstack_top;
55958 entry_catchstack_top = thr->catchstack_top;
68898 thr->catchstack_top++;
69437 DUK_ASSERT(thr->catchstack_top >= 1);
69475 DUK_ASSERT(thr->catchstack_top >= 1);
69534 DUK_ASSERT(thr->catchstack_top >= 1);
69770 thr->catchstack_top++;
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c53191 DUK_ASSERT(thr->catchstack_top == 0);
54597 idx = thr->catchstack_top;
54641 thr->catchstack_top = new_top;
55657 entry_catchstack_top = thr->catchstack_top;
55849 entry_catchstack_top = thr->catchstack_top;
68787 thr->catchstack_top++;
69326 DUK_ASSERT(thr->catchstack_top >= 1);
69364 DUK_ASSERT(thr->catchstack_top >= 1);
69423 DUK_ASSERT(thr->catchstack_top >= 1);
69659 thr->catchstack_top++;
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c55403 DUK_ASSERT(thr->catchstack_top == 0);
56646 idx = thr->catchstack_top;
56690 thr->catchstack_top = new_top;
57715 entry_catchstack_top = thr->catchstack_top;
57909 entry_catchstack_top = thr->catchstack_top;
70805 thr->catchstack_top++;
71344 DUK_ASSERT(thr->catchstack_top >= 1);
71386 DUK_ASSERT(thr->catchstack_top >= 1);
71449 DUK_ASSERT(thr->catchstack_top >= 1);
71689 thr->catchstack_top++;
[all …]