*** /home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/evalthrow.js -------------JavaScriptCore abc finally -------------Chakra abc finally -------------SpiderMonkey abc finally -------------v8 abc finally -------------hermes /home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/evalthrow.js:4:5: warning: Direct call to eval(), but lexical scope is not supported. eval("throw('abc');"); ^~~~~~~~~~~~~~~~~~~~~ abc finally *** /home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/labeled.js -------------JavaScriptCore 0, 1 shot 1, 1 shot 2, 1 shot 3, 1 shot 4, 1 shot [object Object] -------------Chakra 0, 1 shot 1, 1 shot 2, 1 shot 3, 1 shot 4, 1 shot [object Object] -------------SpiderMonkey 0, 1 shot 1, 1 shot 2, 1 shot 3, 1 shot 4, 1 shot [object Object] -------------v8 0, 1 shot 1, 1 shot 2, 1 shot 3, 1 shot 4, 1 shot [object Object] -------------hermes /home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/labeled.js:13:21: error: invalid statement encountered. with (b.a.b) { ^~~~~~~~~~~~~~ Emitted 1 errors. exiting. *** /home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/trim.js -------------JavaScriptCore a b c ,.a b c,. ,.a b c,. ,.a b c,. a,b,c a,b,c 1 -------------Chakra a b c ,.a b c,. ,.a b c,. ,.a b c,. a,b,c a,b,c 1 -------------SpiderMonkey a b c ,.a b c,. ,.a b c,. ,.a b c,. a,b,c a,b,c 1 -------------v8 a b c ,.a b c,. ,.a b c,. ,.a b c,. a,b,c a,b,c 1 -------------hermes /home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/trim.js:17:1: warning: Direct call to eval(), but lexical scope is not supported. eval('var e = '+d+';'); ^~~~~~~~~~~~~~~~~~~~~~ a b c ,.a b c,. ,.a b c,. ,.a b c,. a,b,c a,b,c ReferenceError: Property 'e' doesn't exist at global (/home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/trim.js:19:7) *** /home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/with.js -------------JavaScriptCore try1 finally2 fock finally1 [object Object] -------------Chakra try1 finally2 fock finally1 [object Object] -------------SpiderMonkey try1 finally2 fock finally1 [object Object] -------------v8 try1 finally2 fock finally1 [object Object] -------------hermes /home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/with.js:15:9: error: invalid statement encountered. with(a.b) { ^~~~~~~~~~~ Emitted 1 errors. exiting. *** /home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/withscope.js -------------JavaScriptCore [object Object] undefined -------------Chakra [object Object] undefined -------------SpiderMonkey [object Object] undefined -------------v8 [object Object] undefined -------------hermes /home/jefferson/project/entente/jsfuzz/utils/../../seeds/JSI/tests/withscope.js:9:1: error: invalid statement encountered. with (a.b) { ^~~~~~~~~~~~ Emitted 1 errors. exiting.