• littledan's avatar
    Add web compat workarounds for ES2015 RegExp semantics · 98f819c3
    littledan authored
    Unexpectedly, websites depend on doing feature testing with
    RegExp.prototype.sticky and browser testing with RegExp.prototype.toString().
    ES2015 newly throws exceptions for both of these. In order to enable shipping
    new ES2015 semantics, this patch puts in narrow workarounds for those two
    cases, keeping their old behavior. UseCounters are added for how often
    those particular cases come up, so we can see if it can be deprecated.
    
    R=yangguo
    BUG=v8:4637,v8:4617
    LOG=Y
    CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
    
    Review URL: https://codereview.chromium.org/1543723002
    
    Cr-Commit-Position: refs/heads/master@{#32997}
    98f819c3
Name
Last commit
Last update
..
libplatform Loading commit data...
OWNERS Loading commit data...
v8-debug.h Loading commit data...
v8-experimental.h Loading commit data...
v8-platform.h Loading commit data...
v8-profiler.h Loading commit data...
v8-testing.h Loading commit data...
v8-util.h Loading commit data...
v8-version.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...