/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/ |
H A D | duk_hthread_stacks.c | 337 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 D | duk_js_executor.c | 1098 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 D | duk_js_call.c | 1015 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 D | duk_error_misc.c | 27 for (i = 0; i < thr->catchstack_top; i++) { in duk__have_active_catcher()
|
H A D | duk_hthread_alloc.c | 62 DUK_ASSERT(thr->catchstack_top == 0); in duk_hthread_init_stacks()
|
H A D | duk_hthread.h | 307 duk_size_t catchstack_top; /* next to use, highest used is top - 1 */ member
|
H A D | duk_heap_refcount.c | 142 for (i = 0; i < (duk_uint_fast32_t) t->catchstack_top; i++) { in duk__refcount_finalize_hobject()
|
H A D | duk_debug_vsnprintf.c | 563 DUK__COMMA(); duk_fb_sprintf(fb, "__catchstack_top:%ld", (long) t->catchstack_top); in duk__print_hobject()
|
H A D | duk_heap_markandsweep.c | 129 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 D | duk_hthread_stacks.c | 337 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 D | duk_js_executor.c | 1098 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 D | duk_js_call.c | 1013 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 D | duk_error_misc.c | 27 for (i = 0; i < thr->catchstack_top; i++) { in duk__have_active_catcher()
|
H A D | duk_hthread_alloc.c | 62 DUK_ASSERT(thr->catchstack_top == 0); in duk_hthread_init_stacks()
|
H A D | duk_hthread.h | 307 duk_size_t catchstack_top; /* next to use, highest used is top - 1 */ member
|
H A D | duk_heap_refcount.c | 142 for (i = 0; i < (duk_uint_fast32_t) t->catchstack_top; i++) { in duk__refcount_finalize_hobject()
|
H A D | duk_debug_vsnprintf.c | 563 DUK__COMMA(); duk_fb_sprintf(fb, "__catchstack_top:%ld", (long) t->catchstack_top); in duk__print_hobject()
|
H A D | duk_heap_markandsweep.c | 129 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 D | duktape.c | 53438 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 D | duktape.c | 53543 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 D | duktape.c | 53296 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 D | duktape.c | 53191 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 D | duktape.c | 55403 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 …]
|