[Webkit-unassigned] [Bug 247363] New: --enableDollarVM = true use In MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 06:43:56 PDT 2022


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

            Bug ID: 247363
           Summary: --enableDollarVM = true use In MiniBrowser
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: macOS 13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: 1214wjllz at gmail.com

Hey, I use xcode to build all webkit project, and I run MiniBrowser.app, I know when I run javascriptcore singlely, I could use additional function like  |describe|, |$vm.breakpoint(true)|, when I run MiniBrowser.app, is there a way to still could use it?

Like :

<script>
   let arr = [1.1, 2.2, 3.3];
   console.log(describe(arr);
   $vm.breakpoint(true);
</script>

And when I run javascriptcore singlely, I could use |--enableDollarVM=true| to enable some useful function, when I use MiniBrowser.app , is there still a way to use "|--enableDollarVM=true|" flag? And How? Thank u.

I think If I could use this, I could dump the DFG IR when I use minibrowser.app....

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221102/42ed0096/attachment.htm>


More information about the webkit-unassigned mailing list