test/script/basic/es6/block-function-decl.js.EXPECTED

Thu, 29 Oct 2015 17:37:29 -0700

author
asaha
date
Thu, 29 Oct 2015 17:37:29 -0700
changeset 1757
822042f1e4e8
parent 991
b7a2db4de254
permissions
-rw-r--r--

Merge

hannesw@991 1 function f() {
hannesw@991 2 print("in f");
hannesw@991 3 }
hannesw@991 4 in f
hannesw@991 5 function f() {
hannesw@991 6 print("in f");
hannesw@991 7 }
hannesw@991 8 in f
hannesw@991 9 undefined
hannesw@991 10 ReferenceError: "f" is not defined

mercurial