• jgruber's avatar
    [regexp] Port remaining JS functions in regexp.js · a10b4712
    jgruber authored
    This ports RegExpInitialize, IsRegExp, InternalMatch and InternalReplace to C++
    / TurboFan. InternalMatch is in TurboFan because it calls RegExpExecStub and
    needs to construct a RegExpResult (which are, respectively, a PlatformStub and
    a CodeStubAssembler function).
    
    Except for LastMatchInfo (and GetSubstitution, which could be moved to string.js
    anytime), regexp.js is now completely empty.
    
    BUG=v8:5339
    
    Review-Url: https://codereview.chromium.org/2409513003
    Cr-Commit-Position: refs/heads/master@{#40277}
    a10b4712
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...