 Chromium Code Reviews
 Chromium Code Reviews Issue 
            10781011:
    Fix ICs for slow objects with native accessor.  (Closed)
    
  
    Issue 
            10781011:
    Fix ICs for slow objects with native accessor.  (Closed) 
  | DescriptionFix ICs for slow objects with native accessor.
This prevents creation of LoadICs or StoreICs for native callbacks on
objects in dictionary mode. Those ICs fail if the accessor is installed
on the receiver itself and also lead to bogus type feedback.
R=danno@chromium.org
BUG=chromium:137002
TEST=test/test-api/Regress137002[a,b]
Committed: https://code.google.com/p/v8/source/detail?r=12088
   Patch Set 1 #Messages
    Total messages: 2 (0 generated)
     |