WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

jsdIProperty

IID:b8816e56-1dd1-11b2-81dc-8ba99a833d9e
Inherits From:jsdIEphemeral

Constants

PRUint32 FLAG_ENUMERATE = 1
PRUint32 FLAG_READONLY = 2
PRUint32 FLAG_PERMANENT = 4
PRUint32 FLAG_ALIAS = 8
PRUint32 FLAG_ARGUMENT = 16
PRUint32 FLAG_VARIABLE = 32
PRUint32 FLAG_EXCEPTION = 64
PRUint32 FLAG_ERROR = 128
PRUint32 FLAG_HINTED = 2048

Properties

readonly jsdIValue alias

readonly PRUint32 flags

readonly JSDContext* JSDContext

readonly JSDProperty* JSDProperty

readonly jsdIValue name

readonly jsdIValue value

readonly PRUint32 varArgSlot


References

This interface is returned from the following methods:

jsdIValue.getProperty

Reference documentation is generated from Mozilla's source.