[Webkit-unassigned] [Bug 190137] [JSC] Add a C++ callable overload of objectConstructorSeal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 06:16:12 PDT 2018


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

--- Comment #8 from Yusuke Suzuki <yusukesuzuki at slowstart.org> ---
(In reply to Koby from comment #7)
> OK, i'll update the code.
> Just one more thing that I've noticed and wanted to be sure about: In both
> objectConstructorSeal and objectConstructorFreeze, if setIntegrityLevel
> throws an exception an empty value is returned, while if it returns false,
> an exception is (thrown and) returned. Is this desirable? just making sure.

Except for some intentional cases (for optimization, see EXCEPTION_ASSERT code in JSC :) ), it is OK that the returned value of the function causing an exception is anything.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181002/46dce235/attachment.html>


More information about the webkit-unassigned mailing list