|
@@ -508,7 +508,7 @@ var self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-return $core.send(self, aString._asJavaScriptMethodName(), aCollection);
|
|
|
+return $core.send2(self, aString, aCollection);
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"perform:withArguments:",{aString:aString,aCollection:aCollection},$globals.ProtoObject)});
|
|
@@ -516,7 +516,7 @@ return self;
|
|
|
},
|
|
|
|
|
|
args: ["aString", "aCollection"],
|
|
|
-source: "perform: aString withArguments: aCollection\x0a\x09<return $core.send(self, aString._asJavaScriptMethodName(), aCollection)>",
|
|
|
+source: "perform: aString withArguments: aCollection\x0a\x09<return $core.send2(self, aString, aCollection)>",
|
|
|
referencedClasses: [],
|
|
|
|
|
|
messageSends: []
|