These are really just nitpicky, but

Other tests that are often present:

Test that an exception during a getter results propagates the exception


https://codereview.chromium.org/771863002/diff/60001/test/mjsunit/harmony/array-includes-to-object.js
File test/mjsunit/harmony/array-includes-to-object.js (right):

https://codereview.chromium.org/771863002/diff/60001/test/mjsunit/harmony/array-includes-to-object.js#newcode21
test/mjsunit/harmony/array-includes-to-object.js:21: })();
Usually these tests include `assertThrows(function() {
Array.prototype.includes.call(undefined, whatever); }, TypeError);` and
similar

https://codereview.chromium.org/771863002/

--
--
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