 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1088503003:
    Avoid modifying the real context chain for debug evaluation.  (Closed)
    
  
    Issue 
            1088503003:
    Avoid modifying the real context chain for debug evaluation.  (Closed) 
  | DescriptionAvoid modifying the real context chain for debug evaluation.
Instead of modifying a context chain and then modifying it back, causing
potential mismatches, we clone the inner context chain and evaluate
the expression in this cloned context. We then copy all local variable
values back if needed.
R=yangguo@chromium.org,yurys@chromium.org
Committed: https://crrev.com/219f4a9eb42b14563ce4c4930770dd74d0dde5f8
Cr-Commit-Position: refs/heads/master@{#27809}
   Patch Set 1 #Patch Set 2 : Minor fixes #
 Messages
    Total messages: 11 (3 generated)
     | ||||||||||||||||||||||||||||