|
@@ -15,12 +15,12 @@ $core.method({
|
|
selector: "classify",
|
|
selector: "classify",
|
|
protocol: "protocol",
|
|
protocol: "protocol",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1,$2,$receiver;
|
|
var $1,$2,$receiver;
|
|
-$1=self._next();
|
|
|
|
|
|
+$1=$self._next();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["next"]=1;
|
|
$ctx1.sendIdx["next"]=1;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -29,11 +29,11 @@ return false;
|
|
} else {
|
|
} else {
|
|
$1;
|
|
$1;
|
|
}
|
|
}
|
|
-$2=self._doClassify();
|
|
|
|
|
|
+$2=$self._doClassify();
|
|
if($core.assert($2)){
|
|
if($core.assert($2)){
|
|
return true;
|
|
return true;
|
|
} else {
|
|
} else {
|
|
-return $recv(self._next())._classify();
|
|
|
|
|
|
+return $recv($self._next())._classify();
|
|
}
|
|
}
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"classify",{},$globals.HLClassifier)});
|
|
}, function($ctx1) {$ctx1.fill(self,"classify",{},$globals.HLClassifier)});
|
|
@@ -53,11 +53,11 @@ $core.method({
|
|
selector: "doClassify",
|
|
selector: "doClassify",
|
|
protocol: "private",
|
|
protocol: "private",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$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._subclassResponsibility();
|
|
|
|
|
|
+$self._subclassResponsibility();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"doClassify",{},$globals.HLClassifier)});
|
|
}, function($ctx1) {$ctx1.fill(self,"doClassify",{},$globals.HLClassifier)});
|
|
@@ -77,8 +77,8 @@ $core.method({
|
|
selector: "method",
|
|
selector: "method",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
-return self["@method"];
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+return $self["@method"];
|
|
|
|
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -95,13 +95,13 @@ $core.method({
|
|
selector: "method:",
|
|
selector: "method:",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (anObject){
|
|
fn: function (anObject){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1,$receiver;
|
|
var $1,$receiver;
|
|
-self["@method"]=anObject;
|
|
|
|
-$1=self._next();
|
|
|
|
|
|
+$self["@method"]=anObject;
|
|
|
|
+$1=$self._next();
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
$1;
|
|
$1;
|
|
} else {
|
|
} else {
|
|
@@ -128,8 +128,8 @@ $core.method({
|
|
selector: "next",
|
|
selector: "next",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
-return self["@next"];
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+return $self["@next"];
|
|
|
|
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -146,8 +146,8 @@ $core.method({
|
|
selector: "next:",
|
|
selector: "next:",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (anObject){
|
|
fn: function (anObject){
|
|
-var self=this;
|
|
|
|
-self["@next"]=anObject;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+$self["@next"]=anObject;
|
|
return self;
|
|
return self;
|
|
|
|
|
|
},
|
|
},
|
|
@@ -171,14 +171,14 @@ $core.method({
|
|
selector: "doClassify",
|
|
selector: "doClassify",
|
|
protocol: "private",
|
|
protocol: "private",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
var names,selector;
|
|
var names,selector;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1,$2;
|
|
var $1,$2;
|
|
-names=$recv($recv(self["@method"])._methodClass())._allInstanceVariableNames();
|
|
|
|
-selector=$recv(self["@method"])._selector();
|
|
|
|
|
|
+names=$recv($recv($self["@method"])._methodClass())._allInstanceVariableNames();
|
|
|
|
+selector=$recv($self["@method"])._selector();
|
|
$1=$recv($recv(selector)._last()).__eq(":");
|
|
$1=$recv($recv(selector)._last()).__eq(":");
|
|
if($core.assert($1)){
|
|
if($core.assert($1)){
|
|
selector=$recv(selector)._allButLast();
|
|
selector=$recv(selector)._allButLast();
|
|
@@ -188,7 +188,7 @@ $2=$recv(names)._includes_(selector);
|
|
if(!$core.assert($2)){
|
|
if(!$core.assert($2)){
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
-$recv(self["@method"])._protocol_("accessing");
|
|
|
|
|
|
+$recv($self["@method"])._protocol_("accessing");
|
|
return true;
|
|
return true;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"doClassify",{names:names,selector:selector},$globals.HLAccessorClassifier)});
|
|
}, function($ctx1) {$ctx1.fill(self,"doClassify",{names:names,selector:selector},$globals.HLAccessorClassifier)});
|
|
@@ -214,7 +214,7 @@ $core.method({
|
|
selector: "doClassify",
|
|
selector: "doClassify",
|
|
protocol: "private",
|
|
protocol: "private",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
var currentClass;
|
|
var currentClass;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
@@ -222,7 +222,7 @@ return $core.withContext(function($ctx1) {
|
|
var $1,$3,$4,$2;
|
|
var $1,$3,$4,$2;
|
|
var $early={};
|
|
var $early={};
|
|
try {
|
|
try {
|
|
-currentClass=$recv(self["@method"])._methodClass();
|
|
|
|
|
|
+currentClass=$recv($self["@method"])._methodClass();
|
|
$recv((function(){
|
|
$recv((function(){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
@@ -242,13 +242,13 @@ return $core.withContext(function($ctx2) {
|
|
currentClass=$recv(currentClass)._superclass();
|
|
currentClass=$recv(currentClass)._superclass();
|
|
currentClass;
|
|
currentClass;
|
|
$3=currentClass;
|
|
$3=currentClass;
|
|
-$4=$recv(self["@method"])._selector();
|
|
|
|
|
|
+$4=$recv($self["@method"])._selector();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx2.sendIdx["selector"]=1;
|
|
$ctx2.sendIdx["selector"]=1;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
$2=$recv($3)._includesSelector_($4);
|
|
$2=$recv($3)._includesSelector_($4);
|
|
if($core.assert($2)){
|
|
if($core.assert($2)){
|
|
-$recv(self["@method"])._protocol_($recv($recv(currentClass).__gt_gt($recv(self["@method"])._selector()))._protocol());
|
|
|
|
|
|
+$recv($self["@method"])._protocol_($recv($recv(currentClass).__gt_gt($recv($self["@method"])._selector()))._protocol());
|
|
throw $early=[true];
|
|
throw $early=[true];
|
|
}
|
|
}
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -282,13 +282,13 @@ $core.method({
|
|
selector: "buildPrefixDictionary",
|
|
selector: "buildPrefixDictionary",
|
|
protocol: "initialization",
|
|
protocol: "initialization",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1;
|
|
var $1;
|
|
-self["@prefixMapping"]=$recv($globals.Dictionary)._new();
|
|
|
|
-$1=self["@prefixMapping"];
|
|
|
|
|
|
+$self["@prefixMapping"]=$recv($globals.Dictionary)._new();
|
|
|
|
+$1=$self["@prefixMapping"];
|
|
$recv($1)._at_put_("test","tests");
|
|
$recv($1)._at_put_("test","tests");
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["at:put:"]=1;
|
|
$ctx1.sendIdx["at:put:"]=1;
|
|
@@ -353,20 +353,20 @@ $core.method({
|
|
selector: "doClassify",
|
|
selector: "doClassify",
|
|
protocol: "private",
|
|
protocol: "private",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1;
|
|
var $1;
|
|
var $early={};
|
|
var $early={};
|
|
try {
|
|
try {
|
|
-$recv(self["@prefixMapping"])._keysAndValuesDo_((function(prefix,protocol){
|
|
|
|
|
|
+$recv($self["@prefixMapping"])._keysAndValuesDo_((function(prefix,protocol){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$1=$recv($recv(self["@method"])._selector())._beginsWith_(prefix);
|
|
|
|
|
|
+$1=$recv($recv($self["@method"])._selector())._beginsWith_(prefix);
|
|
if($core.assert($1)){
|
|
if($core.assert($1)){
|
|
-$recv(self["@method"])._protocol_(protocol);
|
|
|
|
|
|
+$recv($self["@method"])._protocol_(protocol);
|
|
throw $early=[true];
|
|
throw $early=[true];
|
|
}
|
|
}
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -394,7 +394,7 @@ $core.method({
|
|
selector: "initialize",
|
|
selector: "initialize",
|
|
protocol: "initialization",
|
|
protocol: "initialization",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -402,11 +402,11 @@ return $core.withContext(function($ctx1) {
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = true,
|
|
$ctx1.supercall = true,
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-($globals.HLPrefixClassifier.superclass||$boot.nilAsClass).fn.prototype._initialize.apply($recv(self), []));
|
|
|
|
|
|
+($globals.HLPrefixClassifier.superclass||$boot.nilAsClass).fn.prototype._initialize.apply($self, []));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
-self._buildPrefixDictionary();
|
|
|
|
|
|
+$self._buildPrefixDictionary();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.HLPrefixClassifier)});
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.HLPrefixClassifier)});
|
|
@@ -432,7 +432,7 @@ $core.method({
|
|
selector: "doClassify",
|
|
selector: "doClassify",
|
|
protocol: "private",
|
|
protocol: "private",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
var protocolBag,methods,protocolToUse,counter;
|
|
var protocolBag,methods,protocolToUse,counter;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
@@ -444,7 +444,7 @@ protocolBag=$recv($globals.Dictionary)._new();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["new"]=1;
|
|
$ctx1.sendIdx["new"]=1;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-methods=$recv($recv($globals.HLReferencesModel)._new())._implementorsOf_($recv(self["@method"])._selector());
|
|
|
|
|
|
+methods=$recv($recv($globals.HLReferencesModel)._new())._implementorsOf_($recv($self["@method"])._selector());
|
|
$recv(methods)._ifEmpty_ifNotEmpty_((function(){
|
|
$recv(methods)._ifEmpty_ifNotEmpty_((function(){
|
|
throw $early=[false];
|
|
throw $early=[false];
|
|
|
|
|
|
@@ -459,7 +459,7 @@ return $core.withContext(function($ctx3) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
protocol=$recv($recv(aMethod)._method())._protocol();
|
|
protocol=$recv($recv(aMethod)._method())._protocol();
|
|
protocol;
|
|
protocol;
|
|
-$2=$recv(self["@method"])._methodClass();
|
|
|
|
|
|
+$2=$recv($self["@method"])._methodClass();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx3.sendIdx["methodClass"]=1;
|
|
$ctx3.sendIdx["methodClass"]=1;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -476,7 +476,7 @@ $3=$recv($4)._or_((function(){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx4) {
|
|
return $core.withContext(function($ctx4) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-return $recv(protocol).__eq($recv(self["@method"])._defaultProtocol());
|
|
|
|
|
|
+return $recv(protocol).__eq($recv($self["@method"])._defaultProtocol());
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx4) {$ctx4.fillBlock({},$ctx3,5)});
|
|
}, function($ctx4) {$ctx4.fillBlock({},$ctx3,5)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -517,7 +517,7 @@ return protocolToUse;
|
|
}, function($ctx2) {$ctx2.fillBlock({key:key,value:value},$ctx1,9)});
|
|
}, function($ctx2) {$ctx2.fillBlock({key:key,value:value},$ctx1,9)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
}));
|
|
}));
|
|
-$recv(self["@method"])._protocol_(protocolToUse);
|
|
|
|
|
|
+$recv($self["@method"])._protocol_(protocolToUse);
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
catch(e) {if(e===$early)return e[0]; throw e}
|
|
catch(e) {if(e===$early)return e[0]; throw e}
|
|
@@ -545,11 +545,11 @@ $core.method({
|
|
selector: "addSourceCode:",
|
|
selector: "addSourceCode:",
|
|
protocol: "protocol",
|
|
protocol: "protocol",
|
|
fn: function (aString){
|
|
fn: function (aString){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$recv(self["@sourceCodes"])._add_(aString);
|
|
|
|
|
|
+$recv($self["@sourceCodes"])._add_(aString);
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"addSourceCode:",{aString:aString},$globals.HLGenerationOutput)});
|
|
}, function($ctx1) {$ctx1.fill(self,"addSourceCode:",{aString:aString},$globals.HLGenerationOutput)});
|
|
@@ -569,18 +569,18 @@ $core.method({
|
|
selector: "compile",
|
|
selector: "compile",
|
|
protocol: "protocol",
|
|
protocol: "protocol",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1;
|
|
var $1;
|
|
-$recv(self["@sourceCodes"])._do_((function(methodSourceCode){
|
|
|
|
|
|
+$recv($self["@sourceCodes"])._do_((function(methodSourceCode){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$1=$recv(self["@targetClass"])._includesSelector_($recv(methodSourceCode)._selector());
|
|
|
|
|
|
+$1=$recv($self["@targetClass"])._includesSelector_($recv(methodSourceCode)._selector());
|
|
if(!$core.assert($1)){
|
|
if(!$core.assert($1)){
|
|
-return $recv(self["@targetClass"])._compile_protocol_($recv(methodSourceCode)._sourceCode(),self["@protocol"]);
|
|
|
|
|
|
+return $recv($self["@targetClass"])._compile_protocol_($recv(methodSourceCode)._sourceCode(),$self["@protocol"]);
|
|
}
|
|
}
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx2) {$ctx2.fillBlock({methodSourceCode:methodSourceCode},$ctx1,1)});
|
|
}, function($ctx2) {$ctx2.fillBlock({methodSourceCode:methodSourceCode},$ctx1,1)});
|
|
@@ -605,7 +605,7 @@ $core.method({
|
|
selector: "initialize",
|
|
selector: "initialize",
|
|
protocol: "initialization",
|
|
protocol: "initialization",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -613,11 +613,11 @@ return $core.withContext(function($ctx1) {
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = true,
|
|
$ctx1.supercall = true,
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-($globals.HLGenerationOutput.superclass||$boot.nilAsClass).fn.prototype._initialize.apply($recv(self), []));
|
|
|
|
|
|
+($globals.HLGenerationOutput.superclass||$boot.nilAsClass).fn.prototype._initialize.apply($self, []));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
-self["@sourceCodes"]=$recv($globals.OrderedCollection)._new();
|
|
|
|
|
|
+$self["@sourceCodes"]=$recv($globals.OrderedCollection)._new();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.HLGenerationOutput)});
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.HLGenerationOutput)});
|
|
@@ -637,8 +637,8 @@ $core.method({
|
|
selector: "protocol",
|
|
selector: "protocol",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
-return self["@protocol"];
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+return $self["@protocol"];
|
|
|
|
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -655,8 +655,8 @@ $core.method({
|
|
selector: "protocol:",
|
|
selector: "protocol:",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (aString){
|
|
fn: function (aString){
|
|
-var self=this;
|
|
|
|
-self["@protocol"]=aString;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+$self["@protocol"]=aString;
|
|
return self;
|
|
return self;
|
|
|
|
|
|
},
|
|
},
|
|
@@ -674,8 +674,8 @@ $core.method({
|
|
selector: "sourceCodes",
|
|
selector: "sourceCodes",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
-return self["@sourceCodes"];
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+return $self["@sourceCodes"];
|
|
|
|
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -692,8 +692,8 @@ $core.method({
|
|
selector: "sourceCodes:",
|
|
selector: "sourceCodes:",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (aCollection){
|
|
fn: function (aCollection){
|
|
-var self=this;
|
|
|
|
-self["@sourceCodes"]=aCollection;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+$self["@sourceCodes"]=aCollection;
|
|
return self;
|
|
return self;
|
|
|
|
|
|
},
|
|
},
|
|
@@ -711,8 +711,8 @@ $core.method({
|
|
selector: "targetClass",
|
|
selector: "targetClass",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
-return self["@targetClass"];
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+return $self["@targetClass"];
|
|
|
|
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -729,8 +729,8 @@ $core.method({
|
|
selector: "targetClass:",
|
|
selector: "targetClass:",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (aClass){
|
|
fn: function (aClass){
|
|
-var self=this;
|
|
|
|
-self["@targetClass"]=aClass;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+$self["@targetClass"]=aClass;
|
|
return self;
|
|
return self;
|
|
|
|
|
|
},
|
|
},
|
|
@@ -754,12 +754,12 @@ $core.method({
|
|
selector: "addClassifier:",
|
|
selector: "addClassifier:",
|
|
protocol: "private",
|
|
protocol: "private",
|
|
fn: function (aClassifier){
|
|
fn: function (aClassifier){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$recv(aClassifier)._next_(self["@firstClassifier"]);
|
|
|
|
-self["@firstClassifier"]=aClassifier;
|
|
|
|
|
|
+$recv(aClassifier)._next_($self["@firstClassifier"]);
|
|
|
|
+$self["@firstClassifier"]=aClassifier;
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"addClassifier:",{aClassifier:aClassifier},$globals.HLMethodClassifier)});
|
|
}, function($ctx1) {$ctx1.fill(self,"addClassifier:",{aClassifier:aClassifier},$globals.HLMethodClassifier)});
|
|
@@ -779,12 +779,12 @@ $core.method({
|
|
selector: "classify:",
|
|
selector: "classify:",
|
|
protocol: "protocol",
|
|
protocol: "protocol",
|
|
fn: function (aMethod){
|
|
fn: function (aMethod){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1;
|
|
var $1;
|
|
-$1=self["@firstClassifier"];
|
|
|
|
|
|
+$1=$self["@firstClassifier"];
|
|
$recv($1)._method_(aMethod);
|
|
$recv($1)._method_(aMethod);
|
|
$recv($1)._classify();
|
|
$recv($1)._classify();
|
|
return self;
|
|
return self;
|
|
@@ -806,7 +806,7 @@ $core.method({
|
|
selector: "classifyAll:",
|
|
selector: "classifyAll:",
|
|
protocol: "protocol",
|
|
protocol: "protocol",
|
|
fn: function (aCollectionOfMethods){
|
|
fn: function (aCollectionOfMethods){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -814,7 +814,7 @@ $recv(aCollectionOfMethods)._do_((function(method){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-return self._classify_(method);
|
|
|
|
|
|
+return $self._classify_(method);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx2) {$ctx2.fillBlock({method:method},$ctx1,1)});
|
|
}, function($ctx2) {$ctx2.fillBlock({method:method},$ctx1,1)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -838,7 +838,7 @@ $core.method({
|
|
selector: "initialize",
|
|
selector: "initialize",
|
|
protocol: "initialization",
|
|
protocol: "initialization",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -846,11 +846,11 @@ return $core.withContext(function($ctx1) {
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = true,
|
|
$ctx1.supercall = true,
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-($globals.HLMethodClassifier.superclass||$boot.nilAsClass).fn.prototype._initialize.apply($recv(self), []));
|
|
|
|
|
|
+($globals.HLMethodClassifier.superclass||$boot.nilAsClass).fn.prototype._initialize.apply($self, []));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
-self._setupClassifiers();
|
|
|
|
|
|
+$self._setupClassifiers();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.HLMethodClassifier)});
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.HLMethodClassifier)});
|
|
@@ -870,7 +870,7 @@ $core.method({
|
|
selector: "setupClassifiers",
|
|
selector: "setupClassifiers",
|
|
protocol: "initialization",
|
|
protocol: "initialization",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -879,7 +879,7 @@ $1=$recv($globals.HLImplementorClassifier)._new();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["new"]=1;
|
|
$ctx1.sendIdx["new"]=1;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-self._addClassifier_($1);
|
|
|
|
|
|
+$self._addClassifier_($1);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["addClassifier:"]=1;
|
|
$ctx1.sendIdx["addClassifier:"]=1;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -887,7 +887,7 @@ $2=$recv($globals.HLPrefixClassifier)._new();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["new"]=2;
|
|
$ctx1.sendIdx["new"]=2;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-self._addClassifier_($2);
|
|
|
|
|
|
+$self._addClassifier_($2);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["addClassifier:"]=2;
|
|
$ctx1.sendIdx["addClassifier:"]=2;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -895,11 +895,11 @@ $3=$recv($globals.HLSuperclassClassifier)._new();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["new"]=3;
|
|
$ctx1.sendIdx["new"]=3;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-self._addClassifier_($3);
|
|
|
|
|
|
+$self._addClassifier_($3);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["addClassifier:"]=3;
|
|
$ctx1.sendIdx["addClassifier:"]=3;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-self._addClassifier_($recv($globals.HLAccessorClassifier)._new());
|
|
|
|
|
|
+$self._addClassifier_($recv($globals.HLAccessorClassifier)._new());
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"setupClassifiers",{},$globals.HLMethodClassifier)});
|
|
}, function($ctx1) {$ctx1.fill(self,"setupClassifiers",{},$globals.HLMethodClassifier)});
|
|
@@ -925,11 +925,11 @@ $core.method({
|
|
selector: "class:",
|
|
selector: "class:",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (aClass){
|
|
fn: function (aClass){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$recv(self["@output"])._targetClass_(aClass);
|
|
|
|
|
|
+$recv($self["@output"])._targetClass_(aClass);
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"class:",{aClass:aClass},$globals.HLMethodGenerator)});
|
|
}, function($ctx1) {$ctx1.fill(self,"class:",{aClass:aClass},$globals.HLMethodGenerator)});
|
|
@@ -949,14 +949,14 @@ $core.method({
|
|
selector: "generate",
|
|
selector: "generate",
|
|
protocol: "protocol",
|
|
protocol: "protocol",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1,$receiver;
|
|
var $1,$receiver;
|
|
-$1=$recv(self["@output"])._targetClass();
|
|
|
|
|
|
+$1=$recv($self["@output"])._targetClass();
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
-self._error_("class should not be nil");
|
|
|
|
|
|
+$self._error_("class should not be nil");
|
|
} else {
|
|
} else {
|
|
$1;
|
|
$1;
|
|
}
|
|
}
|
|
@@ -979,7 +979,7 @@ $core.method({
|
|
selector: "initialize",
|
|
selector: "initialize",
|
|
protocol: "initialization",
|
|
protocol: "initialization",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -987,11 +987,11 @@ return $core.withContext(function($ctx1) {
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = true,
|
|
$ctx1.supercall = true,
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-($globals.HLMethodGenerator.superclass||$boot.nilAsClass).fn.prototype._initialize.apply($recv(self), []));
|
|
|
|
|
|
+($globals.HLMethodGenerator.superclass||$boot.nilAsClass).fn.prototype._initialize.apply($self, []));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
-self["@output"]=$recv($globals.HLGenerationOutput)._new();
|
|
|
|
|
|
+$self["@output"]=$recv($globals.HLGenerationOutput)._new();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.HLMethodGenerator)});
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.HLMethodGenerator)});
|
|
@@ -1011,8 +1011,8 @@ $core.method({
|
|
selector: "output",
|
|
selector: "output",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
-return self["@output"];
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+return $self["@output"];
|
|
|
|
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -1035,11 +1035,11 @@ $core.method({
|
|
selector: "accessorProtocolForObject",
|
|
selector: "accessorProtocolForObject",
|
|
protocol: "double-dispatch",
|
|
protocol: "double-dispatch",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$recv(self["@output"])._protocol_("accessing");
|
|
|
|
|
|
+$recv($self["@output"])._protocol_("accessing");
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"accessorProtocolForObject",{},$globals.HLAccessorsGenerator)});
|
|
}, function($ctx1) {$ctx1.fill(self,"accessorProtocolForObject",{},$globals.HLAccessorsGenerator)});
|
|
@@ -1059,28 +1059,28 @@ $core.method({
|
|
selector: "accessorsForObject",
|
|
selector: "accessorsForObject",
|
|
protocol: "double-dispatch",
|
|
protocol: "double-dispatch",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
var sources;
|
|
var sources;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1;
|
|
var $1;
|
|
sources=$recv($globals.OrderedCollection)._new();
|
|
sources=$recv($globals.OrderedCollection)._new();
|
|
-$recv($recv($recv($recv(self["@output"])._targetClass())._instanceVariableNames())._sorted())._do_((function(each){
|
|
|
|
|
|
+$recv($recv($recv($recv($self["@output"])._targetClass())._instanceVariableNames())._sorted())._do_((function(each){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
$1=sources;
|
|
$1=sources;
|
|
-$recv($1)._add_(self._getterFor_(each));
|
|
|
|
|
|
+$recv($1)._add_($self._getterFor_(each));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx2.sendIdx["add:"]=1;
|
|
$ctx2.sendIdx["add:"]=1;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-return $recv($1)._add_(self._setterFor_(each));
|
|
|
|
|
|
+return $recv($1)._add_($self._setterFor_(each));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,1)});
|
|
}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,1)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
}));
|
|
}));
|
|
-$recv(self["@output"])._sourceCodes_(sources);
|
|
|
|
|
|
+$recv($self["@output"])._sourceCodes_(sources);
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"accessorsForObject",{sources:sources},$globals.HLAccessorsGenerator)});
|
|
}, function($ctx1) {$ctx1.fill(self,"accessorsForObject",{sources:sources},$globals.HLAccessorsGenerator)});
|
|
@@ -1100,7 +1100,7 @@ $core.method({
|
|
selector: "generate",
|
|
selector: "generate",
|
|
protocol: "protocol",
|
|
protocol: "protocol",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -1109,11 +1109,11 @@ var $1;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = true,
|
|
$ctx1.supercall = true,
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-($globals.HLAccessorsGenerator.superclass||$boot.nilAsClass).fn.prototype._generate.apply($recv(self), []));
|
|
|
|
|
|
+($globals.HLAccessorsGenerator.superclass||$boot.nilAsClass).fn.prototype._generate.apply($self, []));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
-$1=$recv(self["@output"])._targetClass();
|
|
|
|
|
|
+$1=$recv($self["@output"])._targetClass();
|
|
$recv($1)._accessorsSourceCodesWith_(self);
|
|
$recv($1)._accessorsSourceCodesWith_(self);
|
|
$recv($1)._accessorProtocolWith_(self);
|
|
$recv($1)._accessorProtocolWith_(self);
|
|
return self;
|
|
return self;
|
|
@@ -1135,7 +1135,7 @@ $core.method({
|
|
selector: "getterFor:",
|
|
selector: "getterFor:",
|
|
protocol: "private",
|
|
protocol: "private",
|
|
fn: function (anInstanceVariable){
|
|
fn: function (anInstanceVariable){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -1177,7 +1177,7 @@ $core.method({
|
|
selector: "setterFor:",
|
|
selector: "setterFor:",
|
|
protocol: "private",
|
|
protocol: "private",
|
|
fn: function (anInstanceVariable){
|
|
fn: function (anInstanceVariable){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -1229,7 +1229,7 @@ $core.method({
|
|
selector: "generate",
|
|
selector: "generate",
|
|
protocol: "protocol",
|
|
protocol: "protocol",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -1238,11 +1238,11 @@ var $1;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = true,
|
|
$ctx1.supercall = true,
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-($globals.HLInitializeGenerator.superclass||$boot.nilAsClass).fn.prototype._generate.apply($recv(self), []));
|
|
|
|
|
|
+($globals.HLInitializeGenerator.superclass||$boot.nilAsClass).fn.prototype._generate.apply($self, []));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
-$1=$recv(self["@output"])._targetClass();
|
|
|
|
|
|
+$1=$recv($self["@output"])._targetClass();
|
|
$recv($1)._initializeSourceCodesWith_(self);
|
|
$recv($1)._initializeSourceCodesWith_(self);
|
|
$recv($1)._initializeProtocolWith_(self);
|
|
$recv($1)._initializeProtocolWith_(self);
|
|
return self;
|
|
return self;
|
|
@@ -1264,7 +1264,7 @@ $core.method({
|
|
selector: "generateInitializeCodeForObject",
|
|
selector: "generateInitializeCodeForObject",
|
|
protocol: "private",
|
|
protocol: "private",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -1274,7 +1274,7 @@ var instVars,size;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-instVars=$recv($recv($recv(self["@output"])._targetClass())._instanceVariableNames())._sorted();
|
|
|
|
|
|
+instVars=$recv($recv($recv($self["@output"])._targetClass())._instanceVariableNames())._sorted();
|
|
instVars;
|
|
instVars;
|
|
size=$recv(instVars)._size();
|
|
size=$recv(instVars)._size();
|
|
size;
|
|
size;
|
|
@@ -1356,11 +1356,11 @@ $core.method({
|
|
selector: "initializeForObject",
|
|
selector: "initializeForObject",
|
|
protocol: "double-dispatch",
|
|
protocol: "double-dispatch",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$recv(self["@output"])._addSourceCode_(self._initializeMethodForObject());
|
|
|
|
|
|
+$recv($self["@output"])._addSourceCode_($self._initializeMethodForObject());
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"initializeForObject",{},$globals.HLInitializeGenerator)});
|
|
}, function($ctx1) {$ctx1.fill(self,"initializeForObject",{},$globals.HLInitializeGenerator)});
|
|
@@ -1380,14 +1380,14 @@ $core.method({
|
|
selector: "initializeMethodForObject",
|
|
selector: "initializeMethodForObject",
|
|
protocol: "private",
|
|
protocol: "private",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1;
|
|
var $1;
|
|
$1=$recv($globals.HLMethodSourceCode)._new();
|
|
$1=$recv($globals.HLMethodSourceCode)._new();
|
|
$recv($1)._selector_("initialize");
|
|
$recv($1)._selector_("initialize");
|
|
-$recv($1)._sourceCode_(self._generateInitializeCodeForObject());
|
|
|
|
|
|
+$recv($1)._sourceCode_($self._generateInitializeCodeForObject());
|
|
return $recv($1)._yourself();
|
|
return $recv($1)._yourself();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"initializeMethodForObject",{},$globals.HLInitializeGenerator)});
|
|
}, function($ctx1) {$ctx1.fill(self,"initializeMethodForObject",{},$globals.HLInitializeGenerator)});
|
|
@@ -1407,11 +1407,11 @@ $core.method({
|
|
selector: "initializeProtocolForObject",
|
|
selector: "initializeProtocolForObject",
|
|
protocol: "double-dispatch",
|
|
protocol: "double-dispatch",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$recv(self["@output"])._protocol_("initialization");
|
|
|
|
|
|
+$recv($self["@output"])._protocol_("initialization");
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"initializeProtocolForObject",{},$globals.HLInitializeGenerator)});
|
|
}, function($ctx1) {$ctx1.fill(self,"initializeProtocolForObject",{},$globals.HLInitializeGenerator)});
|
|
@@ -1437,8 +1437,8 @@ $core.method({
|
|
selector: "selector",
|
|
selector: "selector",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
-return self["@selector"];
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+return $self["@selector"];
|
|
|
|
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -1455,8 +1455,8 @@ $core.method({
|
|
selector: "selector:",
|
|
selector: "selector:",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (aSelector){
|
|
fn: function (aSelector){
|
|
-var self=this;
|
|
|
|
-self["@selector"]=aSelector;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+$self["@selector"]=aSelector;
|
|
return self;
|
|
return self;
|
|
|
|
|
|
},
|
|
},
|
|
@@ -1474,8 +1474,8 @@ $core.method({
|
|
selector: "sourceCode",
|
|
selector: "sourceCode",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
-return self["@sourceCode"];
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+return $self["@sourceCode"];
|
|
|
|
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -1492,8 +1492,8 @@ $core.method({
|
|
selector: "sourceCode:",
|
|
selector: "sourceCode:",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (aString){
|
|
fn: function (aString){
|
|
-var self=this;
|
|
|
|
-self["@sourceCode"]=aString;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+$self["@sourceCode"]=aString;
|
|
return self;
|
|
return self;
|
|
|
|
|
|
},
|
|
},
|
|
@@ -1514,11 +1514,11 @@ $core.method({
|
|
selector: "commitPackage",
|
|
selector: "commitPackage",
|
|
protocol: "actions",
|
|
protocol: "actions",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$recv($recv($globals.HLCommitPackageCommand)._for_(self._model()))._execute();
|
|
|
|
|
|
+$recv($recv($globals.HLCommitPackageCommand)._for_($self._model()))._execute();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"commitPackage",{},$globals.HLPackageCommitErrorHelper)});
|
|
}, function($ctx1) {$ctx1.fill(self,"commitPackage",{},$globals.HLPackageCommitErrorHelper)});
|
|
@@ -1538,12 +1538,12 @@ $core.method({
|
|
selector: "commitToPath:",
|
|
selector: "commitToPath:",
|
|
protocol: "actions",
|
|
protocol: "actions",
|
|
fn: function (aString){
|
|
fn: function (aString){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$recv($recv(self._package())._transport())._setPath_(aString);
|
|
|
|
-self._commitPackage();
|
|
|
|
|
|
+$recv($recv($self._package())._transport())._setPath_(aString);
|
|
|
|
+$self._commitPackage();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"commitToPath:",{aString:aString},$globals.HLPackageCommitErrorHelper)});
|
|
}, function($ctx1) {$ctx1.fill(self,"commitToPath:",{aString:aString},$globals.HLPackageCommitErrorHelper)});
|
|
@@ -1563,8 +1563,8 @@ $core.method({
|
|
selector: "model",
|
|
selector: "model",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
-return self["@model"];
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+return $self["@model"];
|
|
|
|
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -1581,8 +1581,8 @@ $core.method({
|
|
selector: "model:",
|
|
selector: "model:",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (aToolModel){
|
|
fn: function (aToolModel){
|
|
-var self=this;
|
|
|
|
-self["@model"]=aToolModel;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
|
|
+$self["@model"]=aToolModel;
|
|
return self;
|
|
return self;
|
|
|
|
|
|
},
|
|
},
|
|
@@ -1600,11 +1600,11 @@ $core.method({
|
|
selector: "package",
|
|
selector: "package",
|
|
protocol: "accessing",
|
|
protocol: "accessing",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-return $recv(self._model())._packageToCommit();
|
|
|
|
|
|
+return $recv($self._model())._packageToCommit();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"package",{},$globals.HLPackageCommitErrorHelper)});
|
|
}, function($ctx1) {$ctx1.fill(self,"package",{},$globals.HLPackageCommitErrorHelper)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -1623,13 +1623,13 @@ $core.method({
|
|
selector: "showHelp",
|
|
selector: "showHelp",
|
|
protocol: "actions",
|
|
protocol: "actions",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1,$2;
|
|
var $1,$2;
|
|
$1=$recv($globals.HLConfirmationWidget)._new();
|
|
$1=$recv($globals.HLConfirmationWidget)._new();
|
|
-$2=$recv("Commit failed for namespace \x22".__comma($recv($recv(self._package())._transport())._namespace())).__comma("\x22. Do you want to commit to another path?");
|
|
|
|
|
|
+$2=$recv("Commit failed for namespace \x22".__comma($recv($recv($self._package())._transport())._namespace())).__comma("\x22. Do you want to commit to another path?");
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx[","]=1;
|
|
$ctx1.sendIdx[","]=1;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -1638,7 +1638,7 @@ $recv($1)._actionBlock_((function(){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-return self._showNewCommitPath();
|
|
|
|
|
|
+return $self._showNewCommitPath();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -1665,7 +1665,7 @@ $core.method({
|
|
selector: "showNewCommitPath",
|
|
selector: "showNewCommitPath",
|
|
protocol: "actions",
|
|
protocol: "actions",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -1677,7 +1677,7 @@ $recv($1)._actionBlock_((function(url){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-return self._commitToPath_(url);
|
|
|
|
|
|
+return $self._commitToPath_(url);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx2) {$ctx2.fillBlock({url:url},$ctx1,1)});
|
|
}, function($ctx2) {$ctx2.fillBlock({url:url},$ctx1,1)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -1705,12 +1705,12 @@ $core.method({
|
|
selector: "on:",
|
|
selector: "on:",
|
|
protocol: "instance creation",
|
|
protocol: "instance creation",
|
|
fn: function (aToolModel){
|
|
fn: function (aToolModel){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1;
|
|
var $1;
|
|
-$1=self._new();
|
|
|
|
|
|
+$1=$self._new();
|
|
$recv($1)._model_(aToolModel);
|
|
$recv($1)._model_(aToolModel);
|
|
return $recv($1)._yourself();
|
|
return $recv($1)._yourself();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|