DescriptionDebugger: clear ICs on activating step-in to correctly flood accessor pairs.
If we compile handlers to call accessors, Debug::HandleStepIn won't get
called. Therefore we need to clear ICs each time. This has not been
necessary before because we used to patch ICs for breaking, and restored
them with cleared ICs. This is no longer the case. We do not use ICs
for breaking anymore, so they are not implicitly cleared any longer.
R=mvstanton@chromium.org
BUG=v8:4269
LOG=N
Committed: https://crrev.com/c1b5d1743903c12880cbba3afaac9da1781d0a9f
Cr-Commit-Position: refs/heads/master@{#29518}
Patch Set 1 #
Messages
Total messages: 10 (3 generated)
|