adding Apex>>basicAt:test:put:

This commit is contained in:
hyunghwan.chung
2019-08-17 05:28:25 +00:00
parent 24f8525db3
commit f3953c4754
5 changed files with 106 additions and 3 deletions

View File

@ -174,7 +174,8 @@ extend Context
if (eb notNil)
{
/* position of the temporary variable in the ensureBlock that indicates
* if the block has been evaluated */
* if the block has been evaluated. see the method BlockContext>>ensure:.
* it is the position of the last temporary variable of the method */
pending_pos := ctx basicSize - 1.
if (ctx basicAt: pending_pos)
{