• 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
..
OWNERS Loading commit data...
runtime-array.cc Loading commit data...
runtime-atomics.cc Loading commit data...
runtime-bigint.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-forin.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-futex.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-interpreter.cc Loading commit data...
runtime-intl.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-module.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-operators.cc Loading commit data...
runtime-promise.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime-wasm.cc Loading commit data...
runtime-weak-refs.cc Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...