File size: 258 Bytes
8f3f8db
 
 
 
 
 
 
1
2
3
4
5
6
7
asOop:/asValue:
generateCoerceToObjectFromPtr: aNode on: aStream
	"This code assumes no named instance variables"
self halt: 'todo'.
	aStream nextPutAll: 'oopForPointer('.
	self emitJSExpression: aNode on: aStream.
	aStream nextPutAll: ') - BASE_HEADER_SIZE'