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

21 commits

Author SHA1 Message Date
Sam
885ea08cb0 Added support for context timeouts 2013-12-09 12:15:03 +11:00
Charles Lowell
bb42a8b8bd explain the error conversion hairball 2012-08-13 11:16:35 -05:00
Charles Lowell
9065e657be fix a documentation error 2012-08-13 11:16:19 -05:00
Charles Lowell
4841dbf999 filter out framework c++ frames for rubinius 2012-08-13 10:22:55 -05:00
Charles Lowell
03e360dc79 support for bilingual backtraces 2012-08-13 10:12:14 -05:00
Charles Lowell
744baef3a3 track causes of exceptions 2012-08-13 09:01:28 -05:00
Charles Lowell
f34cc5247a support objects with messages as error values 2012-08-12 21:34:03 -05:00
Charles Lowell
241d0805d4 for clarity, move try and protect into error 2012-08-01 17:36:18 +03:00
Charles Lowell
1007885c5c alias V8::Error to V8::JSError 2012-06-16 08:33:31 -05:00
Charles Lowell
be963bbc95 implement exception handling. 2012-06-14 22:34:38 -05:00
Charles Lowell
9cb4f1c7d2 begin internal rewrite. 2012-05-09 14:44:55 -05:00
Charles Lowell
f623c9c468 remove spurious begin..end blocks 2011-09-20 15:48:34 -05:00
Charles Lowell
876a29fbd3 filter out empty frames which sometimes occur. 2011-06-01 14:47:34 -05:00
Charles Lowell
2c4d294bf1 fix error handling now that handles are properly applied to stack frames. 2011-04-26 12:00:55 -05:00
Charles Lowell
77908b575b Always return the same ruby peer for a given javascript object. 2010-12-22 14:21:34 -06:00
Charles Lowell
59ac87f37d properly report source:line:column on SyntaxErrors. 2010-11-09 09:43:25 -06:00
Charles Lowell
fa386ecfaa backtrace regexp was missing some frames 2010-09-03 20:33:07 -05:00
Charles Lowell
e4d96e24ed fix segfaulting testcases 2010-08-30 14:36:21 -05:00
Charles Lowell
83ee683a9b add parens for ruby 1.9.1 2010-06-14 18:29:36 +03:00
Charles Lowell
168394721f support for a mixed javascript and ruby stack. 2010-06-14 16:18:30 +03:00
Charles Lowell
48d6e04e17 renamed js error into something more manageable 2010-06-11 17:11:49 +03:00