• littledan's avatar
    [bootstrapper] Remove Intl experimental natives files · 407d6bf1
    littledan authored
    These experimental natives previously only installed functions to the
    appropriate parent. In this patch, the exports container is retained
    so that the bootstrapper may install the functions instead. This
    change is intended to reduce startup time. SharedArrayBuffer retains
    some experimental natives exported from JS; this may be addressed
    in a follow-on patch. The patch includes some minor cleanup of the
    bootstrap process by removing "experimental exports", which was unused.
    
    R=yangguo@chromium.org
    BUG=v8:5880
    CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux_noi18n_rel_ng
    
    Review-Url: https://codereview.chromium.org/2683083003
    Cr-Commit-Position: refs/heads/master@{#43221}
    407d6bf1
bootstrapper.h 5.78 KB