C# Class Microsoft.JScript.LenientObjectPrototype

Inheritance: ObjectPrototype
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
constructor Object
hasOwnProperty Object
isPrototypeOf Object
propertyIsEnumerable Object
toLocaleString Object
toString Object
valueOf Object

Private Methods

Méthode Description
Initialize ( LenientFunctionPrototype funcprot ) : void
LenientObjectPrototype ( VsaEngine engine ) : Microsoft.JScript.Vsa

Property Details

constructor public_oe property

public Object constructor
Résultat Object

hasOwnProperty public_oe property

public Object hasOwnProperty
Résultat Object

isPrototypeOf public_oe property

public Object isPrototypeOf
Résultat Object

propertyIsEnumerable public_oe property

public Object propertyIsEnumerable
Résultat Object

toLocaleString public_oe property

public Object toLocaleString
Résultat Object

toString public_oe property

public Object toString
Résultat Object

valueOf public_oe property

public Object valueOf
Résultat Object