[Webkit-unassigned] [Bug 150333] JS Built-ins functions should be able to assert

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 10:20:00 PDT 2015


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

--- Comment #1 from youenn fablet <youennf at gmail.com> ---
One potential implementation is to insert in js built-ins code such as @assert(boolean_expression...).

The built-in js generator would remove these lines in release mode.
In debug mode, they might insert lines such as @assert(boolean_expression "boolean_expression") or if(boolean_expression) @wtfCrash("boolean_expression").

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151019/79e11816/attachment.html>


More information about the webkit-unassigned mailing list