diff options
author | sundar <none@none> | 2014-01-16 21:26:21 +0530 |
---|---|---|
committer | sundar <none@none> | 2014-01-16 21:26:21 +0530 |
commit | a09fc49e282df15ca8acb2a15a061a69c12a9c3e (patch) | |
tree | acfe0d56605b88cbd3b3e53f7b53066e3e497aa5 /test/script/basic/JDK-8031983.js.EXPECTED | |
parent | 5242e4b41b9d12ffe45c17f479ad6719992c08ad (diff) | |
download | nashorn-a09fc49e282df15ca8acb2a15a061a69c12a9c3e.tar.gz |
8031983: Error objects should capture stack at the constructor
Reviewed-by: jlaskey, hannesw
Diffstat (limited to 'test/script/basic/JDK-8031983.js.EXPECTED')
-rw-r--r-- | test/script/basic/JDK-8031983.js.EXPECTED | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/script/basic/JDK-8031983.js.EXPECTED b/test/script/basic/JDK-8031983.js.EXPECTED new file mode 100644 index 00000000..9d62db31 --- /dev/null +++ b/test/script/basic/JDK-8031983.js.EXPECTED @@ -0,0 +1,9 @@ +hello +35 +Error + at <program> (test/script/basic/JDK-8031983.js:31) +43 +Error + at <program> (test/script/basic/JDK-8031983.js:41) +[object Object] + at <program> (test/script/basic/JDK-8031983.js:50) |