|
@@ -464,6 +464,30 @@ return $self._perform_withArguments_(aString,[]);
|
|
|
}; }),
|
|
|
$globals.ProtoObject);
|
|
|
|
|
|
+$core.addMethod(
|
|
|
+$core.method({
|
|
|
+selector: "perform:with:",
|
|
|
+protocol: "message handling",
|
|
|
+
|
|
|
+args: ["aString", "anObject"],
|
|
|
+source: "perform: aString with: anObject\x0a\x09<inlineJS: 'return $core.send2(self, aString, [anObject])'>",
|
|
|
+referencedClasses: [],
|
|
|
+
|
|
|
+pragmas: [["inlineJS:", ["return $core.send2(self, aString, [anObject])"]]],
|
|
|
+messageSends: []
|
|
|
+}, function ($methodClass){ return function (aString,anObject){
|
|
|
+var self=this,$self=this;
|
|
|
+
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
+
|
|
|
+return $core.send2(self, aString, [anObject]);
|
|
|
+return self;
|
|
|
+
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"perform:with:",{aString:aString,anObject:anObject})});
|
|
|
+
|
|
|
+}; }),
|
|
|
+$globals.ProtoObject);
|
|
|
+
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "perform:withArguments:",
|