Ignore:
Timestamp:
Dec 23, 2010, 5:40:54 PM (15 years ago)
Author:
[email protected]
Message:

Rename RegexCompiler.cpp to RegexPattern.cpp.
Implicitly call compileRegex from RegexPattern's constructor.

Reviewed by Sam Weinig.

(JSC::RegExp::compile):

  • yarr/RegexCompiler.cpp: Removed.
  • yarr/RegexCompiler.h: Removed.
  • yarr/RegexInterpreter.cpp:
  • yarr/RegexJIT.cpp:
  • yarr/RegexPattern.cpp: Copied from JavaScriptCore/yarr/RegexCompiler.cpp.

(JSC::Yarr::compileRegex):
(JSC::Yarr::RegexPattern::RegexPattern):

  • yarr/RegexPattern.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pro

    r73126 r74600  
    208208    runtime/TimeoutChecker.cpp \
    209209    runtime/UString.cpp \
    210     yarr/RegexCompiler.cpp \
     210    yarr/RegexPattern.cpp \
    211211    yarr/RegexInterpreter.cpp \
    212212    yarr/RegexJIT.cpp
Note: See TracChangeset for help on using the changeset viewer.