Keep track of script objects in a weak fixed array.
authoryangguo <yangguo@chromium.org>
Thu, 20 Aug 2015 08:04:41 +0000 (01:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 20 Aug 2015 08:04:53 +0000 (08:04 +0000)
commit3ead18974d1f4f2b48076ba6e3762cec855b8f1f
tree0c4d093482c8eddaf06f8759972534fc635759ef
parent98a0fe0f329b4e00de826a91e192942fd0d5c0f9
Keep track of script objects in a weak fixed array.

We need this for the debugger and for future changes that need to
find all shared function infos (through scripts).

R=mvstanton@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30264}
src/debug/debug.cc
src/debug/debug.h
src/factory.cc
src/heap/heap.cc
src/heap/heap.h
src/objects-inl.h
src/objects.cc
src/objects.h