Test whether a JS ID is JSID_EMPTY
.
Syntax
bool
JSID_IS_EMPTY(jsid id);
Name | Type | Description |
---|---|---|
id |
jsid |
The property identifier to test. |
Description
JSID_IS_EMPTY
tests whether a specified JS ID, id
, is JSID_EMPTY
.
This is an archived page. It's not actively maintained.
Test whether a JS ID is JSID_EMPTY
.
bool
JSID_IS_EMPTY(jsid id);
Name | Type | Description |
---|---|---|
id |
jsid |
The property identifier to test. |
JSID_IS_EMPTY
tests whether a specified JS ID, id
, is JSID_EMPTY
.