DescriptionAdd source information to variable declarations in CPS.
This adds a source mapping to variable declarations in the beginning of a JS function, that points to the start of the corresponding Dart method:
foo: function() {
var a, b;
^
maps to
foo() {
^
R=sigmund@google.com
Committed: https://github.com/dart-lang/sdk/commit/7b7cfb66abb5c0795879b4f4bf68f8cec4a1be66
Patch Set 1 #
Messages
Total messages: 6 (3 generated)
|