test/script/basic/evalreturn.js.EXPECTED

Wed, 03 Jun 2015 18:08:57 +0200

author
hannesw
date
Wed, 03 Jun 2015 18:08:57 +0200
changeset 1396
d5a9705a27b1
parent 0
b1a7da25b547
permissions
-rw-r--r--

8066237: Fuzzing bug: Parser error on optimistic recompilation
Reviewed-by: lagergren, attila

     1 99
     2 world
     3 1
     4 undefined
     5 undefined
     6 hello
     7 Scoping OK
     8 function cake() { print('moist and delicious!'); }
     9 moist and delicious!
    10 function cookie() { print('sweet and crunchy!'); }
    11 sweet and crunchy!

mercurial