Add the ability to set embedder data on created contexts from the API.
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 5 May 2009 09:38:45 +0000 (09:38 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 5 May 2009 09:38:45 +0000 (09:38 +0000)
commit3cdb194c56403882231037151e15c48971e8ca37
tree51abba7a492e4f326fd1118e43429bb238dc800b
parent74472a1babd3e4df910e6ad54fdc79106a7ee72d
Add the ability to set embedder data on created contexts from the API.

Expose the active context where a break event occoured through the debug message handler.
Review URL: http://codereview.chromium.org/109013

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1857 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/bootstrapper.cc
src/contexts.h
src/debug.cc
src/debug.h
test/cctest/test-debug.cc