5f0ef667c7
Bug: v8:5367, v8:5368 Change-Id: I86f25f9f658e21a05604f3014e6ebf74f1a8a1f7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1590164 Reviewed-by: Mathias Bynens <mathias@chromium.org> Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org> Cr-Commit-Position: refs/heads/master@{#61139}
6 lines
296 B
Plaintext
6 lines
296 B
Plaintext
*%(basename)s:7: TypeError: Write of private field #x to an object which did not contain the field
|
|
setX(o, val) { o.#x = val; }
|
|
^
|
|
TypeError: Write of private field #x to an object which did not contain the field
|
|
at X.setX (*%(basename)s:7:23)
|
|
at *%(basename)s:10:9 |