| ||||||
SummaryConverts a specified integer value to a JS integer value. | ||||||
SyntaxINT_TO_JSVAL(i) | ||||||
DescriptionINT_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
|