[Webkit-unassigned] [Bug 26904] Suppress 'undefined' in JSC program display
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 1 14:28:52 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26904
oliver at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from oliver at apple.com 2009-07-01 14:28 PDT -------
The result printed is the result of the expression. While it may seem odd that
"var x = 5" displays undefined that is specified behaviour. Not doing so would
create even more confusion as eval("var x=5") will correctly display undefined.
There's also a reasonable concern that changing this behaviour would break the
mozilla js test suite you hit with run-javascriptcore-tests
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list