Class Context Object linkLocation method arguments temporaries Methods Context method: m method <- m ] Methods Context returnToBlock: bytePtr " change the location we will return to, to execute a block" <28 self bytePtr> ] Methods Context copy ^ super copy temporaries: temporaries copy ] Methods Context blockReturn <18 self> ifFalse: [ ^ smalltalk error: 'incorrect context for block return'] ] Methods Context arguments: a arguments <- a ] Methods Context at: key put: value temporaries at: key put: value ] Methods Context temporaries: t temporaries <- t ]