[Webkit-unassigned] [Bug 251249] New: Disambiguate Interpreter::execute() methods.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 26 22:51:57 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=251249
Bug ID: 251249
Summary: Disambiguate Interpreter::execute() methods.
Product: WebKit
Version: WebKit Nightly 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
Most Interpreter execute methods already have unique names e.g. executeProgram, executeCall, etc. The only 2 that are still not disambiguated this way are for eval and cached calls. Rename these to executeEval and executeCachedCall so that they are more easily grep'able.
--
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/20230127/5c99e8db/attachment.htm>
More information about the webkit-unassigned
mailing list