v8/test/message/fail/weak-refs-makecell2.out
Marja Hölttä 80dd5e62dc [js weak refs] Implement spec change: cleanup must be callable
See https://github.com/tc39/proposal-weakrefs/issues/37

Drive-by: fix error messages.

BUG=v8:8179

Change-Id: I8608d09ec5a58c8b62eea4580be9415f6bb41586
Reviewed-on: https://chromium-review.googlesource.com/c/1319758
Commit-Queue: Marja Hölttä <marja@chromium.org>
Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57347}
2018-11-08 09:24:57 +00:00

7 lines
268 B
Plaintext

*%(basename)s:9: TypeError: WeakFactory.prototype.makeCell: target and holdings must not be same
wf.makeCell(o, o);
^
TypeError: WeakFactory.prototype.makeCell: target and holdings must not be same
at WeakFactory.makeCell (<anonymous>)
at *%(basename)s:9:4