80dd5e62dc
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}
7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
*%(basename)s:8: TypeError: WeakFactory.prototype.makeCell: target must be an object
|
|
wf.makeCell(1);
|
|
^
|
|
TypeError: WeakFactory.prototype.makeCell: target must be an object
|
|
at WeakFactory.makeCell (<anonymous>)
|
|
at *%(basename)s:8:4
|