C# Class Jurassic.Library.BooleanConstructor

Represents the built-in javascript Boolean object.
Inheritance: ClrStubFunction
ファイルを表示 Open project: paulbartrum/jurassic Class Usage Examples

Private Methods

Method Description
BooleanConstructor ( ObjectInstance prototype ) : System

Creates a new Boolean object.

Call ( bool value ) : bool
Construct ( bool value = false ) : BooleanInstance