Built-In Namespace Object
| Method Attributes | Method Name and Description | 
|---|---|
| <static> | 
								 Object.create(proto, props)
								 
								
							 | 
						
| <static> | 
								 Object.keys(o)
								 
								
							 | 
						
					Method Detail
				
				
					 
					<static> 
					
					
					Object.create(proto, props)
					
					
					Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
 - proto
 - props
 
<static> 
					
					
					Object.keys(o)
					
					
					Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/shim.js>.
- Parameters:
 - o