Bug 210693 - Clearing LLInt GetById watchpoints for op_iterator_next should not clear both watchpoints
Summary: Clearing LLInt GetById watchpoints for op_iterator_next should not clear both...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-18 12:18 PDT by Keith Miller
Modified: 2020-04-18 12:18 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2020-04-18 12:18:42 PDT
Currently when one of the op_iterator_next LLInt watchpoints needs to be cleared we clear both the watchpoints. We should really need to do that.