Ignore:
Timestamp:
Jan 12, 2011, 4:57:06 AM (14 years ago)
Author:
[email protected]
Message:

2011-01-12 Peter Varga <[email protected]>

Reviewed by Gavin Barraclough.

Add Yarr.h to YARR
https://bugs.webkit.org/show_bug.cgi?id=51021

Move other common constants and functions from YARR's different files
to Yarr.h.
Use Yarr.h header instead of including other YARR headers where it
is possible.

  • JavaScriptCore.gypi:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • runtime/RegExp.cpp:
  • yarr/Yarr.h: Added.
  • yarr/YarrInterpreter.cpp:
  • yarr/YarrInterpreter.h:
  • yarr/YarrJIT.cpp: (JSC::Yarr::jitCompile): (JSC::Yarr::execute):
  • yarr/YarrJIT.h:
  • yarr/YarrParser.h:
  • yarr/YarrPattern.cpp: (JSC::Yarr::YarrPattern::compile): (JSC::Yarr::YarrPattern::YarrPattern):
  • yarr/YarrPattern.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/JavaScriptCore.gypi

    r75597 r75602  
    495495            'wtf/win/OwnPtrWin.cpp',
    496496            'wtf/wx/MainThreadWx.cpp',
     497            'yarr/Yarr.h'
    497498            'yarr/YarrInterpreter.cpp',
    498499            'yarr/YarrInterpreter.h',
Note: See TracChangeset for help on using the changeset viewer.