• Caitlin Potter's avatar
    [esnext] initialize native_context()->initial_async_generator_prototype · f3fb1b77
    Caitlin Potter authored
    Fix an error overwriting the `prototype` property of async generator
    functions when FLAG_enable_slow_asserts is enabled.
    
    Previously, the `initial_async_generator_prototype` field was never
    written to the native context, and was always undefined. This caused
    some incorrect runtime behaviour, and would crash when loading the field
    using the Context::initial_aysnc_generator_prototype accessor when
    attempting to cast the Undefined oddball to a JSObject.
    
    BUG=chromium:771470, v8:5855
    R=adamk@chromium.org, verwaest@chromium.org, gsathya@chromium.org
    
    Change-Id: I13f2a518c59852bc77c2de1f2468a4eea457609e
    Reviewed-on: https://chromium-review.googlesource.com/700261Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
    Commit-Queue: Caitlin Potter <caitp@igalia.com>
    Cr-Commit-Position: refs/heads/master@{#48291}
    f3fb1b77
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles 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...
.gitignore Loading commit data...
.gn 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...
Makefile Loading commit data...
Makefile.android 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...