[Webkit-unassigned] [Bug 161513] jsc: provide printErr()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 1 15:35:01 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161513
--- Comment #2 from JF Bastien <jfbastien at apple.com> ---
I'm not sure where / if to test this. I did the following locally:
$ ./current/bin/jsc
>>> print([1,2,3])
1,2,3
undefined
>>> printErr([3,4,5])
3,4,5
undefined
>>> ^Dundefined
$ ./current/bin/jsc 1> /dev/null
print("hello")
printErr("hi!")
hi!
--
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/20160901/53bbe4f8/attachment.html>
More information about the webkit-unassigned
mailing list