JavaScript-1.5 Reference

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

Groups [ Macro ]
Documents [ LXR ID Search ]
Entries [ BOOLEAN_TO_JSVAL | JSVAL_TO_INT | PRIVATE_TO_JSVAL ]

This page was generated by APIDOC