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

Public Member Functions

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

Properties

StringInstance name [get, set]
 
StringInstance message [get, set]
 
VARIANT ignoreCase [get, set]
 
VARIANT multiline [get, set]
 
VARIANT lastIndex [get, set]
 

Detailed Description

Definition at line 798 of file jsglobal.idl.

Member Function Documentation

◆ hasOwnProperty()

VARIANT JSGlobal::ErrorInstance::hasOwnProperty ( VARIANT  propertyName)

◆ isPrototypeOf()

VARIANT JSGlobal::ErrorInstance::isPrototypeOf ( VARIANT  obj)

◆ propertyIsEnumerable()

VARIANT JSGlobal::ErrorInstance::propertyIsEnumerable ( VARIANT  propertyName)

◆ toLocaleString()

StringInstance * JSGlobal::ErrorInstance::toLocaleString ( )

◆ toString()

StringInstance * JSGlobal::ErrorInstance::toString ( )

Property Documentation

◆ ignoreCase

VARIANT JSGlobal::ErrorInstance::ignoreCase
getset

◆ lastIndex

VARIANT JSGlobal::ErrorInstance::lastIndex
getset

◆ message

StringInstance JSGlobal::ErrorInstance::message
getset

◆ multiline

VARIANT JSGlobal::ErrorInstance::multiline
getset

◆ name

StringInstance JSGlobal::ErrorInstance::name
getset

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