This article needs a technical review. How you can help.
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
.