Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/src/
H A Dexceptions.c765 PMC * const all_bt = VTABLE_get_attr_str(interp, ex, CONST_STRING(interp, "bt_strings")); in Parrot_ex_build_complete_backtrace_string() local
768 if (PMC_IS_NULL(all_bt)) in Parrot_ex_build_complete_backtrace_string()
771 elems = VTABLE_elements(interp, all_bt); in Parrot_ex_build_complete_backtrace_string()
775 STRING * const i_bt = VTABLE_get_string_keyed_int(interp, all_bt, i); in Parrot_ex_build_complete_backtrace_string()