1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/spec
Charles Lowell 72068651f9 eschew heap allocated accessor callbacks
This changes the accessor code to push as much
object allocation onto Ruby as possible. Instead
the C++ layer acts strictly as glue using stack
allocated variables to convert v8 value to ruby
objects at the moment it passes them off to Ruby.
2012-05-21 16:36:19 -05:00
..
c eschew heap allocated accessor callbacks 2012-05-21 16:36:19 -05:00
mem only skip the memspecs on rubinius 2012-05-17 11:04:17 -05:00
redjs_spec.rb temporarily disable redjs while 2012-05-10 10:11:29 -05:00
spec_helper.rb fix syntax incompatible with 1.8.7 2012-05-17 11:15:30 -05:00