3 function objects, 4 array objects – LSC Lighting CLARITY LX Series v.1 User Manual
Page 266

Appendix
Clarity
Operator Manual
Page 256
hasOwnProperty(V)
isPrototypeOf(V)
propertyIsEnumerable(V)
44.7.3 Function Objects
Function Prototype Object
Function Properties
toString()
apply(thisArg, argArray)
call(thisArg [, arg1 [, arg2, ...]])
44.7.4 Array Objects
Array Constructor
Function Properties
isArray(arg)
Array Prototype Object
Function Properties
toString()
toLocaleString()
concat([item1 [, item2 [, ...]]])
join(separator)
pop()
push([item1 [, item2 [, ...]]])
reverse()
shift()
slice(start, end)
sort(comparefn)
splice(start, deleteCount[, item1 [, item2 [, ...]]])
unshift([item1 [, item2 [, ...]]])
indexOf(searchElement [, fromIndex])
lastIndexOf(searchElement [, fromIndex])
every(callbackfn [, thisArg])
some(callbackfn [, thisArg])
forEach(callbackfn [, thisArg])
map(callbackfn [, thisArg])