mini_racer/test
Sam Saffron 206b9c5251 FIX: Crash when converting Symbols to Ruby
Our fallback would unconditionally attempt to cast v8 objects to strings.

This would not work for symbols so MiniRacer would crash. This change adds
support for Symbols and cleans up the failover to check properly.
2020-01-09 12:23:07 +11:00
..
file.js Implement #load (initial trivial implementation) 2016-05-17 10:47:21 +10:00
function_test.rb correct attached function calls to properly check for function 2018-06-26 13:59:29 +10:00
mini_racer_test.rb FIX: Crash when converting Symbols to Ruby 2020-01-09 12:23:07 +11:00
test_crash.rb FIX: segfault due to GC when running attached functions 2018-06-27 18:39:15 +10:00
test_helper.rb Bump version 2016-10-10 08:43:18 +11:00
test_leak.rb add valgrind rake task to ensure nothing leaks 2016-05-12 20:05:56 +10:00