| ||||||
SummaryDefines a true JS Boolean value. | ||||||
SyntaxJSVAL_TRUE | ||||||
DescriptionJSVAL_TRUE defines a true JS Boolean value. Currently this value is defined as BOOLEAN_TO_JSVAL(JS_TRUE) .
| ||||||
NotesDo not compareJSVAL_TRUE with JS_TRUE in logical operations. These values
are not equal.
| ||||||
See Also
|