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

9 commits

Author SHA1 Message Date
kares
ce41ff6206 fix a regression introduced in db54adc223
+ make sure bundler does not require 'less'
2012-08-24 13:26:04 +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
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
bc3ca955cc fix passing scope to when delegating to access + add an attribute aware access impl; make sure Ruby::Object has correct parent scope set 2012-01-07 17:01:38 +01:00
kares
b59f15acbe specs and javascript_backtrace fix for JSError + deprecate JavascriptError 2011-12-09 11:28:27 +01:00