Built-In Namespace Array
Method Attributes | Method Name and Description |
---|---|
forEach(func)
|
|
indexOf(c)
|
|
<static> |
Array.isArray(obj)
|
map(func)
|
|
reduce(func, initialValue)
|
Method Detail
forEach(func)
Defined in: </jobs/genie.orion/orion-client-dev/workspace/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
- func
indexOf(c)
Defined in: </jobs/genie.orion/orion-client-dev/workspace/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
- c
<static>
Array.isArray(obj)
Defined in: </jobs/genie.orion/orion-client-dev/workspace/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
- obj
map(func)
Defined in: </jobs/genie.orion/orion-client-dev/workspace/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
- func
reduce(func, initialValue)
Defined in: </jobs/genie.orion/orion-client-dev/workspace/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
- func
- initialValue