Revert "Remove Script::SetData and the script_data parameter from Script::(Compile...
authormarja@chromium.org <marja@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 28 Feb 2014 14:09:52 +0000 (14:09 +0000)
committermarja@chromium.org <marja@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 28 Feb 2014 14:09:52 +0000 (14:09 +0000)
commit40ffba58a49153d947ff04f06b1de2d74d5cacae
tree71511c5aebac0f117aa96b3da61fe527f623a146
parent8b4c59fc8198624e4a1cb4e44814b7f40e1de91e
Revert "Remove Script::SetData and the script_data parameter from Script::(Compile|New)."

This reverts revision 19616.

BUG=
TBR=marja@chromium.org,svenpanne@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19618 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
19 files changed:
include/v8.h
src/accessors.cc
src/accessors.h
src/api.cc
src/bootstrapper.cc
src/compiler.cc
src/compiler.h
src/debug.cc
src/factory.cc
src/heap-snapshot-generator.cc
src/liveedit.cc
src/objects-debug.cc
src/objects-inl.h
src/objects-printer.cc
src/objects.h
test/cctest/test-api.cc
test/cctest/test-compiler.cc
test/cctest/test-debug.cc
test/cctest/test-parsing.cc