description( | |
"Regression test for https://webkit.org/b/140420. This test should run without throwing an exception." | |
); | |
function with\u00d1i\u00f1a(in\u00c7aVa) | |
{ | |
return in\u00c7aVa + 1; | |
} | |
function this\u038f\u03c1\u03b1() | |
{ | |
return\u038f\u03c1\u03b1 = new Date() | |
return return\u038f\u03c1\u03b1; | |
} | |
var var\u00c9ternit\u00e9 = with\u00d1i\u00f1a(1000); | |
var var\u03a4\u03ce\u03c1\u03b1 = this\u038f\u03c1\u03b1(); |