1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/spec
Charles Lowell b29c94f087 add pre-emption APIS
v8 4.5 has very convenient APIs for interrupting potentially long
running JavaScript code. This exposes those APIs to Ruby code so that it
can place its own limits on the CPU resources consumed by V8.
2015-08-14 16:09:40 +03:00
..
c Merge pull request #379 from cowboyd/4.5/try-catch-throw 2015-08-13 13:14:29 +03:00
mem add back the basics of memory testing. 2015-07-28 18:02:58 +03:00
support Add rspec matchers for Maybe and (Strict)?Equals 2015-08-01 20:21:36 +00:00
v8 add pre-emption APIS 2015-08-14 16:09:40 +03:00
c_spec_helper.rb Add rspec matchers for Maybe and (Strict)?Equals 2015-08-01 20:21:36 +00:00
redjs_spec.rb implement exception handling. 2012-06-14 22:34:38 -05:00
spec_helper.rb add pre-emption APIS 2015-08-14 16:09:40 +03:00
threading_spec.rb Added support for context timeouts 2013-12-09 12:15:03 +11:00