6 <primitive: 'BlockContext_value'>
11 <primitive: 'BlockContext_value'>
15 value: firstArgument value: secondArgument
16 <primitive: 'BlockContext_value'>
20 value: firstArgument value: secondArgument value: thirdArgument
21 <primitive: 'BlockContext_value'>
25 valueWithArguments: anArray
26 <primitive: 'BlockContext_valueWithArguments'>
34 ^ [self value] whileTrue: [nil]!
38 ^ [self value] whileFalse: [nil]!
42 ^ [self value] whileTrue: [aBlock value]!
46 ^ [self value] whileFalse: [aBlock value]!
50 ^ [self value. true] whileTrue!
56 cannotReturn: anObject
57 self error: 'cannot return object to a context that no longer exists'!