Files
sdk/runtime/vm
Beeravolu Siva Chandra Reddy eeaeb6fbf6 Adjust the column number where a StackOverflow error is reported.
Before this change, the column number of the StackOverflow error was
reported at the opening '(' of the function parameter list:

  ReturnType function(...) { ... }
                     ^

This change moves it to the opening '{':

  ReturnType function(...) { ... }
                           ^

In case of single statement functions with '=>', the location of the '='
is reported as the column number of the StackOverflow error.

R=asiva@google.com

Review-Url: https://codereview.chromium.org/3002833003 .
2017-08-21 11:09:11 +02:00
..
2017-06-08 16:04:29 -07:00
2017-03-15 13:11:05 -07:00
2017-06-22 08:49:22 -07:00
2017-06-24 13:41:39 +02:00
2017-03-15 13:11:05 -07:00
2017-08-10 10:26:26 +02:00
2017-06-22 08:49:22 -07:00
2017-06-24 13:41:39 +02:00
2017-06-09 15:33:18 -07:00