• Jakob Gruber's avatar
    [regexp] Reduce public API surface · c7d57dd3
    Jakob Gruber authored
    This further reduces the number of things declared in the public
    regexp API file, currently still named jsregexp.h.
    
    * Move JSRegExp::Flags convenience functions to regexp-compiler.h.
    * Set RegExpImpl methods private if possible (these will later be
      moved to a new hidden impl class).
    * Merge RegExpEngine::CompilationResult into RegExpCompileData.
    * Move remaining RegExpEngine methods to RegExpImpl and delete
      RegExpEngine.
    * Extract RegExpGlobalCache.
    * Document a few data structures.
    
    Upcoming CLs will rename RegExpImpl to RegExp and jsregexp.h to
    regexp.h. This should then be the only header included from other
    directories.
    
    Bug: v8:9359
    Change-Id: I78c8f4cca495a2b95735a48b6181583bc3310bdf
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1662294Reviewed-by: 's avatarPeter Marshall <petermarshall@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#62218}
    c7d57dd3
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector 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...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...