@@ -153,6 +153,17 @@ return $1;
messageSends: ["try:catch:", "asSmalltalkException:", "current", "ifTrue:ifFalse:", "value:", "signal", "isKindOf:"]}),
smalltalk.BlockClosure);
+smalltalk.addMethod(
+smalltalk.method({
+selector: "receiver",
+fn: function (){
+var self=this;
+return smalltalk.withContext(function($ctx1) {
+return nil;
+}, function($ctx1) {$ctx1.fill(self,"receiver",{},smalltalk.BlockClosure)})},
+messageSends: []}),
+smalltalk.BlockClosure);
+
smalltalk.addMethod(
smalltalk.method({
selector: "timeToRun",
@@ -214,6 +214,22 @@ referencedClasses: ["Smalltalk"]
}),
+category: 'accessing',
+args: [],
+source: "receiver\x0a\x09^ nil",
+messageSends: [],
+referencedClasses: []
+}),
@@ -16,6 +16,10 @@ compiledSource
numArgs
<return self.length>
+!
+receiver
+ ^ nil
! !
!BlockClosure methodsFor: 'controlling'!