DescriptionDevTools: Collect truncated scopes for async stacks.
For async stacks we will collect scopes up to the Local scope (i.e. no inner With or Catch scopes).
This is way more faster (about 2x), since inner scopes require script parsing and scope analyzing.
In the DevTools UI this is a small reduction, as any With object or exception can be evaluated on
async call frame in the console while paused, or looked via a popup on mouseover.
Speed gain: more than 2x.
BUG=340285
R=yurys, pfeldman
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169946
Patch Set 1 #
Total comments: 2
Messages
Total messages: 7 (0 generated)
|