Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

This article needs a technical review. How you can help.

Obsolete since JSAPI 16
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

Internal use only. The type of JavaScript object properties, used by the JSObjectOps layer.

Syntax

struct JSProperty {
    jsid id;
};

Description

JSProperty is the abstract base class of all object properties. It is used internally in JSObjectOps.lookupProperty, getAttributes, setAttributes, and dropProperty.

See Also

Document Tags and Contributors

 Contributors to this page: arai, fscholz, kscarfone, Jorend, syssgx, Nickolay, Callek, Dria
 Last updated by: arai,