PTAL.

https://codereview.chromium.org/223473002/diff/1/test/mjsunit/regress/regress-builtinbust-1.js
File test/mjsunit/regress/regress-builtinbust-1.js (right):

https://codereview.chromium.org/223473002/diff/1/test/mjsunit/regress/regress-builtinbust-1.js#newcode9
test/mjsunit/regress/regress-builtinbust-1.js:9:
assertThrows("a.shift()");
On 2014/04/03 08:05:24, mvstanton wrote:

I guess here is the full list of breakers:

assertThrows(function() { a.shift(); }, TypeError);
assertThrows(function() { a.pop(); }, TypeError);
assertThrows(function() { a.push(5); }, TypeError);
assertThrows(function() { a.unshift(5); }, TypeError);
assertThrows(function() { a.splice(0, 1); }, TypeError);

Done. Added the asserts.

https://codereview.chromium.org/223473002/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to