• littledan's avatar
    In RegExp, lastIndex is read with ToLength, not ToInteger · 1f61ac50
    littledan authored
    ES2015 made a change vs ES5, where the "lastIndex" property of a
    RegExp (which can be modified by a user to start the next search at
    a different location) is cast to an integer with ToLength rather
    than ToInteger. The main difference is on negative numbers, and
    this is tested by test262. This patch implements that change on
    RegExps and enables the test262 test now that it passes.
    
    R=adamk
    LOG=Y
    BUG=v8:4244
    
    Review URL: https://codereview.chromium.org/1241713004
    
    Cr-Commit-Position: refs/heads/master@{#29715}
    1f61ac50
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...