JavaScript-1.5 Reference

JSVAL_TRUE Macro

Summary

Defines a true JS Boolean value.

Syntax

JSVAL_TRUE

Description

JSVAL_TRUE defines a true JS Boolean value. Currently this value is defined as BOOLEAN_TO_JSVAL(JS_TRUE).

Notes

Do not compare JSVAL_TRUE with JS_TRUE in logical operations. These values are not equal.

See Also

Groups [ Macro ]
Documents [ LXR ID Search ]
Entries [ BOOLEAN_TO_JSVAL | JSVAL_FALSE | JSVAL_NULL | JSVAL_ONE | JSVAL_VOID | JSVAL_ZERO | JS_NewContext ]

This page was generated by APIDOC