Comment #2 on issue 1574 by [email protected]: Debugger should have a way to mark scripts as non-public
http://code.google.com/p/v8/issues/detail?id=1574

The internal object Script already has a type, which can be either TYPE_NATIVE, TYPE_EXTENSION or TYPE_NORMAL, and these scripts are handled differently by the debugger scripts requests. One way would be to introduce an additional type (e.g. TYPE_HIDDEN / TYPE_LIBRARY / TYPE_INTERNAL). This type could then be specified when compiling or set on the API Script object afterwards.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to