Entry: DOUBLE_TO_JSVAL (Macro)
Summary: Casts a specified JS double to a JS value.
Syntax:
DOUBLE_TO_JSVAL(dp)
Description:
DOUBLE_TO_JSVAL casts a specified JS double type, dp, to a JS value, jsval. First it sets the double's data type flag to JSVAL_DOUBLE and then performs the cast.
See also:
|
|
|