| ||||||
SummaryDetermines if an object has an array length property. | ||||||
SyntaxJSBool JS_HasArrayLength(JSContext *cx, JSObject *obj, jsuint *lengthp); | ||||||
DescriptionJS_HasArrayLength determines if an object, obj , has a length property. If the property exists, JS_HasArrayLength returns the current value of the property in lengthp .
On success,
| ||||||
See Also
|