• Kenton Varda's avatar
    Cleanup: Move thread_data_table_ to end of Isolate class. · 5a9b1d5b
    Kenton Varda authored
    In b49206de I changed thread_data_table_ and thread_data_table_mutex_ from
    static members to regular class member variables. To do this, I only deleted
    the `static` keyword and left the declarations where they were. This was a
    little odd in that all of the dynamic class members are declared together in
    one place, but now these two new members weren't next to the rest. Making it
    a little bit weirder is the fact that these two new members actually ended up
    being the first members of the class, since the exsiting dynamic members were
    declared later.
    
    This change merely moves these two members down to the end of the dynamic
    member variable list, where they probably should have gone.
    
    Bug: chromium:837477
    
    Change-Id: If993935cc56c8026bb7331493ed657c42ba06ac7
    Reviewed-on: https://chromium-review.googlesource.com/1036478Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Commit-Queue: Yang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#52902}
    5a9b1d5b
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides 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...
.editorconfig Loading commit data...
.git-blame-ignore-revs 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...