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
qv4regexp.cpp File Reference

(ebc65409e3e96de471791e3c1662cb19c8822f31)

#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 16 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: