[Webkit-unassigned] [Bug 113091] [V8] IndexedDB: Exceptions thrown inconsistently for non-cloneable values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 13:24:28 PDT 2013


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





--- Comment #1 from Joshua Bell <jsbell at chromium.org>  2013-03-22 13:26:55 PST ---
Created an attachment (id=194624)
 --> (https://bugs.webkit.org/attachment.cgi?id=194624&action=review)
Second repro case

For more fun, try the attachment "clone_double_throw.html". Again, watch the console.

This tries to add with both an invalid key (DataError) and an invalid value (DataCloneError) in the same call. The DataError is thrown and caught as expected.

Unexpectedly, the *console* reports an uncaught DataCloneError. It's like the call is generating two exceptions simultaneously!

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