Skip to content

heterogeneous stacktraces

gitlab-qa-bot requested to merge github/fork/cowboyd/master into master

Created by: cowboyd

Background

I'm calling ruby code from javascript and javascript from ruby, which means the call stack passes through several language boundaries. V8 is somewhat liberal with how it formats frames, and some of them throw base_formatter for a loop.

Merge request reports