Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4regexpobject_p.h File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#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)
#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 45 of file qv4regexpobject_p.h.

◆ RegExpObjectMembers

#define RegExpObjectMembers ( class,
Member )
Value:
Member(class, Pointer, RegExp *, value)
EGLOutputLayerEXT EGLint EGLAttrib value
[3]

Definition at line 32 of file qv4regexpobject_p.h.