Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qv4regexp.cpp File Reference
#include "qv4regexp_p.h"
#include "qv4engine_p.h"
#include "qv4scopedvalue_p.h"
#include <private/qv4mm_p.h>
#include <runtime/VM.h>
+ Include dependency graph for qv4regexp.cpp:

Go to the source code of this file.

Functions

static JSC::RegExpFlags jscFlags (uint flags)
 
 DEFINE_MANAGED_VTABLE (RegExp)
 

Function Documentation

◆ DEFINE_MANAGED_VTABLE()

DEFINE_MANAGED_VTABLE ( RegExp  )

◆ jscFlags()

static JSC::RegExpFlags jscFlags ( uint  flags)
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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: