[Webkit-unassigned] [Bug 106160] "ASSERTION FAILED: exprStatement" in Function constructor call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 5 04:56:08 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106160





--- Comment #1 from André Bargull <andre.bargull at gmail.com>  2013-01-05 04:58:07 PST ---
Three more test cases

Function("", "});(function(){")
=> ASSERTION FAILED: exprStatement

Function("//", "//")
=> shouldn't throw SyntaxError, but currently does

Function("/*", "*/){")
=> should throw SyntaxError, but currently doesn't

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list