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:
|
|
|