JSVal JS_IntegerToValue()

Description

This function converts a long integer value to JSVal structure.

Arguments

lv

  • The lv argument is the long integer value that you want to convert to a jsval structure.

Returns

A JSVal structure that contains the integer that was passed to the function as an argument.