|
@@ -5729,30 +5729,6 @@ messageSends: ["nextPutAll:", "value"]
|
|
}),
|
|
}),
|
|
$globals.JSStream);
|
|
$globals.JSStream);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
|
-$core.method({
|
|
|
|
-selector: "nextPutReturn",
|
|
|
|
-protocol: 'streaming',
|
|
|
|
-fn: function (){
|
|
|
|
-var self=this;
|
|
|
|
-//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
|
-//>>excludeEnd("ctx");
|
|
|
|
-$recv(self["@stream"])._nextPutAll_("return ");
|
|
|
|
-return self;
|
|
|
|
-//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
|
-}, function($ctx1) {$ctx1.fill(self,"nextPutReturn",{},$globals.JSStream)});
|
|
|
|
-//>>excludeEnd("ctx");
|
|
|
|
-},
|
|
|
|
-//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
|
|
-args: [],
|
|
|
|
-source: "nextPutReturn\x0a\x09stream nextPutAll: 'return '",
|
|
|
|
-referencedClasses: [],
|
|
|
|
-//>>excludeEnd("ide");
|
|
|
|
-messageSends: ["nextPutAll:"]
|
|
|
|
-}),
|
|
|
|
-$globals.JSStream);
|
|
|
|
-
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
selector: "nextPutReturnWith:",
|
|
selector: "nextPutReturnWith:",
|
|
@@ -5762,7 +5738,7 @@ var self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-self._nextPutReturn();
|
|
|
|
|
|
+$recv(self["@stream"])._nextPutAll_("return ");
|
|
$recv(aBlock)._value();
|
|
$recv(aBlock)._value();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -5771,10 +5747,10 @@ return self;
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
args: ["aBlock"],
|
|
args: ["aBlock"],
|
|
-source: "nextPutReturnWith: aBlock\x0a\x09self nextPutReturn.\x0a\x09aBlock value",
|
|
|
|
|
|
+source: "nextPutReturnWith: aBlock\x0a\x09stream nextPutAll: 'return '.\x0a\x09aBlock value",
|
|
referencedClasses: [],
|
|
referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
-messageSends: ["nextPutReturn", "value"]
|
|
|
|
|
|
+messageSends: ["nextPutAll:", "value"]
|
|
}),
|
|
}),
|
|
$globals.JSStream);
|
|
$globals.JSStream);
|
|
|
|
|