ReactOS 0.4.15-dev-7842-g558ab78
JSGlobal::RegExpInstance Interface Reference

Public Member Functions

StringInstancetoString ()
 
StringInstancetoLocaleString ()
 
VARIANT hasOwnProperty (VARIANT propertyName)
 
VARIANT propertyIsEnumerable (VARIANT propertyName)
 
VARIANT isPrototypeOf (VARIANT obj)
 
ArrayInstanceexec (VARIANT String)
 

Properties

StringInstance source [get, set]
 
VARIANT global [get, set]
 
VARIANT ignoreCase [get, set]
 
VARIANT multiline [get, set]
 
VARIANT lastIndex [get, set]
 

Detailed Description

Definition at line 759 of file jsglobal.idl.

Member Function Documentation

◆ exec()

ArrayInstance * JSGlobal::RegExpInstance::exec ( VARIANT  String)

◆ hasOwnProperty()

VARIANT JSGlobal::RegExpInstance::hasOwnProperty ( VARIANT  propertyName)

◆ isPrototypeOf()

VARIANT JSGlobal::RegExpInstance::isPrototypeOf ( VARIANT  obj)

◆ propertyIsEnumerable()

VARIANT JSGlobal::RegExpInstance::propertyIsEnumerable ( VARIANT  propertyName)

◆ toLocaleString()

StringInstance * JSGlobal::RegExpInstance::toLocaleString ( )

◆ toString()

StringInstance * JSGlobal::RegExpInstance::toString ( )

Property Documentation

◆ global

VARIANT JSGlobal::RegExpInstance::global
getset

◆ ignoreCase

VARIANT JSGlobal::RegExpInstance::ignoreCase
getset

◆ lastIndex

VARIANT JSGlobal::RegExpInstance::lastIndex
getset

◆ multiline

VARIANT JSGlobal::RegExpInstance::multiline
getset

◆ source

StringInstance JSGlobal::RegExpInstance::source
getset

The documentation for this interface was generated from the following file: