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: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
 - func
 
					
					
					indexOf(c)
					
					
					Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
 - c
 
<static> 
					
					
					Array.isArray(obj)
					
					
					Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
 - obj
 
					
					
					map(func)
					
					
					Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
 - func
 
					
					
					reduce(func, initialValue)
					
					
					Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
 - func
 - initialValue