• 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
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
OWNERS Loading commit data...
jsregexp.cc Loading commit data...
jsregexp.h Loading commit data...
property-sequences.cc Loading commit data...
property-sequences.h Loading commit data...
regexp-ast.cc Loading commit data...
regexp-ast.h Loading commit data...
regexp-bytecodes.h Loading commit data...
regexp-compiler-tonode.cc Loading commit data...
regexp-compiler.cc Loading commit data...
regexp-compiler.h Loading commit data...
regexp-dotprinter.cc Loading commit data...
regexp-dotprinter.h Loading commit data...
regexp-interpreter.cc Loading commit data...
regexp-interpreter.h Loading commit data...
regexp-macro-assembler-arch.h Loading commit data...
regexp-macro-assembler-irregexp-inl.h Loading commit data...
regexp-macro-assembler-irregexp.cc Loading commit data...
regexp-macro-assembler-irregexp.h Loading commit data...
regexp-macro-assembler-tracer.cc Loading commit data...
regexp-macro-assembler-tracer.h Loading commit data...
regexp-macro-assembler.cc Loading commit data...
regexp-macro-assembler.h Loading commit data...
regexp-nodes.h Loading commit data...
regexp-parser.cc Loading commit data...
regexp-parser.h Loading commit data...
regexp-stack.cc Loading commit data...
regexp-stack.h Loading commit data...
regexp-utils.cc Loading commit data...
regexp-utils.h Loading commit data...