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:     INT_TO_JSVAL (Macro)
Summary:     Converts a specified integer value to a JS integer value.
Syntax:
INT_TO_JSVAL(i)

Description:
INT_TO_JSVAL converts a C integer, i, to a JS integer value type using a bitwise left shift operation and OR'ing the result with the JSVAL_INT macro.


See also:
BOOLEAN_TO_JSVAL
JSVAL_TO_INT
PRIVATE_TO_JSVAL

[sh-index] Back to list of manuals