• mstarzinger's avatar
    [turbofan] Fix missing bailout for accessors in literals. · 667d8ad0
    mstarzinger authored
    This adds the missing lazy bailout point when defining accessor pairs
    within object literals via Runtime::kDefineAccessorPropertyUnchecked.
    The runtime function in question can indeed trigger a lazy deopt due
    to a DependentCode::kPrototypeCheckGroup dependency.
    
    R=bmeurer@chromium.org
    TEST=mjsunit/regress/regress-crbug-633585
    BUG=chromium:633585
    
    Review-Url: https://codereview.chromium.org/2207413002
    Cr-Commit-Position: refs/heads/master@{#38336}
    667d8ad0
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...
full-codegen.cc Loading commit data...
full-codegen.h Loading commit data...