Description[promises] Don't allocate new array before filling up existing array
Previously we created 3 FixedArrays and then filled them up with
values. This meant that during the creation of the second and third
FixedArray, there were one and two FixedArrays respectively, without
any values in it which broke the FixedArrayVerify.
This patch fills each FixedArray with the correct values before
creating new ones.
BUG=chromium:672051
Committed: https://crrev.com/87b84a341d06d53fbc1f189eede8b2709d864afe
Cr-Commit-Position: refs/heads/master@{#41564}
Patch Set 1 #
Messages
Total messages: 16 (11 generated)
|