Object>>withArgs:executeMethod:

Igor Stasenko siguctua at gmail.com
Sat Sep 15 05:10:22 UTC 2007


Its unclear, is this primitive 	<primitive: 188> works?
In what VM version it can be found?

I fear that its not supported, because of:

Object>>with: arg1 executeMethod: compiledMethod
	"Execute compiledMethod against the receiver and arg1"

	"<primitive: 189>" "uncomment once prim 189 is in VM"
	^ self withArgs: {arg1} executeMethod: compiledMethod

-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list