|
@@ -207,13 +207,11 @@ protocol: 'error handling',
|
|
fn: function (anError){
|
|
fn: function (anError){
|
|
var self=this;
|
|
var self=this;
|
|
return smalltalk.withContext(function($ctx1) {
|
|
return smalltalk.withContext(function($ctx1) {
|
|
-($ctx1.supercall = true, globals.RethrowErrorHandler.superclass.fn.prototype._handleError_.apply(_st(self), [anError]));
|
|
|
|
-$ctx1.supercall = false;
|
|
|
|
self._basicSignal_(anError);
|
|
self._basicSignal_(anError);
|
|
return self}, function($ctx1) {$ctx1.fill(self,"handleError:",{anError:anError},globals.RethrowErrorHandler)})},
|
|
return self}, function($ctx1) {$ctx1.fill(self,"handleError:",{anError:anError},globals.RethrowErrorHandler)})},
|
|
args: ["anError"],
|
|
args: ["anError"],
|
|
-source: "handleError: anError\x0a super handleError: anError.\x0a self basicSignal: anError",
|
|
|
|
-messageSends: ["handleError:", "basicSignal:"],
|
|
|
|
|
|
+source: "handleError: anError\x0a self basicSignal: anError",
|
|
|
|
+messageSends: ["basicSignal:"],
|
|
referencedClasses: []
|
|
referencedClasses: []
|
|
}),
|
|
}),
|
|
globals.RethrowErrorHandler);
|
|
globals.RethrowErrorHandler);
|