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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 16:11:30 PDT 2016


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

            Bug ID: 156767
           Summary: Replace $vm.printValue() with $vm.value().
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

When debugging with $vm, this change allows us to do this:

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

... instead of having to do this:

    $vm.print("myObj = ");
    $vm.printValue(myObj);
    $vm.print("\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/62d789d7/attachment.html>


More information about the webkit-unassigned mailing list