• Ross McIlroy's avatar
    Revert "[class] implement private method declarations" · bf07d790
    Ross McIlroy authored
    This reverts commit b9191bd3.
    
    Reason for revert: Clusterfuzz bugs
    BUG=chromium:961507,chromium:961508
    
    Original change's description:
    > [class] implement private method declarations
    >
    > This patch implements the declarations of private methods, the access
    > of private methods would be left to a future patch.
    > When a private methods declaration is encountered, we now:
    >
    > - Create a brand symbol during class evaluation and store it in the
    >   context.
    > - Create the closures for the private methods
    > - Load the brand from the context and store it in the instance in the
    >   constructor.
    >
    > Design: https://docs.google.com/document/d/1T-Ql6HOIH2U_8YjWkwK2rTfywwb7b3Qe8d3jkz72KwA/edit#
    >
    > Bug: v8:8330
    > Change-Id: I2d695cbdc8a7367ddc7620d627b318f779d36150
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1568708
    > Commit-Queue: Joyee Cheung <joyee@igalia.com>
    > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
    > Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#61387}
    
    TBR=rmcilroy@chromium.org,gsathya@chromium.org,verwaest@chromium.org,joyee@igalia.com
    
    Change-Id: I429bbe8af9f94598de132814aa2c3ab9fa69b986
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:8330
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1605730
    Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#61406}
    bf07d790
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
custom_deps Loading commit data...
docs Loading commit data...
gni Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...