• danno's avatar
    Create a internal native context used only for TF-generated code stubs · a1475dae
    danno authored
    Until now, TF-generated code stubs piggy-backed off of the builtin
    context. Since generation of code stubs is lazy, stubs generated at
    different times in different native contexts would contain embedded
    pointers different builtin contexts, leading to cross-context references
    and memory leaks.
    
    After this CL, all TF-generated code stubs are generated inside a
    internal thinned-out, native context that lives solely for the
    purpose of hosting generated code stubs.
    
    Review URL: https://codereview.chromium.org/1213203007
    
    Cr-Commit-Position: refs/heads/master@{#29593}
    a1475dae
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...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...