Reviewers: Sven Panne,

Message:
svenpanne, ptal (this is for relanding)

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 not any more. 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*.

Note 2: This is the same as r19616 ( https://codereview.chromium.org/184403002/
)
with a unused variable fix in bootstrapper.cc.

[email protected]
BUG=

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

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

Affected files (+13, -184 lines):
  M include/v8.h
  M src/accessors.h
  M src/accessors.cc
  M src/api.cc
  M src/bootstrapper.cc
  M src/compiler.h
  M src/compiler.cc
  M src/debug.cc
  M src/factory.cc
  M src/heap-snapshot-generator.cc
  M src/liveedit.cc
  M src/objects-debug.cc
  M src/objects-inl.h
  M src/objects-printer.cc
  M src/objects.h
  M test/cctest/test-api.cc
  M test/cctest/test-compiler.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