JSVal JS_IntegerToValue()
Description
This function converts a long integer value to JSVal structure.
Arguments
lv
- The
lvargument is the long integer value that you want to convert to ajsvalstructure.
Returns
A JSVal structure that contains the integer that was passed to the function as an argument.