 Chromium Code Reviews
 Chromium Code Reviews Issue 
            2099133003:
    [turbofan] Fix missing lazy deopt in object literals.  (Closed)
    
  
    Issue 
            2099133003:
    [turbofan] Fix missing lazy deopt in object literals.  (Closed) 
  | Description[turbofan] Fix missing lazy deopt in object literals.
This adds a missing lazy bailout point when defining data properties
with computed property names in object literals. The runtime call to
Runtime::kDefineDataPropertyInLiteral can trigger deopts. The necessary
bailout ID already exists and is now properly used.
R=jarin@chromium.org
TEST=mjsunit/regress/regress-crbug-621816
BUG=chromium:621816
Committed: https://crrev.com/4af80298b66f6dc0abd7fbab93f377755388d065
Cr-Commit-Position: refs/heads/master@{#37294}
   Patch Set 1 #Messages
    Total messages: 7 (2 generated)
     |