• jgruber's avatar
    [regexp] Port RegExp.prototype[@@replace] · 33a4faa4
    jgruber authored
    This moves the implementation of @@replace from regexp.js to builtins-regexp.cc
    (the TurboFan fast path) and runtime-regexp.cc (slow path). The fast path
    handles all cases in which the regexp itself is an unmodified JSRegExp
    instance, the given 'replace' argument is not callable and does not contain any
    '$' characters (i.e. we are doing a string replacement).
    
    BUG=v8:5339
    
    Review-Url: https://codereview.chromium.org/2398423002
    Cr-Commit-Position: refs/heads/master@{#40253}
    33a4faa4
Name
Last commit
Last update
..
bytecode_expectations Loading commit data...
bytecode-expectations-printer.cc Loading commit data...
bytecode-expectations-printer.h Loading commit data...
generate-bytecode-expectations.cc Loading commit data...
interpreter-tester.cc Loading commit data...
interpreter-tester.h Loading commit data...
source-position-matcher.cc Loading commit data...
source-position-matcher.h Loading commit data...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...
test-source-positions.cc Loading commit data...