![]() |
Qt 6.x
The Qt SDK
|
#include "qv4regexp_p.h"
#include "qv4engine_p.h"
#include "qv4scopedvalue_p.h"
#include <private/qv4mm_p.h>
#include <runtime/VM.h>
Go to the source code of this file.
Functions | |
static JSC::RegExpFlags | jscFlags (uint flags) |
DEFINE_MANAGED_VTABLE (RegExp) | |
DEFINE_MANAGED_VTABLE | ( | RegExp | ) |
|
static |
Definition at line 12 of file qv4regexp.cpp.
References jscFlags(), QV4::CompiledData::RegExp::RegExp_Global, QV4::CompiledData::RegExp::RegExp_IgnoreCase, QV4::CompiledData::RegExp::RegExp_Multiline, QV4::CompiledData::RegExp::RegExp_Sticky, and QV4::CompiledData::RegExp::RegExp_Unicode.
Referenced by QV4::Heap::RegExp::init(), jscFlags(), and QV4::RegExp::match().