Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4regexpobject_p.h File Reference

(8b6a9403bf2e04d34b9b07d2780186029fab99d0)

#include <private/qv4context_p.h>
#include <private/qv4engine_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4managed_p.h>
#include <QtCore/qhash.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qv4regexpobject_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::RegExpObject
 
struct  QV4::RegExpCtor
 
struct  QV4::RegExpPrototype
 

Namespaces

namespace  QV4
 
namespace  QV4::Heap
 

Macros

#define RegExpObjectMembers(class, Member)    Member(class, Pointer, RegExp *, value)
 
#define RegExpCtorMembers(class, Member)
 

Functions

 QV4::Heap::DECLARE_HEAP_OBJECT (RegExpObject, Object)
 
 QV4::Heap::DECLARE_HEAP_OBJECT (RegExpCtor, FunctionObject)
 

Macro Definition Documentation

◆ RegExpCtorMembers

#define RegExpCtorMembers ( class,
Member )
Value:
Member(class, HeapValue, HeapValue, lastMatch) \
Member(class, Pointer, String *, lastInput) \
Member(class, NoMark, int, lastMatchStart) \
Member(class, NoMark, int, lastMatchEnd)

Definition at line 44 of file qv4regexpobject_p.h.

◆ RegExpObjectMembers

#define RegExpObjectMembers ( class,
Member )    Member(class, Pointer, RegExp *, value)

Definition at line 31 of file qv4regexpobject_p.h.