nashorn/test/script/error/JDK-8008814-2.js.EXPECTED
author poonam
Wed, 28 May 2014 06:26:05 -0700
changeset 24827 82b56982e1af
parent 17259 a8d0cb25d725
permissions -rw-r--r--
8043086: Hotspot is expected to report OOM which is occurred String.intern(), but crashes in JDK8u5 Summary: In case of allocation failure, restore the value of _chunk in Arena Reviewed-by: dholmes, dcubed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17259
a8d0cb25d725 8013533: Increase code coverage report for types and logging
lagergren
parents: 17257
diff changeset
     1
test/script/error/JDK-8008814-2.js:32:2 In strict mode, function declarations can only occur at program or function body level. You should use a function expression here instead.
17257
a2232050cd8f 8008814: Configurable ignore/warning/error behavior for function declaration as statement
attila
parents:
diff changeset
     2
  function g() {
a2232050cd8f 8008814: Configurable ignore/warning/error behavior for function declaration as statement
attila
parents:
diff changeset
     3
  ^