tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / js / script-tests / exception-registerfile-shrink.js
1 description(
2 "Test for <a href='https://bugs.webkit.org/show_bug.cgi?id=41948'>REGRESSION(r60392): Registerfile can be unwound too far following an exception</a>. If the test doesn't crash, you pass."
3 );
4
5 eval('try { throw 0; } catch(e) {}');
6
7 var x = new String();
8 '' + escape(x.substring(0, 1));