| ||||||||||||
SummaryConverts a JS ID to a JS value. | ||||||||||||
SyntaxJSBool JS_IdToValue(JSContext *cx, jsval v, JSBool *bp);
| ||||||||||||
DescriptionJS_IdToValue converts a specified JS ID, id , to a JS value. The converted value is stored in the jsval pointed to by vp . If the conversion is successful, JS_IdToValue returns JS_TRUE . Otherwise, it returns JS_FALSE .
| ||||||||||||
See Also
|