• cbruni's avatar
    Copy dictionary keys and values in enumeration in TransferNamedProperties · 7036eec6
    cbruni authored
    During bootstrapping when installing the global object we copy over the
    properties from the snapshotted global object to the one created from a
    provided template. Originally Genesis::TransferNamedProperties just iterated
    over the entries, making the final order hash and thus platform dependent.
    This CL fixes this by sorting the keys by enumeration index before copying them
    to the destination object and thus making the key enumaration on the global
    object platform independent.
    
    Drive-by-fix: avoid crash when printing the global object during bootstrapping.
    
    BUG=chromium:669029
    
    Review-Url: https://codereview.chromium.org/2533223002
    Cr-Commit-Position: refs/heads/master@{#41502}
    7036eec6
api.cc 346 KB