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

7 commits

Author SHA1 Message Date
Georgy Angelov
654b808ac5 Use #around for creation of context for C examples
This fixes segmentation fault in the tests as extending the examples in a before block with override of `#instance_eval` seems to not work.

Also, the context wrap is now opt-in with a helper method, instead of opt-out and relying on `#described_class` (which has slightly different behavior in RSpec 3).

Tested on Ruby 2.1.5 and RSpec 2.99.2.
2015-03-15 18:27:19 +00:00
Charles Lowell
3dc59496ee upgrade to libv8 3.16.14 2013-03-28 08:34:06 -05:00
ignisf
3990af52d0 v8 version spec fails after upstream update
Just bump the version to 3.15
2013-01-09 13:15:28 +02:00
Charles Lowell
95836be78e update the dependent version of libv8. 2012-06-15 11:52:12 -05:00
Charles Lowell
a20ade811c expose V8 version string. 2012-06-14 03:52:32 -05:00
Charles Lowell
6dbd647680 Pass empty handles from Ruby. 2012-06-11 05:05:45 -05:00
Charles Lowell
ae448321e8 constants for Undefined, Null, True, False 2012-06-08 03:56:04 -05:00