Comment #1 on issue 4197 by [email protected]: Incorrect error type thrown when attempting to create cyclic prototype hierarchies
https://code.google.com/p/v8/issues/detail?id=4197#c1

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/1765866b0b378334180a307c8819b0420a702812

commit 1765866b0b378334180a307c8819b0420a702812
Author: caitpotter88 <[email protected]>
Date: Fri Jun 19 22:18:18 2015

[es6] throw TypeError when setting cyclic prototype value

Object.setPrototypeOf() throws a TypeError if value would create a
cycle. Previously a plain Error was thrown rather than a TypeError.

BUG=v8:4197
[email protected]
LOG=N

Review URL: https://codereview.chromium.org/1198523002

Cr-Commit-Position: refs/heads/master@{#29169}

[modify] http://crrev.com/1765866b0b378334180a307c8819b0420a702812/src/objects.cc [modify] http://crrev.com/1765866b0b378334180a307c8819b0420a702812/test/mjsunit/harmony/set-prototype-of.js [modify] http://crrev.com/1765866b0b378334180a307c8819b0420a702812/test/mjsunit/proto-accessor.js [modify] http://crrev.com/1765866b0b378334180a307c8819b0420a702812/test/webkit/cyclic-prototypes-expected.txt


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to