< prev index next >

test/script/basic/JDK-8025515.js

Print this page

        

*** 59,68 **** testMethodName(function() { throw new Error() }, "L:59"); var f = (function() { return function() { a.b.c; }; })(); ! testMethodName(f, "f$L:62"); testMethodName((function() { return function() { return a.b.c; }; ! })(), "L:66$L:67"); --- 59,68 ---- testMethodName(function() { throw new Error() }, "L:59"); var f = (function() { return function() { a.b.c; }; })(); ! testMethodName(f, "f#L:62"); testMethodName((function() { return function() { return a.b.c; }; ! })(), "L:66#L:67");
< prev index next >