Boolean.toSource

Returns a string representing the source code of the object.
Method of Boolean

Syntax

toSource()

Parameters

None

Description

The toSource method returns the following values:
For the built-in Boolean object, toSource returns the following string indicating that the source code is not available:

For instances of Boolean, toSource returns a string representing the source code.
This method is usually called internally by MetaScript and not explicitly in code.

See also

Object.toSource

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.