![]() |
Qt 6.x
The Qt SDK
|
#include <qv4regexp_p.h>
Public Member Functions | |
void | init (ExecutionEngine *engine, const QString &pattern, uint flags) |
void | destroy () |
bool | hasValidJITCode () const |
bool | ignoreCase () const |
bool | multiLine () const |
bool | global () const |
bool | unicode () const |
bool | sticky () const |
QString | flagsAsString () const |
int | captureCount () const |
![]() | |
void * | operator new (size_t)=delete |
ReturnedValue | asReturnedValue () const |
void | mark (QV4::MarkStack *markStack) |
bool | isMarked () const |
void | setMarkBit () |
bool | inUse () const |
void * | operator new (size_t, Managed *m) |
void * | operator new (size_t, Base *m) |
void | operator delete (void *, Base *) |
void | init () |
void | destroy () |
Q_ALWAYS_INLINE void | _checkIsInitialized () |
Q_ALWAYS_INLINE void | _checkIsDestroyed () |
Q_ALWAYS_INLINE void | _setInitialized () |
Q_ALWAYS_INLINE void | _setDestroyed () |
Public Attributes | |
QString * | pattern |
JSC::Yarr::BytecodePattern * | byteCode |
RegExpCache * | cache |
int | subPatternCount |
uint | flags |
bool | valid |
![]() | |
Pointer< InternalClass *, 0 > | internalClass |
Additional Inherited Members | |
![]() | |
static void | markObjects (Base *, MarkStack *) |
Definition at line 42 of file qv4regexp_p.h.
|
inline |
Definition at line 71 of file qv4regexp_p.h.
References subPatternCount.
void Heap::RegExp::destroy | ( | ) |
Definition at line 202 of file qv4regexp.cpp.
References cache, and QV4::Heap::Base::destroy().
QString Heap::RegExp::flagsAsString | ( | ) | const |
|
inline |
Definition at line 61 of file qv4regexp_p.h.
References QV4::CompiledData::RegExp::RegExp_Global.
|
inline |
Definition at line 51 of file qv4regexp_p.h.
|
inline |
Definition at line 59 of file qv4regexp_p.h.
References QV4::CompiledData::RegExp::RegExp_IgnoreCase.
void Heap::RegExp::init | ( | ExecutionEngine * | engine, |
const QString & | pattern, | ||
uint | flags | ||
) |
Definition at line 171 of file qv4regexp.cpp.
References engine, error, QV4::Heap::Base::init(), jscFlags(), and Q_UNUSED.
|
inline |
Definition at line 60 of file qv4regexp_p.h.
References QV4::CompiledData::RegExp::RegExp_Multiline.
|
inline |
Definition at line 63 of file qv4regexp_p.h.
References QV4::CompiledData::RegExp::RegExp_Sticky.
|
inline |
Definition at line 62 of file qv4regexp_p.h.
References QV4::CompiledData::RegExp::RegExp_Unicode.
JSC::Yarr::BytecodePattern* QV4::Heap::RegExp::byteCode |
Definition at line 47 of file qv4regexp_p.h.
RegExpCache* QV4::Heap::RegExp::cache |
Definition at line 65 of file qv4regexp_p.h.
Referenced by QV4::RegExp::create().
uint QV4::Heap::RegExp::flags |
Definition at line 67 of file qv4regexp_p.h.
QString* QV4::Heap::RegExp::pattern |
Definition at line 46 of file qv4regexp_p.h.
int QV4::Heap::RegExp::subPatternCount |
Definition at line 66 of file qv4regexp_p.h.
Referenced by captureCount().
bool QV4::Heap::RegExp::valid |
Definition at line 68 of file qv4regexp_p.h.