1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
Commit graph

11 commits

Author SHA1 Message Date
kares
e80a253a7a fix error_spec under 9K 2015-04-29 11:50:01 +02:00
kares
cccf922f03 align spec (backtrace generation) with latest JRuby 1.7.12 2014-07-15 18:27:49 +02:00
kares
db54adc223 JSError improvement - make sure ruby error message is kept 2012-08-24 13:02:13 +02:00
kares
d692ddc240 error.message should be a String value (1.9.3 compat) 2012-08-02 18:10:20 +02:00
kares
30f109bf65 fn#apply error handling + include the latest specs
for 6c962f7db0
2012-05-30 07:42:46 +02:00
kares
a38575a3d0 functionName typo
introduced with 6a0032e946
2012-05-29 11:52:33 +02:00
kares
129d88dbad 'correct' inspect for JSError - show thrown value 2012-05-21 10:12:43 +02:00
kares
85ae44cc08 add the javascript backtrace on top of the (ruby) backtrace 2012-05-18 22:00:03 +02:00
kares
6a0032e946 JSError updates
- make sure cause always points to native rhino cause (closes #19)
- correct javascript_backtrace to be an array (just like backtrace)
- use a slicely customized stack trace rendering by default
2012-05-18 21:46:27 +02:00
kares
0f2aa03377 better error message handling + keep the throws JS object as error.value 2012-04-11 14:42:23 +02:00
kares
b59f15acbe specs and javascript_backtrace fix for JSError + deprecate JavascriptError 2011-12-09 11:28:27 +01:00