Function JSObject.deletePropertyAt
Deletes a property from this Object given its numeric index.
					
			bool deletePropertyAt
			(
			
			  uint id
			
			);
					
				
			Returns
Whether the property was successfully deleted.
Deletes a property from this Object given its numeric index.
					
			bool deletePropertyAt
			(
			
			  uint id
			
			);
					
				
			Whether the property was successfully deleted.