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