started representing a block([...]) in a CompiledBlock object. BlockContext represents an activated CompiledBlock context from now on
This commit is contained in:
@ -337,13 +337,12 @@ extend MethodContext
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
extend BlockContext
|
||||
extend CompiledBlock
|
||||
{
|
||||
method on: anException do: anExceptionBlock
|
||||
{
|
||||
| exception_active |
|
||||
<exception>
|
||||
|
||||
/* -------------------------------
|
||||
thisContext isExceptionContext dump.
|
||||
(thisContext basicSize) dump.
|
||||
|
Reference in New Issue
Block a user