• verwaest's avatar
    Speed up the LookupIterator · 2608ecc7
    verwaest authored
    This introduces a new instance type and reorders the JSObject types so any type requiring special LookupIterator support can be identified with a single range check.
    
    In addition, it restructures the Next for better performance, avoiding unnecessary calls.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1751043002
    
    Cr-Commit-Position: refs/heads/master@{#34429}
    2608ecc7
objects-inl.h 228 KB