JavaScript-1.5 Reference

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

Groups [ Macro ]
Documents [ LXR ID Search ]
Entries [ OBJECT_TO_JSVAL | STRING_TO_JSVAL ]

This page was generated by APIDOC