AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Entry:     BOOLEAN_TO_JSVAL (Macro)
Summary:     Converts a specified C true or false value to a JS value.
Syntax:
BOOLEAN_TO_JSVAL(b)

Description:
BOOLEAN_TO_JSVAL converts a C true or false value, b, to a JS Boolean value type using a bitwise left shift operation and setting the data type flag to JSVAL_BOOLEAN.


See also:
INT_TO_JSVAL
JSVAL_TO_BOOLEAN
PRIVATE_TO_JSVAL

[sh-index] Back to list of manuals