|  | @@ -68,10 +68,6 @@ in: aValuable
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  jsObject
 | 
	
		
			
				|  |  |  	^ jsObject
 | 
	
		
			
				|  |  | -!
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -putOn: aStream
 | 
	
		
			
				|  |  | -	aStream nextPutJSObject: jsObject
 | 
	
		
			
				|  |  |  ! !
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  !JSObjectProxy methodsFor: 'comparing'!
 | 
	
	
		
			
				|  | @@ -134,6 +130,12 @@ inspectOn: anInspector
 | 
	
		
			
				|  |  |  	anInspector setVariables: variables
 | 
	
		
			
				|  |  |  ! !
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +!JSObjectProxy methodsFor: 'streaming'!
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +putOn: aStream
 | 
	
		
			
				|  |  | +	aStream nextPutJSObject: jsObject
 | 
	
		
			
				|  |  | +! !
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  !JSObjectProxy class methodsFor: 'instance creation'!
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  on: aJSObject
 |