This article needs a technical review. How you can help.
Test whether a JS ID is a zero id.
Syntax
bool JSID_IS_ZERO(jsid id);
Name | Type | Description |
---|---|---|
id |
jsid |
The property identifier to test. |
Description
JSID_IS_ZERO
tests whether a specified JS ID, id
, is zero (0
in its integer representation).