nashorn/test/script/basic/JDK-8012164.js.EXPECTED
author thartmann
Mon, 02 Jun 2014 08:07:29 +0200
changeset 24923 9631f7d691dc
parent 18616 05a084e63f71
permissions -rw-r--r--
8034812: remove IDX_INIT macro hack in Node class Summary: The IDX_INIT macro used by Node::Node(...) to retrieve the Compile object is removed and replaced by a call to Compile::current(). The Node constructor, new operator and all calls to it are adapted accordingly. Reviewed-by: kvn, jrose, iveresov, goetz
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17971
c2c2b295234b 8012164: Error.stack needs trimming
sundar
parents:
diff changeset
     1
<test/script/basic/JDK-8012164.js>.error(test/script/basic/JDK-8012164.js:38)
c2c2b295234b 8012164: Error.stack needs trimming
sundar
parents:
diff changeset
     2
<test/script/basic/JDK-8012164.js>.func(test/script/basic/JDK-8012164.js:33)
18616
05a084e63f71 8017950: error.stack should be a string rather than an array
sundar
parents: 17971
diff changeset
     3
<test/script/basic/JDK-8012164.js>.<program>(test/script/basic/JDK-8012164.js:47)