Ignore:
Timestamp:
Jan 8, 2010, 3:32:55 AM (15 years ago)
Author:
[email protected]
Message:

2010-01-08 Kent Hansen <[email protected]>

Reviewed by Darin Adler.

Don't store RegExp flags string representation
https://bugs.webkit.org/show_bug.cgi?id=33321

It's unused; the string representation is reconstructed from flags.

  • runtime/RegExp.cpp: (JSC::RegExp::RegExp):
  • runtime/RegExp.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/RegExp.cpp

    r45545 r52983  
    6666inline RegExp::RegExp(JSGlobalData* globalData, const UString& pattern, const UString& flags)
    6767    : m_pattern(pattern)
    68     , m_flags(flags)
    6968    , m_flagBits(0)
    7069    , m_constructionError(0)
Note: See TracChangeset for help on using the changeset viewer.