webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Friends | List of all members
JSC::RegExp Class Referencefinal

#include <RegExp.h>

Inheritance diagram for JSC::RegExp:
JSC::JSCell JSC::JSCell JSC::HeapCell JSC::HeapCell JSC::HeapCell JSC::HeapCell

Public Types

typedef JSCell Base
 
typedef JSCell Base
 
- Public Types inherited from JSC::JSCell
enum  CreatingEarlyCellTag { CreatingEarlyCell, CreatingEarlyCell }
 
enum  CreatingEarlyCellTag { CreatingEarlyCell, CreatingEarlyCell }
 
- Public Types inherited from JSC::HeapCell
enum  Kind : int8_t { JSCell, Auxiliary, JSCell, Auxiliary }
 
enum  Kind : int8_t { JSCell, Auxiliary, JSCell, Auxiliary }
 

Public Member Functions

bool global () const
 
bool ignoreCase () const
 
bool multiline () const
 
bool sticky () const
 
bool globalOrSticky () const
 
bool unicode () const
 
const Stringpattern () const
 
bool isValid () const
 
const char * errorMessage () const
 
JS_EXPORT_PRIVATE int match (VM &, const String &, unsigned startOffset, Vector< int > &ovector)
 
bool matchConcurrently (VM &, const String &, unsigned startOffset, int &position, Vector< int > &ovector)
 
JS_EXPORT_PRIVATE MatchResult match (VM &, const String &, unsigned startOffset)
 
bool matchConcurrently (VM &, const String &, unsigned startOffset, MatchResult &)
 
template<typename VectorType >
int matchInline (VM &, const String &, unsigned startOffset, VectorType &ovector)
 
MatchResult matchInline (VM &, const String &, unsigned startOffset)
 
unsigned numSubpatterns () const
 
bool hasCode ()
 
bool hasCodeFor (Yarr::YarrCharSize)
 
bool hasMatchOnlyCodeFor (Yarr::YarrCharSize)
 
void deleteCode ()
 
RegExpKey key ()
 
bool global () const
 
bool ignoreCase () const
 
bool multiline () const
 
bool sticky () const
 
bool globalOrSticky () const
 
bool unicode () const
 
const Stringpattern () const
 
bool isValid () const
 
const char * errorMessage () const
 
JS_EXPORT_PRIVATE int match (VM &, const String &, unsigned startOffset, Vector< int > &ovector)
 
bool matchConcurrently (VM &, const String &, unsigned startOffset, int &position, Vector< int > &ovector)
 
JS_EXPORT_PRIVATE MatchResult match (VM &, const String &, unsigned startOffset)
 
bool matchConcurrently (VM &, const String &, unsigned startOffset, MatchResult &)
 
template<typename VectorType >
int matchInline (VM &, const String &, unsigned startOffset, VectorType &ovector)
 
MatchResult matchInline (VM &, const String &, unsigned startOffset)
 
unsigned numSubpatterns () const
 
bool hasCode ()
 
bool hasCodeFor (Yarr::YarrCharSize)
 
bool hasMatchOnlyCodeFor (Yarr::YarrCharSize)
 
void deleteCode ()
 
RegExpKey key ()
 
template<typename VectorType >
ALWAYS_INLINE int matchInline (VM &vm, const String &s, unsigned startOffset, VectorType &ovector)
 
- Public Member Functions inherited from JSC::JSCell
 JSCell (CreatingEarlyCellTag)
 
bool isString () const
 
bool isSymbol () const
 
bool isObject () const
 
bool isAnyWasmCallee (VM &) const
 
bool isGetterSetter () const
 
bool isCustomGetterSetter () const
 
bool isProxy () const
 
bool inherits (VM &, const ClassInfo *) const
 
bool isAPIValueWrapper () const
 
void lock ()
 
bool tryLock ()
 
void unlock ()
 
bool isLocked () const
 
JSType type () const
 
IndexingType indexingTypeAndMisc () const
 
IndexingType indexingType () const
 
StructureID structureID () const
 
Structurestructure () const
 
Structurestructure (VM &) const
 
void setStructure (VM &, Structure *)
 
void setStructureIDDirectly (StructureID id)
 
void clearStructure ()
 
TypeInfo::InlineTypeFlags inlineTypeFlags () const
 
const char * className (VM &) const
 
JS_EXPORT_PRIVATE bool getString (ExecState *, String &) const
 
JS_EXPORT_PRIVATE String getString (ExecState *) const
 
JS_EXPORT_PRIVATE JSObjectgetObject ()
 
const JSObjectgetObject () const
 
JS_EXPORT_PRIVATE JSValue toPrimitive (ExecState *, PreferredPrimitiveType) const
 
bool getPrimitiveNumber (ExecState *, double &number, JSValue &) const
 
bool toBoolean (ExecState *) const
 
TriState pureToBoolean () const
 
JS_EXPORT_PRIVATE double toNumber (ExecState *) const
 
JSObjecttoObject (ExecState *, JSGlobalObject *) const
 
void dump (PrintStream &) const
 
size_t estimatedSizeInBytes () const
 
const ClassInfoclassInfo (VM &) const
 
const MethodTablemethodTable () const
 
const MethodTablemethodTable (VM &) const
 
JSValue fastGetOwnProperty (VM &, Structure &, PropertyName)
 
CellState cellState () const
 
void setCellState (CellState data) const
 
bool atomicCompareExchangeCellStateWeakRelaxed (CellState oldState, CellState newState)
 
CellState atomicCompareExchangeCellStateStrong (CellState oldState, CellState newState)
 
void callDestructor (VM &)
 
 JSCell (CreatingEarlyCellTag)
 
bool isString () const
 
bool isSymbol () const
 
bool isObject () const
 
bool isAnyWasmCallee (VM &) const
 
bool isGetterSetter () const
 
bool isCustomGetterSetter () const
 
bool isProxy () const
 
bool inherits (VM &, const ClassInfo *) const
 
bool isAPIValueWrapper () const
 
void lock ()
 
bool tryLock ()
 
void unlock ()
 
bool isLocked () const
 
JSType type () const
 
IndexingType indexingTypeAndMisc () const
 
IndexingType indexingType () const
 
StructureID structureID () const
 
Structurestructure () const
 
Structurestructure (VM &) const
 
void setStructure (VM &, Structure *)
 
void setStructureIDDirectly (StructureID id)
 
void clearStructure ()
 
TypeInfo::InlineTypeFlags inlineTypeFlags () const
 
const char * className (VM &) const
 
JS_EXPORT_PRIVATE bool getString (ExecState *, String &) const
 
JS_EXPORT_PRIVATE String getString (ExecState *) const
 
JS_EXPORT_PRIVATE JSObjectgetObject ()
 
const JSObjectgetObject () const
 
JS_EXPORT_PRIVATE JSValue toPrimitive (ExecState *, PreferredPrimitiveType) const
 
bool getPrimitiveNumber (ExecState *, double &number, JSValue &) const
 
bool toBoolean (ExecState *) const
 
TriState pureToBoolean () const
 
JS_EXPORT_PRIVATE double toNumber (ExecState *) const
 
JSObjecttoObject (ExecState *, JSGlobalObject *) const
 
void dump (PrintStream &) const
 
size_t estimatedSizeInBytes () const
 
const ClassInfoclassInfo (VM &) const
 
const MethodTablemethodTable () const
 
const MethodTablemethodTable (VM &) const
 
JSValue fastGetOwnProperty (VM &, Structure &, PropertyName)
 
CellState cellState () const
 
void setCellState (CellState data) const
 
bool atomicCompareExchangeCellStateWeakRelaxed (CellState oldState, CellState newState)
 
CellState atomicCompareExchangeCellStateStrong (CellState oldState, CellState newState)
 
void callDestructor (VM &)
 
- Public Member Functions inherited from JSC::HeapCell
 HeapCell ()
 
void zap ()
 
bool isZapped () const
 
bool isLargeAllocation () const
 
CellContainer cellContainer () const
 
MarkedBlockmarkedBlock () const
 
LargeAllocationlargeAllocation () const
 
Heapheap () const
 
VMvm () const
 
size_t cellSize () const
 
AllocatorAttributes allocatorAttributes () const
 
DestructionMode destructionMode () const
 
Kind cellKind () const
 
 HeapCell ()
 
void zap ()
 
bool isZapped () const
 
bool isLargeAllocation () const
 
CellContainer cellContainer () const
 
MarkedBlockmarkedBlock () const
 
LargeAllocationlargeAllocation () const
 
Heapheap () const
 
VMvm () const
 
size_t cellSize () const
 
AllocatorAttributes allocatorAttributes () const
 
DestructionMode destructionMode () const
 
Kind cellKind () const
 

Static Public Member Functions

static JS_EXPORT_PRIVATE RegExpcreate (VM &, const String &pattern, RegExpFlags)
 
static void destroy (JSCell *)
 
static size_t estimatedSize (JSCell *)
 
static StructurecreateStructure (VM &vm, JSGlobalObject *globalObject, JSValue prototype)
 
static JS_EXPORT_PRIVATE RegExpcreate (VM &, const String &pattern, RegExpFlags)
 
static void destroy (JSCell *)
 
static size_t estimatedSize (JSCell *)
 
static StructurecreateStructure (VM &vm, JSGlobalObject *globalObject, JSValue prototype)
 
- Static Public Member Functions inherited from JSC::JSCell
template<typename CellType >
static SubspacesubspaceFor (VM &)
 
static JSCellseenMultipleCalleeObjects ()
 
static JS_EXPORT_PRIVATE CallType getCallData (JSCell *, CallData &)
 
static JS_EXPORT_PRIVATE ConstructType getConstructData (JSCell *, ConstructData &)
 
static JS_EXPORT_PRIVATE void dumpToStream (const JSCell *, PrintStream &)
 
static JS_EXPORT_PRIVATE size_t estimatedSize (JSCell *)
 
static void visitChildren (JSCell *, SlotVisitor &)
 
static void visitOutputConstraints (JSCell *, SlotVisitor &)
 
static JS_EXPORT_PRIVATE void heapSnapshot (JSCell *, HeapSnapshotBuilder &)
 
static bool put (JSCell *, ExecState *, PropertyName, JSValue, PutPropertySlot &)
 
static bool putByIndex (JSCell *, ExecState *, unsigned propertyName, JSValue, bool shouldThrow)
 
static bool deleteProperty (JSCell *, ExecState *, PropertyName)
 
static bool deletePropertyByIndex (JSCell *, ExecState *, unsigned propertyName)
 
static JSValue toThis (JSCell *, ExecState *, ECMAMode)
 
static bool canUseFastGetOwnProperty (const Structure &)
 
static ptrdiff_t structureIDOffset ()
 
static ptrdiff_t typeInfoFlagsOffset ()
 
static ptrdiff_t typeInfoTypeOffset ()
 
static ptrdiff_t indexingTypeAndMiscOffset ()
 
static ptrdiff_t cellStateOffset ()
 
template<typename CellType >
static SubspacesubspaceFor (VM &)
 
static JSCellseenMultipleCalleeObjects ()
 
static JS_EXPORT_PRIVATE CallType getCallData (JSCell *, CallData &)
 
static JS_EXPORT_PRIVATE ConstructType getConstructData (JSCell *, ConstructData &)
 
static JS_EXPORT_PRIVATE void dumpToStream (const JSCell *, PrintStream &)
 
static JS_EXPORT_PRIVATE size_t estimatedSize (JSCell *)
 
static void visitChildren (JSCell *, SlotVisitor &)
 
static void visitOutputConstraints (JSCell *, SlotVisitor &)
 
static JS_EXPORT_PRIVATE void heapSnapshot (JSCell *, HeapSnapshotBuilder &)
 
static bool put (JSCell *, ExecState *, PropertyName, JSValue, PutPropertySlot &)
 
static bool putByIndex (JSCell *, ExecState *, unsigned propertyName, JSValue, bool shouldThrow)
 
static bool deleteProperty (JSCell *, ExecState *, PropertyName)
 
static bool deletePropertyByIndex (JSCell *, ExecState *, unsigned propertyName)
 
static JSValue toThis (JSCell *, ExecState *, ECMAMode)
 
static bool canUseFastGetOwnProperty (const Structure &)
 
static ptrdiff_t structureIDOffset ()
 
static ptrdiff_t typeInfoFlagsOffset ()
 
static ptrdiff_t typeInfoTypeOffset ()
 
static ptrdiff_t indexingTypeAndMiscOffset ()
 
static ptrdiff_t cellStateOffset ()
 

Public Attributes

 DECLARE_INFO
 

Static Public Attributes

static const unsigned StructureFlags = Base::StructureFlags | StructureIsImmortal
 
static const bool needsDestruction = true
 
- Static Public Attributes inherited from JSC::JSCell
static const unsigned StructureFlags = 0
 
static const bool needsDestruction = false
 
static const TypedArrayType TypedArrayStorageType = NotTypedArray
 

Protected Member Functions

void finishCreation (VM &)
 
void finishCreation (VM &)
 
- Protected Member Functions inherited from JSC::JSCell
 JSCell (VM &, Structure *)
 
void finishCreation (VM &)
 
void finishCreation (VM &, Structure *, CreatingEarlyCellTag)
 
 JSCell (VM &, Structure *)
 
void finishCreation (VM &)
 
void finishCreation (VM &, Structure *, CreatingEarlyCellTag)
 

Friends

class RegExpCache
 

Additional Inherited Members

- Static Protected Member Functions inherited from JSC::JSCell
static JS_EXPORT_PRIVATE void destroy (JSCell *)
 
static JSValue defaultValue (const JSObject *, ExecState *, PreferredPrimitiveType)
 
static NO_RETURN_DUE_TO_CRASH void getOwnPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getOwnNonIndexPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static uint32_t getEnumerableLength (ExecState *, JSObject *)
 
static NO_RETURN_DUE_TO_CRASH void getStructurePropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getGenericPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH bool preventExtensions (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool isExtensible (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool setPrototype (JSObject *, ExecState *, JSValue, bool)
 
static NO_RETURN_DUE_TO_CRASH JSValue getPrototype (JSObject *, ExecState *)
 
static String className (const JSObject *)
 
static String toStringName (const JSObject *, ExecState *)
 
static JS_EXPORT_PRIVATE bool customHasInstance (JSObject *, ExecState *, JSValue)
 
static bool defineOwnProperty (JSObject *, ExecState *, PropertyName, const PropertyDescriptor &, bool shouldThrow)
 
static bool getOwnPropertySlot (JSObject *, ExecState *, PropertyName, PropertySlot &)
 
static bool getOwnPropertySlotByIndex (JSObject *, ExecState *, unsigned propertyName, PropertySlot &)
 
static JS_EXPORT_PRIVATE ArrayBufferslowDownAndWasteMemory (JSArrayBufferView *)
 
static JS_EXPORT_PRIVATE RefPtr< ArrayBufferViewgetTypedArrayImpl (JSArrayBufferView *)
 
static JS_EXPORT_PRIVATE void destroy (JSCell *)
 
static JSValue defaultValue (const JSObject *, ExecState *, PreferredPrimitiveType)
 
static NO_RETURN_DUE_TO_CRASH void getOwnPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getOwnNonIndexPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static uint32_t getEnumerableLength (ExecState *, JSObject *)
 
static NO_RETURN_DUE_TO_CRASH void getStructurePropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getGenericPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH bool preventExtensions (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool isExtensible (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool setPrototype (JSObject *, ExecState *, JSValue, bool)
 
static NO_RETURN_DUE_TO_CRASH JSValue getPrototype (JSObject *, ExecState *)
 
static String className (const JSObject *)
 
static String toStringName (const JSObject *, ExecState *)
 
static JS_EXPORT_PRIVATE bool customHasInstance (JSObject *, ExecState *, JSValue)
 
static bool defineOwnProperty (JSObject *, ExecState *, PropertyName, const PropertyDescriptor &, bool shouldThrow)
 
static bool getOwnPropertySlot (JSObject *, ExecState *, PropertyName, PropertySlot &)
 
static bool getOwnPropertySlotByIndex (JSObject *, ExecState *, unsigned propertyName, PropertySlot &)
 
static JS_EXPORT_PRIVATE ArrayBufferslowDownAndWasteMemory (JSArrayBufferView *)
 
static JS_EXPORT_PRIVATE RefPtr< ArrayBufferViewgetTypedArrayImpl (JSArrayBufferView *)
 

Member Typedef Documentation

◆ Base [1/2]

◆ Base [2/2]

Member Function Documentation

◆ create() [1/2]

RegExp * JSC::RegExp::create ( VM vm,
const String pattern,
RegExpFlags  flags 
)
static

◆ create() [2/2]

static JS_EXPORT_PRIVATE RegExp* JSC::RegExp::create ( VM ,
const String pattern,
RegExpFlags   
)
static

◆ createStructure() [1/2]

static Structure* JSC::RegExp::createStructure ( VM vm,
JSGlobalObject globalObject,
JSValue  prototype 
)
inlinestatic

◆ createStructure() [2/2]

static Structure* JSC::RegExp::createStructure ( VM vm,
JSGlobalObject globalObject,
JSValue  prototype 
)
inlinestatic

◆ deleteCode() [1/2]

void JSC::RegExp::deleteCode ( )

◆ deleteCode() [2/2]

void JSC::RegExp::deleteCode ( )

◆ destroy() [1/2]

void JSC::RegExp::destroy ( JSCell cell)
static

◆ destroy() [2/2]

static void JSC::RegExp::destroy ( JSCell )
static

◆ errorMessage() [1/2]

const char* JSC::RegExp::errorMessage ( ) const
inline

◆ errorMessage() [2/2]

const char* JSC::RegExp::errorMessage ( ) const
inline

◆ estimatedSize() [1/2]

size_t JSC::RegExp::estimatedSize ( JSCell cell)
static

◆ estimatedSize() [2/2]

static size_t JSC::RegExp::estimatedSize ( JSCell )
static

◆ finishCreation() [1/2]

void JSC::RegExp::finishCreation ( VM )
protected

◆ finishCreation() [2/2]

void JSC::RegExp::finishCreation ( VM vm)
protected

◆ global() [1/2]

bool JSC::RegExp::global ( ) const
inline

◆ global() [2/2]

bool JSC::RegExp::global ( ) const
inline

◆ globalOrSticky() [1/2]

bool JSC::RegExp::globalOrSticky ( ) const
inline

◆ globalOrSticky() [2/2]

bool JSC::RegExp::globalOrSticky ( ) const
inline

◆ hasCode() [1/2]

bool JSC::RegExp::hasCode ( )
inline

◆ hasCode() [2/2]

bool JSC::RegExp::hasCode ( )
inline

◆ hasCodeFor() [1/2]

ALWAYS_INLINE bool JSC::RegExp::hasCodeFor ( Yarr::YarrCharSize  charSize)

◆ hasCodeFor() [2/2]

bool JSC::RegExp::hasCodeFor ( Yarr::YarrCharSize  )

◆ hasMatchOnlyCodeFor() [1/2]

ALWAYS_INLINE bool JSC::RegExp::hasMatchOnlyCodeFor ( Yarr::YarrCharSize  charSize)

◆ hasMatchOnlyCodeFor() [2/2]

bool JSC::RegExp::hasMatchOnlyCodeFor ( Yarr::YarrCharSize  )

◆ ignoreCase() [1/2]

bool JSC::RegExp::ignoreCase ( ) const
inline

◆ ignoreCase() [2/2]

bool JSC::RegExp::ignoreCase ( ) const
inline

◆ isValid() [1/2]

bool JSC::RegExp::isValid ( ) const
inline

◆ isValid() [2/2]

bool JSC::RegExp::isValid ( ) const
inline

◆ key() [1/2]

RegExpKey JSC::RegExp::key ( )
inline

◆ key() [2/2]

RegExpKey JSC::RegExp::key ( )
inline

◆ match() [1/4]

JS_EXPORT_PRIVATE int JSC::RegExp::match ( VM ,
const String ,
unsigned  startOffset,
Vector< int > &  ovector 
)

◆ match() [2/4]

int JSC::RegExp::match ( VM vm,
const String s,
unsigned  startOffset,
Vector< int > &  ovector 
)

◆ match() [3/4]

JS_EXPORT_PRIVATE MatchResult JSC::RegExp::match ( VM ,
const String ,
unsigned  startOffset 
)

◆ match() [4/4]

MatchResult JSC::RegExp::match ( VM vm,
const String s,
unsigned  startOffset 
)

◆ matchConcurrently() [1/4]

bool JSC::RegExp::matchConcurrently ( VM vm,
const String s,
unsigned  startOffset,
int &  position,
Vector< int > &  ovector 
)

◆ matchConcurrently() [2/4]

bool JSC::RegExp::matchConcurrently ( VM ,
const String ,
unsigned  startOffset,
int &  position,
Vector< int > &  ovector 
)

◆ matchConcurrently() [3/4]

bool JSC::RegExp::matchConcurrently ( VM vm,
const String s,
unsigned  startOffset,
MatchResult result 
)

◆ matchConcurrently() [4/4]

bool JSC::RegExp::matchConcurrently ( VM ,
const String ,
unsigned  startOffset,
MatchResult  
)

◆ matchInline() [1/5]

template<typename VectorType >
int JSC::RegExp::matchInline ( VM ,
const String ,
unsigned  startOffset,
VectorType ovector 
)

◆ matchInline() [2/5]

template<typename VectorType >
int JSC::RegExp::matchInline ( VM ,
const String ,
unsigned  startOffset,
VectorType ovector 
)

◆ matchInline() [3/5]

ALWAYS_INLINE MatchResult JSC::RegExp::matchInline ( VM vm,
const String s,
unsigned  startOffset 
)

◆ matchInline() [4/5]

MatchResult JSC::RegExp::matchInline ( VM ,
const String ,
unsigned  startOffset 
)

◆ matchInline() [5/5]

template<typename VectorType >
ALWAYS_INLINE int JSC::RegExp::matchInline ( VM vm,
const String s,
unsigned  startOffset,
VectorType ovector 
)

◆ multiline() [1/2]

bool JSC::RegExp::multiline ( ) const
inline

◆ multiline() [2/2]

bool JSC::RegExp::multiline ( ) const
inline

◆ numSubpatterns() [1/2]

unsigned JSC::RegExp::numSubpatterns ( ) const
inline

◆ numSubpatterns() [2/2]

unsigned JSC::RegExp::numSubpatterns ( ) const
inline

◆ pattern() [1/2]

const String& JSC::RegExp::pattern ( ) const
inline

◆ pattern() [2/2]

const String& JSC::RegExp::pattern ( ) const
inline

◆ sticky() [1/2]

bool JSC::RegExp::sticky ( ) const
inline

◆ sticky() [2/2]

bool JSC::RegExp::sticky ( ) const
inline

◆ unicode() [1/2]

bool JSC::RegExp::unicode ( ) const
inline

◆ unicode() [2/2]

bool JSC::RegExp::unicode ( ) const
inline

Friends And Related Function Documentation

◆ RegExpCache

RegExpCache
friend

Member Data Documentation

◆ DECLARE_INFO

JSC::RegExp::DECLARE_INFO

◆ needsDestruction

static const bool JSC::RegExp::needsDestruction = true
static

◆ StructureFlags

static const unsigned JSC::RegExp::StructureFlags = Base::StructureFlags | StructureIsImmortal
static

The documentation for this class was generated from the following files: