f2c4c598fb
... on non-iterable object. In CallPrinter::VisitAssignment, when found_ is true, we could print node->target to show the error node value, avoid printing twice for the assignment. Bug: v8:10854 Change-Id: I5f295f46b5639b715f762935e675598d1d780f98 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3586763 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: 王澳 <wangao.james@bytedance.com> Cr-Commit-Position: refs/heads/main@{#79997}
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
*%(basename)s:5: TypeError: a is not iterable
|
|
[...(a={})]
|
|
^
|
|
TypeError: a is not iterable
|
|
at *%(basename)s:5:7
|