Introduce phantom weak handles in the API and use them internally for debug info
authorerikcorry@chromium.org <erikcorry@chromium.org>
Mon, 3 Nov 2014 17:23:55 +0000 (17:23 +0000)
committererikcorry@chromium.org <erikcorry@chromium.org>
Mon, 3 Nov 2014 17:24:22 +0000 (17:24 +0000)
commit3d62e24c5f9ef27642406f7689d45051dfc4b0c7
tree53ac5bd3bf8b706d137f969a52d1490c655e579c
parenta19c18ac6d10e941be36c6ce954f8827ece09a0e
Introduce phantom weak handles in the API and use them internally for debug info

R=ulan@chromium.org, jochen@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#25083}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25083 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/compiler.cc
src/debug.cc
src/debug.h
src/global-handles.cc
src/global-handles.h
src/globals.h
test/cctest/test-api.cc