mini_racer/ext/mini_racer_extension
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
..
extconf.rb Introduce a rake test:asan task for convenient running of Address Sanitizer (#141) 2019-05-27 15:45:08 +10:00
mini_racer_extension.cc FIX: Crash when converting Symbols to Ruby 2020-01-09 12:23:07 +11:00