Extending Flash |
|
|
|
| C-Level Extensibility > The C-level API > JSVal JS_IntegerToValue() | |||
jsval JS_IntegerToValue(long lv);
Method; converts a long integer value to JSVal structure.
lv
lv argument is the long integer value that you want to convert to a jsval structure. A JSVal structure that contains the integer that passed to the function as an argument.
|
|
|
|