Home
last modified time | relevance | path

Searched refs:catchstack_size (Results 1 – 15 of 15) sorted by relevance

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_hthread_stacks.c338 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()
344 old_size = thr->catchstack_size; in duk_hthread_catchstack_grow()
366 thr->catchstack_size = new_size; in duk_hthread_catchstack_grow()
377 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top); in duk_hthread_catchstack_shrink_check()
379 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) { in duk_hthread_catchstack_shrink_check()
386 …DUK_DD(DUK_DDPRINT("shrinking catchstack %ld -> %ld", (long) thr->catchstack_size, (long) new_size… in duk_hthread_catchstack_shrink_check()
397 thr->catchstack_size = new_size; in duk_hthread_catchstack_shrink_check()
437 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size); in duk_hthread_catchstack_unwind()
H A Dduk_hthread_alloc.c61 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE; in duk_hthread_init_stacks()
H A Dduk_hthread.h306 duk_size_t catchstack_size; /* allocation size */ member
H A Dduk_debug_vsnprintf.c562 DUK__COMMA(); duk_fb_sprintf(fb, "__catchstack_size:%ld", (long) t->catchstack_size); in duk__print_hobject()
H A Dduk_js_executor.c3557 DUK_ASSERT(thr->catchstack_top + 1 <= thr->catchstack_size);
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_hthread_stacks.c338 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()
344 old_size = thr->catchstack_size; in duk_hthread_catchstack_grow()
366 thr->catchstack_size = new_size; in duk_hthread_catchstack_grow()
377 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top); in duk_hthread_catchstack_shrink_check()
379 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) { in duk_hthread_catchstack_shrink_check()
386 …DUK_DD(DUK_DDPRINT("shrinking catchstack %ld -> %ld", (long) thr->catchstack_size, (long) new_size… in duk_hthread_catchstack_shrink_check()
397 thr->catchstack_size = new_size; in duk_hthread_catchstack_shrink_check()
437 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size); in duk_hthread_catchstack_unwind()
H A Dduk_hthread_alloc.c61 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE; in duk_hthread_init_stacks()
H A Dduk_hthread.h306 duk_size_t catchstack_size; /* allocation size */ member
H A Dduk_debug_vsnprintf.c562 DUK__COMMA(); duk_fb_sprintf(fb, "__catchstack_size:%ld", (long) t->catchstack_size); in duk__print_hobject()
H A Dduk_js_executor.c3550 DUK_ASSERT(thr->catchstack_top + 1 <= thr->catchstack_size);
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c6255 duk_size_t catchstack_size; /* allocation size */ member
53437 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE;
54752 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);
54754 if (thr->catchstack_top < thr->catchstack_size) {
54758 old_size = thr->catchstack_size;
54780 thr->catchstack_size = new_size;
54791 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);
54793 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) {
54811 thr->catchstack_size = new_size;
54851 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c6277 duk_size_t catchstack_size; /* allocation size */ member
53542 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE;
54860 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);
54862 if (thr->catchstack_top < thr->catchstack_size) {
54866 old_size = thr->catchstack_size;
54888 thr->catchstack_size = new_size;
54899 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);
54901 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) {
54919 thr->catchstack_size = new_size;
54959 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c6272 duk_size_t catchstack_size; /* allocation size */ member
53295 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE;
54614 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);
54616 if (thr->catchstack_top < thr->catchstack_size) {
54620 old_size = thr->catchstack_size;
54642 thr->catchstack_size = new_size;
54653 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);
54655 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) {
54673 thr->catchstack_size = new_size;
54713 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c6250 duk_size_t catchstack_size; /* allocation size */ member
53190 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE;
54506 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);
54508 if (thr->catchstack_top < thr->catchstack_size) {
54512 old_size = thr->catchstack_size;
54534 thr->catchstack_size = new_size;
54545 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);
54547 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) {
54565 thr->catchstack_size = new_size;
54605 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size);
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c9367 duk_size_t catchstack_size; /* allocation size */ member
55402 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE;
56555 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);
56557 if (thr->catchstack_top < thr->catchstack_size) {
56561 old_size = thr->catchstack_size;
56583 thr->catchstack_size = new_size;
56594 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);
56596 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) {
56614 thr->catchstack_size = new_size;
56654 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size);
[all …]