1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/lib/v8
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
..
access the dontintercept block is not getting passed 2012-06-16 07:45:07 -05:00
c remove obsolete enums 2015-07-29 20:45:31 +03:00
conversion Embed lambdas and procs into V8::Context 2015-08-12 21:02:39 +03:00
access.rb delegate invocation to callables via the context 2012-06-16 07:39:11 -05:00
array.rb call JavaScript functions from Ruby. 2012-06-12 07:06:25 -05:00
c.rb remove obsolete enums 2015-07-29 20:45:31 +03:00
context.rb add back simple evaluation specs 2015-07-23 17:10:21 -04:00
conversion.rb Embed lambdas and procs into V8::Context 2015-08-12 21:02:39 +03:00
date.rb implement date and related conversions 2015-07-30 21:15:10 +03:00
error.rb Added support for context timeouts 2013-12-09 12:15:03 +11:00
function.rb enable calling JS code from Ruby 2015-07-31 15:10:18 +03:00
isolate.rb add pre-emption APIS 2015-08-14 16:09:40 +03:00
object.rb add back in the memory map + documentation 2015-07-31 14:48:26 +03:00
retained_objects.rb add documentation for the GC system 2015-07-06 01:05:37 -05:00
stack.rb support for bilingual backtraces 2012-08-13 10:12:14 -05:00
version.rb v0.12.1 2014-02-03 16:19:15 -06:00
weak.rb use native weakref implementation for ruby 2.0 2013-02-25 22:00:30 -06:00