Extending Flash |
|
|
|
| C-Level Extensibility > The C-level API > JSVal JS_BooleanToValue() | |||
jsval JS_BooleanToValue(JSBool bv);
Method; stores a Boolean return value in a jsval structure.
JSBool bv
bv argument is a Boolean value: JS_TRUE indicates success; JS_FALSE indicates failure.A JSVal structure that contains the Boolean value that passes to the function as an argument.
|
|
|
|