beamjs / erlv8

Erlang interface for V8
BSD 2-Clause "Simplified" License
126 stars 22 forks source link

In some cases erlv8_vm:run returns {throw, Error} while it should be {exception, Error} #50

Open yrashk opened 13 years ago

yrashk commented 13 years ago

Most likely this is happening with Erlang-to-Erlang calls.

yrashk commented 13 years ago

(detected in beamjs and beamjs_mod_beamjs:vm_run has a clause for {throw, Error} now)