|
@@ -824,6 +824,7 @@ function RuntimeBrik(brikz, st) {
|
|
SmalltalkMethodContext.prototype.fillBlock = function(locals, ctx) {
|
|
SmalltalkMethodContext.prototype.fillBlock = function(locals, ctx) {
|
|
this.locals = locals || {};
|
|
this.locals = locals || {};
|
|
this.outerContext = ctx;
|
|
this.outerContext = ctx;
|
|
|
|
+ this.index = index || 0;
|
|
};
|
|
};
|
|
|
|
|
|
SmalltalkMethodContext.prototype.init = function() {
|
|
SmalltalkMethodContext.prototype.init = function() {
|