 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1037183003:
    Add the implicit return in the correct sequence node  (Closed)
    
  
    Issue 
            1037183003:
    Add the implicit return in the correct sequence node  (Closed) 
  | DescriptionAdd the implicit return in the correct sequence node
Make sure we add the implicit return node into the sequence
node that contains the function’s code. Previously, we added
the implicit return in the outermost sequence. If the outermost
sequence is at a different context level than the sequence that
contains the function’s code, the debugger cannot access the
captured variables when stopped at the return statement.
R=regis@google.com
Committed: https://code.google.com/p/dart/source/detail?r=44826
   Patch Set 1 #
      Total comments: 2
      
     Patch Set 2 : #
 Messages
    Total messages: 8 (1 generated)
     | ||||||||||||||||||||||||||||