Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium
New issue 1283 by [email protected]: Add prefix/suffis length parameter
to ScriptOrigin
http://code.google.com/p/v8/issues/detail?id=1283
It's typical that user script gets wrapped in some auxiliary code (e.g.
on-click handler in Chrome).
However user don't need to see them. What is more important, IDE cannot map
modified script onto original source file (including live editing feature).
Embedding application should pass data about script modifications (length
of suffix and prefix) to V8 and V8 should share this information with
debugger.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev