JSVal JS_IntegerToValue()

Usage

jsval JS_IntegerToValue(long lv); 

Description

Method; converts a long integer value to JSVal structure.

Arguments

lv

Returns

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