JavaScript-1.5 Reference
JSVAL_NULL
Macro
Summary
Defines a null JS value.
Syntax
JSVAL_NULL
Description
JSVAL_NULL
defines a null JS value. Currently this value is defined as
OBJECT_TO_JSVAL(0)
.
See Also
Groups
[
Macro
]
Documents
[
LXR ID Search
]
Entries
[
JSVAL_FALSE
|
JSVAL_ONE
|
JSVAL_TRUE
|
JSVAL_VOID
|
JSVAL_ZERO
|
JS_NewContext
|
OBJECT_TO_JSVAL
]
This page was generated by
APIDOC