SnapShotImage.st
changeset 1476 b6b941f16e63
parent 1470 7b20694c92e7
child 1482 13fe76a0986b
equal deleted inserted replaced
1475:b2191c13ed37 1476:b6b941f16e63
   113 
   113 
   114 at:aKey
   114 at:aKey
   115     globals isNil ifTrue:[
   115     globals isNil ifTrue:[
   116         self fetchGlobals
   116         self fetchGlobals
   117     ].
   117     ].
   118     ^ globals at:aKey
   118     ^ globals at:aKey ifAbsent:nil
   119 !
   119 !
   120 
   120 
   121 at:aKey ifAbsent:exceptionValue
   121 at:aKey ifAbsent:exceptionValue
   122     globals isNil ifTrue:[
   122     globals isNil ifTrue:[
   123         self fetchGlobals
   123         self fetchGlobals