1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/test
Sam Saffron 55f6b27cfc
FIX: handle MaybeLocal being IsEmpty due to timeout exception
When raising ScriptTerminatedError due to timeout, MaybeLocal
could be empty and would core dump upon calling .ToLocalChecked.
Avoid that by checking MaybeLocal::IsEmpty before calling
ToLocalChecked and clearing the evalRes.executed flag so we
enter the exception handling branch below.
2022-01-14 12:03:03 +11:00
..
support FEATURE: add wasm support 2020-06-29 13:25:50 +10: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: handle MaybeLocal being IsEmpty due to timeout exception 2022-01-14 12:03:03 +11:00
test_crash.rb FIX: segfault due to GC when running attached functions 2018-06-27 18:39:15 +10:00
test_forking.rb FEATURE: re-add support for single threaded platform 2022-01-10 17:21:40 +11: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