JSVal JS_BooleanToValue()

Usage

jsval JS_BooleanToValue(JSBool bv);

Description

Method; stores a Boolean return value in a jsval structure.

Arguments

JSBool bv

Returns

A JSVal structure that contains the Boolean value that passes to the function as an argument.