AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Entry:     JSIdArray (Data Structure)
Summary:     Internal use only. Describes an array of property IDs to associated with an object.
Syntax:
struct JSIdArray {
jsint length;
jsid vector[1];
};

Description:
JSIdArray is used internally by the JS engine to hold IDs for enumerated properties associated with an object.


See also:
JSProperty

[sh-index] Back to list of manuals