• bmeurer's avatar
    [runtime] Rename IsUndetectableObject to IsUndetectable. · 0b3e436a
    bmeurer authored
    This is more consistent with the current naming scheme (i.e. IsCallable
    for callable bit on map, IsConstructor for constructor bit on map, and
    now IsUndetectable for undetectable bit on map).
    
    Also simplify the fallthrough case for Object::Equals, because we don't
    need to check for Null or Undefined or Undetectable, as both Null and
    Undefined already have the undetectable bit set on their maps.
    
    R=machenbach@chromium.org
    
    Review URL: https://codereview.chromium.org/1756413003
    
    Cr-Commit-Position: refs/heads/master@{#34458}
    0b3e436a
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
access-compiler.cc Loading commit data...
access-compiler.h Loading commit data...
call-optimization.cc Loading commit data...
call-optimization.h Loading commit data...
handler-compiler.cc Loading commit data...
handler-compiler.h Loading commit data...
ic-compiler.cc Loading commit data...
ic-compiler.h Loading commit data...
ic-inl.h Loading commit data...
ic-state.cc Loading commit data...
ic-state.h Loading commit data...
ic.cc Loading commit data...
ic.h Loading commit data...
stub-cache.cc Loading commit data...
stub-cache.h Loading commit data...