[Webkit-unassigned] [Bug 164192] New: Add $vm.codeBlock() debugging utility.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 29 15:52:10 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=164192
Bug ID: 164192
Summary: Add $vm.codeBlock() debugging utility.
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
Sometimes, while debugging, it would be nice if we can get the codeBlock info for a function. This can be useful for checking what optimization level the function is currently at. With $vm.codeBlock(), we can now do this. For example:
print("test's codeBlock = " + $vm.classBlock(test)); // prints function test's codeBlock.
--
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/20161029/f7643bce/attachment.html>
More information about the webkit-unassigned
mailing list