Searched refs:trapcode_values (Results 1 – 1 of 1) sorted by relevance
167 let mut trapcode_values = HashMap::new(); in new() localVariable168 trapcode_values.insert("stk_ovf", "STACK_OVERFLOW"); in new()169 trapcode_values.insert("heap_oob", "HEAP_OUT_OF_BOUNDS"); in new()170 trapcode_values.insert("int_ovf", "INTEGER_OVERFLOW"); in new()171 trapcode_values.insert("int_divz", "INTEGER_DIVISION_BY_ZERO"); in new()172 trapcode_values.insert("bad_toint", "BAD_CONVERSION_TO_INTEGER"); in new()176 trapcode_values, in new()