Mozilla.com

Table of contents
  1. 1. Syntax
  2. 2. Description
  3. 3. See Also

JSIdArray

Table of contents
  1. 1. Syntax
  2. 2. Description
  3. 3. See Also

An array of property IDs.

Syntax

struct JSIdArray {
    jsint length;
    jsid vector[1];  /* array actually contains "length" elements, not 1 */
};
Name Type Description
length jsint Number of property IDs held in vector
vector jsid * Array of jsid of size length

Description

JSIdArray is used to hold IDs for enumerated properties associated with an object.

Page last modified 14:59, 11 Feb 2008 by Jorend

Files (0)