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