• Leszek Swirski's avatar
    [cleanup] Remove Isolate parameter from object print · 13b899a5
    Leszek Swirski authored
    With ReadOnlyRoots and GetIsolate on JSReceiver, we can remove almost
    every isolate parameter from <Object>::Print. The remaining ones, like
    Map, are special-caseable for read-only maps, and as a result we can
    remove isolate parameters from <Object>::Print entirely.
    
    This patch also opportunistically cleans up a few places where isolates
    were only needed for Object::Print, such as TransitionAccessors and
    DescriptorArrays.
    
    TBR=yangguo@chromium.org,mstarzinger@chromium.org
    
    Bug: v8:7786
    Change-Id: Id44bd53b9893e679eea5f37b9548257595a1bfd9
    Reviewed-on: https://chromium-review.googlesource.com/1133385Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
    Reviewed-by: 's avatarDan Elphick <delphick@chromium.org>
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#54401}
    13b899a5
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...
OWNERS Loading commit data...
debug-coverage.cc Loading commit data...
debug-coverage.h Loading commit data...
debug-evaluate.cc Loading commit data...
debug-evaluate.h Loading commit data...
debug-frames.cc Loading commit data...
debug-frames.h Loading commit data...
debug-interface.h Loading commit data...
debug-scope-iterator.cc Loading commit data...
debug-scope-iterator.h Loading commit data...
debug-scopes.cc Loading commit data...
debug-scopes.h Loading commit data...
debug-stack-trace-iterator.cc Loading commit data...
debug-stack-trace-iterator.h Loading commit data...
debug-type-profile.cc Loading commit data...
debug-type-profile.h Loading commit data...
debug.cc Loading commit data...
debug.h Loading commit data...
interface-types.h Loading commit data...
liveedit.cc Loading commit data...
liveedit.h Loading commit data...