Reviewers: Sven Panne,

Message:
svenpanne, ptal

Description:
Remove Script::SetData and the script_data parameter from Script::(Compile| New).

This feature makes it possible to associate data with a script and get it back
when the script is compiled or when an event is handled. It was historically
used by Chromium Dev Tools, but now they use Context::(Get| Set)EmbedderData. It
is not used by node.js.

Note: this has nothing to do with the preparse data, despite the confusing name.
The preparse data is passed as ScriptData*.

[email protected]
BUG=

Please review this at https://codereview.chromium.org/184403002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+13, -117 lines):
  M include/v8.h
  M src/api.cc
  M test/cctest/test-api.cc
  M test/cctest/test-debug.cc
  M test/cctest/test-parsing.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to