Initialize the embedder data array on v8::Context to three elements
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Dec 2013 08:45:17 +0000 (08:45 +0000)
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Dec 2013 08:45:17 +0000 (08:45 +0000)
commita14787f5098a2d2f6f1ed0c6747e4716d9de271c
tree2083b12f20835dc8891db7b073f3ea32dea08bc3
parent8b542494c3bdd990fc4715ed96b0912b5adace71
Initialize the embedder data array on v8::Context to three elements

Blink uses three slots, so instead of having to reallocate the array
everytime, make it big enough to begin with.

BUG=none
LOG=n
R=svenpanne@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18335 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/bootstrapper.cc