[Webkit-unassigned] [Bug 156767] Replace $vm.printValue() with $vm.value().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 16:17:51 PDT 2016


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

--- Comment #1 from Mark Lam <mark.lam at apple.com> ---
(In reply to comment #0)
> When debugging with $vm, this change allows us to do this:
> 
>     $vm.print("myObj = " + myObj + "\n");

I meant this change allows us to do this:

    $vm.print("myObj = " + $vm.value(myObj) + "\n");

-- 
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/20160419/b4cded4e/attachment.html>


More information about the webkit-unassigned mailing list