4142434445464748
} } return lines.toArray(new String[lines.size()]); } catch (Exception e) { throw new TruffleFatalException("Exception while trying to format a Ruby call stack", e); } }
4243444546474849
formatActivation(context, activation, lines); } return lines.toArray(new String[lines.size()]); } catch (Exception e) { throw new TruffleFatalException("Exception while trying to format a Ruby call stack", e); } }
lines.add(formatLine(context, activation)); } return lines.toArray(new String[lines.size()]); } catch (Exception e) { throw new TruffleFatalException("Exception while trying to format a Ruby call stack", e); } }