Don't roundtrip to JS to update the length. This is 1) faster (although we don't...
authorverwaest <verwaest@chromium.org>
Fri, 19 Jun 2015 10:41:52 +0000 (03:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 19 Jun 2015 10:42:05 +0000 (10:42 +0000)
commit554bc07d9627161cd9d65fccb9ec76f37eac72bc
treee40004f31206860d09ec505fb37e5850a9f220d8
parentc136032c44d8ae7fc9bd822875769f947ae1c28d
Don't roundtrip to JS to update the length. This is 1) faster (although we don't care) and 2) avoids stackchecks that otherwise make the .Assert fail on stack overflow.

BUG=chromium:502147
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#29142}
src/objects.cc