fb6a094db5
This CL improves break locations for expressions like 'var a = <expr>'. Without CL we use <expr> position as break location for initialization statement, with this CL we use position of first character after '=' as position. Benefits (see test for details): - only one break in expressions which includes mix of property lookup and calls, e.g. var p = Promise.resolve().then(x => x * 2), - removed redundant break location for expressions like: let { x, y } = { x: 1, y: 2}. TBR=dgozman@chromium.org,rmcilroy@chromium.org,machenbach@chromium.org,marja@chromium.org,kozyatinskiy@chromium.org,devtools-reviews@chromium.org,v8-reviews@googlegroups.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: v8:5909 Change-Id: Ie84fa79afeed09e28cf8478ba610a0cfbfdfc294 Reviewed-on: https://chromium-review.googlesource.com/518116 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#45598} |
||
---|---|---|
.. | ||
debug-promises | ||
regress | ||
debug-blockscopes.js | ||
debug-break-default-constructor.js | ||
debug-evaluate-arrow-function-receiver.js | ||
debug-evaluate-blockscopes.js | ||
debug-evaluate-receiver-before-super.js | ||
debug-exception-generators.js | ||
debug-function-scopes.js | ||
debug-liveedit-new-target-1.js | ||
debug-liveedit-new-target-2.js | ||
debug-liveedit-new-target-3.js | ||
debug-scope-default-param-with-eval.js | ||
debug-step-destructuring-assignment.js | ||
debug-step-destructuring-bind.js | ||
debug-step-into-class-extends.js | ||
debug-step-into-constructor.js | ||
debug-step-into-regexp-subclass.js | ||
debug-stepin-collections-foreach.js | ||
debug-stepin-default-parameters.js | ||
debug-stepin-generators.js | ||
debug-stepin-microtasks.js | ||
debug-stepin-proxies.js | ||
debug-stepin-string-template.js | ||
debug-stepin-tailcalls.js | ||
debug-stepnext-for.js | ||
debug-stepnext-generators.js | ||
debug-stepout-tailcalls.js | ||
default-parameters-debug.js | ||
generators-debug-liveedit.js | ||
generators-debug-scopes.js | ||
generators-relocation.js |