• yangguo's avatar
    [bootstrapper] no longer use outdated contexts list. · 564a2086
    yangguo authored
    We currently use the outdated contexts list provided by the serializer
    to update the receiver (the global proxy) in script contexts. However,
    this is not actually necessary, since the global proxy is passed to the
    deserializer and replaced as we deserialize.
    
    Originally, the outdated contexts list is to update the global object
    field in contexts. This was necessary since at the time the deserializer
    creates the native context, the global object has not yet been created.
    But the global proxy already exists.
    
    R=bmeurer@chromium.org
    
    Review URL: https://codereview.chromium.org/1488873004
    
    Cr-Commit-Position: refs/heads/master@{#32483}
    564a2086
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...