| |||||||||||||||
SummaryFinds specified element or numeric property associated with an object or the object's class and retrieves its current value. | |||||||||||||||
SyntaxJSBool JS_GetElement(JSContext *cx, JSObject *obj, jsint index, jsval *vp);
| |||||||||||||||
DescriptionJS_GetElement examines a specified JS object, obj , its scope and prototype links, for an element or numeric property numbered index .
If the element exists,
| |||||||||||||||
See Also
|