Behavior.st
branchjv
changeset 18426 618b38afd88b
parent 18403 9a3fc7cc7127
parent 18424 280626c612bc
child 18442 bd42fa983e3f
equal deleted inserted replaced
18421:5e7e40d367f2 18426:618b38afd88b
  3310     "set the receivers method dictionary.
  3310     "set the receivers method dictionary.
  3311      Convert dict to a MethodDictionary if necessary.
  3311      Convert dict to a MethodDictionary if necessary.
  3312      Do not flush inline caches, therefore old cached methods may be executed
  3312      Do not flush inline caches, therefore old cached methods may be executed
  3313      after this call"
  3313      after this call"
  3314 
  3314 
       
  3315 %{
       
  3316 #ifdef __SCHTEAM__
       
  3317     self.instVarAt_put(I_methodDictionary, dict);
       
  3318     return __c__._RETURN(self);
       
  3319 #endif
       
  3320 %}.
  3315     "/ since the only thing the VM is prepared to deal with are
  3321     "/ since the only thing the VM is prepared to deal with are
  3316     "/ proper methodDictionaries (it cannot do another message send, to
  3322     "/ proper methodDictionaries (it cannot do another message send, to
  3317     "/ find any methods ...), we convert it here if required.
  3323     "/ find any methods ...), we convert it here if required.
  3318     "/ No other classes instances are allowed.
  3324     "/ No other classes instances are allowed.
  3319 
  3325 
  5326 ! !
  5332 ! !
  5327 
  5333 
  5328 !Behavior class methodsFor:'documentation'!
  5334 !Behavior class methodsFor:'documentation'!
  5329 
  5335 
  5330 version
  5336 version
  5331     ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.379 2015-05-24 12:53:14 cg Exp $'
  5337     ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.380 2015-05-31 09:24:57 cg Exp $'
  5332 !
  5338 !
  5333 
  5339 
  5334 version_CVS
  5340 version_CVS
  5335     ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.379 2015-05-24 12:53:14 cg Exp $'
  5341     ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.380 2015-05-31 09:24:57 cg Exp $'
  5336 ! !
  5342 ! !