ReactOS 0.4.15-dev-7942-gd23573b
JSGlobal::ObjectInstance Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 567 of file jsglobal.idl.

Member Function Documentation

◆ hasOwnProperty()

VARIANT JSGlobal::ObjectInstance::hasOwnProperty ( VARIANT  propertyName)

◆ isPrototypeOf()

VARIANT JSGlobal::ObjectInstance::isPrototypeOf ( VARIANT  obj)

◆ propertyIsEnumerable()

VARIANT JSGlobal::ObjectInstance::propertyIsEnumerable ( VARIANT  propertyName)

◆ toLocaleString()

StringInstance * JSGlobal::ObjectInstance::toLocaleString ( )

◆ toString()

StringInstance * JSGlobal::ObjectInstance::toString ( )

◆ valueOf()

ObjectInstance * JSGlobal::ObjectInstance::valueOf ( )

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