JavaScript-1.5 Reference

JSVAL_ZERO Macro

Summary

Defines a JS value of 0.

Syntax

JSVAL_ZERO

Description

JSVAL_ZERO defines a JS value of 0. Currently this value is defined as INT_TO_JSVAL(0).

See Also

Groups [ Macro ]
Documents [ LXR ID Search ]
Entries [ INT_TO_JSVAL | JSVAL_FALSE | JSVAL_NULL | JSVAL_ONE | JSVAL_TRUE | JSVAL_VOID | JS_NewContext ]

This page was generated by APIDOC