[Webkit-unassigned] [Bug 62897] Using "throw" doesn't result in url and line number being set in the exception.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 17 12:20:22 PDT 2011


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





--- Comment #3 from Oliver Hunt <oliver at apple.com>  2011-06-17 12:20:22 PST ---
(In reply to comment #2)
> Seems like we could replace a thrown string with a string object, or a generic error object used to wrap primitive values.

That would be behavioural bug -- if you throw a string, the caught value remains a string.  We really just need to have an out of band mechanism for reporting where an exception came from.

-- 
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