nashorn/test/script/basic/construct.js.EXPECTED
author hannesw
Thu, 16 Apr 2015 17:31:32 +0200 (2015-04-16)
changeset 29941 4da7ab19348e
parent 16147 e63b63819133
permissions -rw-r--r--
8077955: Undeclared globals in eval code should not be handled as fast scope Reviewed-by: lagergren, attila
[object Object]
A big fat string
123
function(x) { return x; }
proto
A big fat string
123
function(x) { return x; }
A A big fat string
B 123
F function(x) { return x; }
G proto
R A big fat string
S 123
T function(x) { return x; }