#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Fri, 11 May 2018 16:27:15 +0200
changeset 22907 b374d7a2111d
parent 22906 68b93ca8fbec
child 22908 4e7abafa0167
#DOCUMENTATION by stefan class: ObjectMemory class comment/format in: #lookupMethodForSelectorUnwindHandlerFor:
ObjectMemory.st
--- a/ObjectMemory.st	Fri May 11 14:21:48 2018 +0200
+++ b/ObjectMemory.st	Fri May 11 16:27:15 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -988,23 +990,21 @@
 !ObjectMemory class methodsFor:'VM unwind protect support'!
 
 lookupMethodForSelectorUnwindHandlerFor: lookup
-
-    "
-    An unwind handler for external method lookup
-    (MOP). This method effectively called only
-    from handler block returned by
-    ObjectMemory>>unwindHandlerInContext:.
-
-    The VM also create an artifical context with
-    ObjectMemory as receiver and selector if this
-    method as selector and marks it for unwind.
-
-    See: ObjectMemory>>unwindHandlerInContext:
-    "
+    "An unwind handler for external method lookup
+     (MOP). This method effectively called only
+     from handler block returned by
+     ObjectMemory>>unwindHandlerInContext:.
+
+     The VM also create an artifical context with
+     ObjectMemory as receiver and selector if this
+     method as selector and marks it for unwind.
+
+     See: ObjectMemory>>unwindHandlerInContext:"
 
     Processor activeProcess externalLookupPopIfEqual: lookup.
 
     "Created: / 06-10-2011 / 16:31:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 11-05-2018 / 16:09:43 / stefan"
 !
 
 unwindHandlerInContext:aContext