Home
last modified time | relevance | path

Searched refs:VMERR_STACK_OVERFLOW (Results 1 – 5 of 5) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmerrnum.h369 #define VMERR_STACK_OVERFLOW 2303 macro
H A Dvmerrmsg.cpp556 { VMERR_STACK_OVERFLOW,
H A Dvmrun.cpp691 err_throw(VMERR_STACK_OVERFLOW); in run()
2732 if (err->get_error_code() == VMERR_STACK_OVERFLOW) in run()
3191 err_throw(VMERR_STACK_OVERFLOW); in do_call_func_nr()
3302 err_throw(VMERR_STACK_OVERFLOW); in do_call()
3581 err_throw(VMERR_STACK_OVERFLOW);
H A Dvmtobj.cpp876 err_throw(VMERR_STACK_OVERFLOW); in create_from_stack_multi()
H A Dvmdbg.cpp2488 if (error_code == VMERR_STACK_OVERFLOW) in step()