[Webkit-unassigned] [Bug 80005] Implement strict testing criterion for callback function definition
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 7 04:39:35 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=80005
--- Comment #28 from Kentaro Hara <haraken at chromium.org> 2012-03-07 04:39:34 PST ---
(In reply to comment #27)
> The patch only fix V8 issue.
> I am also confused...
> form https://bugs.webkit.org/show_bug.cgi?id=79096#c2
> Philippe's test environment is GTK. It throw exception : FAIL new webkitPeerConnection("TURNS NONE",{}) should not throw exception. Threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17
Sorry for the confusion. Without you patch,
- V8 does not throw exception
- JSC throws exception
With your patch,
- V8 throws exception
- JSC throws excpetion
Is my understanding correct?
If it is correct, my question is why JSC can throw exception correctly despite the fact that JSC is using (not isFunction() but) isObject().
--
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