|
@@ -21,7 +21,7 @@ function $IRAssignment(){return $globals.IRAssignment||(typeof IRAssignment=="un
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
-var $1,$2,$3,$4,$6,$5,$7,$8,$10,$9;
|
|
|
+var $1,$2,$3,$5,$4,$6,$7,$9,$8;
|
|
|
$1=$recv(aNode)._isImmutable();
|
|
|
if($core.assert($1)){
|
|
|
$2=self._visit_(aNode);
|
|
@@ -34,30 +34,29 @@ $3=$recv($IRVariable())._new();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["new"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$4=$3;
|
|
|
-$6=$recv($AliasVar())._new();
|
|
|
+$5=$recv($AliasVar())._new();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["new"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$5=$recv($6)._name_("$".__comma(self._nextAlias()));
|
|
|
-$recv($4)._variable_($5);
|
|
|
-$7=$recv($3)._yourself();
|
|
|
+$4=$recv($5)._name_("$".__comma(self._nextAlias()));
|
|
|
+$recv($3)._variable_($4);
|
|
|
+$6=$recv($3)._yourself();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["yourself"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-variable=$7;
|
|
|
-$8=self._sequence();
|
|
|
-$10=$recv($IRAssignment())._new();
|
|
|
-$recv($10)._add_(variable);
|
|
|
+variable=$6;
|
|
|
+$7=self._sequence();
|
|
|
+$9=$recv($IRAssignment())._new();
|
|
|
+$recv($9)._add_(variable);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["add:"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($10)._add_(self._visit_(aNode));
|
|
|
+$recv($9)._add_(self._visit_(aNode));
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["add:"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$9=$recv($10)._yourself();
|
|
|
-$recv($8)._add_($9);
|
|
|
+$8=$recv($9)._yourself();
|
|
|
+$recv($7)._add_($8);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["add:"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -371,40 +370,39 @@ function $IRTempDeclaration(){return $globals.IRTempDeclaration||(typeof IRTempD
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
-var $1,$2,$3,$4,$6,$5,$7;
|
|
|
+var $1,$2,$3,$5,$4,$6;
|
|
|
$1=$recv($IRClosure())._new();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["new"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv($1)._arguments_($recv(aNode)._parameters());
|
|
|
$recv($1)._requiresSmalltalkContext_($recv(aNode)._requiresSmalltalkContext());
|
|
|
-$2=$1;
|
|
|
-$3=$recv(aNode)._scope();
|
|
|
+$2=$recv(aNode)._scope();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["scope"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($2)._scope_($3);
|
|
|
+$recv($1)._scope_($2);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["scope:"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$4=$recv($1)._yourself();
|
|
|
+$3=$recv($1)._yourself();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["yourself"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-closure=$4;
|
|
|
-$6=$recv(aNode)._scope();
|
|
|
+closure=$3;
|
|
|
+$5=$recv(aNode)._scope();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["scope"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$5=$recv($6)._temps();
|
|
|
-$recv($5)._do_((function(each){
|
|
|
+$4=$recv($5)._temps();
|
|
|
+$recv($4)._do_((function(each){
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$7=$recv($IRTempDeclaration())._new();
|
|
|
-$recv($7)._name_($recv(each)._name());
|
|
|
-$recv($7)._scope_($recv(aNode)._scope());
|
|
|
-return $recv(closure)._add_($recv($7)._yourself());
|
|
|
+$6=$recv($IRTempDeclaration())._new();
|
|
|
+$recv($6)._name_($recv(each)._name());
|
|
|
+$recv($6)._scope_($recv(aNode)._scope());
|
|
|
+return $recv(closure)._add_($recv($6)._yourself());
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx2.sendIdx["add:"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -449,7 +447,7 @@ function $IRBlockReturn(){return $globals.IRBlockReturn||(typeof IRBlockReturn==
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
-var $1,$2,$4,$3,$5,$6,$9,$8,$7,$10,$12,$13,$16,$15,$14,$11;
|
|
|
+var $1,$2,$4,$3,$5,$6,$9,$8,$7,$10,$12,$15,$14,$13,$11;
|
|
|
$1=$recv($IRBlockSequence())._new();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["new"]=1;
|
|
@@ -508,20 +506,19 @@ $10=self._sequence();
|
|
|
$ctx3.sendIdx["sequence"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
$12=$recv($IRBlockReturn())._new();
|
|
|
-$13=$12;
|
|
|
-$16=$recv(aNode)._nodes();
|
|
|
+$15=$recv(aNode)._nodes();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx3.sendIdx["nodes"]=4;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$15=$recv($16)._last();
|
|
|
+$14=$recv($15)._last();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx3.sendIdx["last"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$14=self._visitOrAlias_($15);
|
|
|
+$13=self._visitOrAlias_($14);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx3.sendIdx["visitOrAlias:"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($13)._add_($14);
|
|
|
+$recv($12)._add_($13);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx3.sendIdx["add:"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -736,7 +733,7 @@ function $IRVerbatim(){return $globals.IRVerbatim||(typeof IRVerbatim=="undefine
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
-var $2,$3,$4,$5,$1,$7,$6,$8,$10,$11,$12,$13,$9,$14,$16,$15,$17,$18,$20,$21,$23,$24,$22,$25,$19,$26;
|
|
|
+var $2,$3,$4,$1,$6,$5,$7,$9,$10,$11,$8,$12,$14,$13,$15,$17,$19,$20,$18,$21,$16,$22;
|
|
|
$2=$recv($IRMethod())._new();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["new"]=1;
|
|
@@ -752,51 +749,49 @@ $recv($2)._sendIndexes_($recv(aNode)._sendIndexes());
|
|
|
$recv($2)._superSends_($recv(aNode)._superSends());
|
|
|
$recv($2)._requiresSmalltalkContext_($recv(aNode)._requiresSmalltalkContext());
|
|
|
$recv($2)._classReferences_($recv(aNode)._classReferences());
|
|
|
-$3=$2;
|
|
|
-$4=$recv(aNode)._scope();
|
|
|
+$3=$recv(aNode)._scope();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["scope"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($3)._scope_($4);
|
|
|
+$recv($2)._scope_($3);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["scope:"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$5=$recv($2)._yourself();
|
|
|
+$4=$recv($2)._yourself();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["yourself"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$1=$5;
|
|
|
+$1=$4;
|
|
|
self._method_($1);
|
|
|
-$7=$recv(aNode)._scope();
|
|
|
+$6=$recv(aNode)._scope();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["scope"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$6=$recv($7)._temps();
|
|
|
-$recv($6)._do_((function(each){
|
|
|
+$5=$recv($6)._temps();
|
|
|
+$recv($5)._do_((function(each){
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$8=self._method();
|
|
|
+$7=self._method();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx2.sendIdx["method"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$10=$recv($IRTempDeclaration())._new();
|
|
|
+$9=$recv($IRTempDeclaration())._new();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx2.sendIdx["new"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($10)._name_($recv(each)._name());
|
|
|
-$11=$10;
|
|
|
-$12=$recv(aNode)._scope();
|
|
|
+$recv($9)._name_($recv(each)._name());
|
|
|
+$10=$recv(aNode)._scope();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx2.sendIdx["scope"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($11)._scope_($12);
|
|
|
-$13=$recv($10)._yourself();
|
|
|
+$recv($9)._scope_($10);
|
|
|
+$11=$recv($9)._yourself();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx2.sendIdx["yourself"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$9=$13;
|
|
|
-return $recv($8)._add_($9);
|
|
|
+$8=$11;
|
|
|
+return $recv($7)._add_($8);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx2.sendIdx["add:"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -811,11 +806,11 @@ $recv($recv(aNode)._nodes())._do_((function(each){
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$14=self._method();
|
|
|
+$12=self._method();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx2.sendIdx["method"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-return $recv($14)._add_(self._visit_(each));
|
|
|
+return $recv($12)._add_(self._visit_(each));
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx2.sendIdx["add:"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -823,48 +818,46 @@ $ctx2.sendIdx["add:"]=2;
|
|
|
}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,2)});
|
|
|
//>>excludeEnd("ctx");
|
|
|
}));
|
|
|
-$16=$recv(aNode)._scope();
|
|
|
+$14=$recv(aNode)._scope();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["scope"]=4;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$15=$recv($16)._hasLocalReturn();
|
|
|
-if(!$core.assert($15)){
|
|
|
-$17=self._method();
|
|
|
+$13=$recv($14)._hasLocalReturn();
|
|
|
+if(!$core.assert($13)){
|
|
|
+$15=self._method();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["method"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$18=$17;
|
|
|
-$20=$recv($IRReturn())._new();
|
|
|
+$17=$recv($IRReturn())._new();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["new"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$21=$20;
|
|
|
-$23=$recv($IRVariable())._new();
|
|
|
+$19=$recv($IRVariable())._new();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["new"]=4;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($23)._variable_($recv($recv($recv(aNode)._scope())._pseudoVars())._at_("self"));
|
|
|
-$24=$recv($23)._yourself();
|
|
|
+$recv($19)._variable_($recv($recv($recv(aNode)._scope())._pseudoVars())._at_("self"));
|
|
|
+$20=$recv($19)._yourself();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["yourself"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$22=$24;
|
|
|
-$recv($21)._add_($22);
|
|
|
+$18=$20;
|
|
|
+$recv($17)._add_($18);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["add:"]=4;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$25=$recv($20)._yourself();
|
|
|
+$21=$recv($17)._yourself();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["yourself"]=4;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$19=$25;
|
|
|
-$recv($18)._add_($19);
|
|
|
+$16=$21;
|
|
|
+$recv($15)._add_($16);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["add:"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$26=$recv($IRVerbatim())._new();
|
|
|
-$recv($26)._source_("");
|
|
|
-$recv($17)._add_($recv($26)._yourself());
|
|
|
+$22=$recv($IRVerbatim())._new();
|
|
|
+$recv($22)._source_("");
|
|
|
+$recv($15)._add_($recv($22)._yourself());
|
|
|
};
|
|
|
return self._method();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -4535,7 +4528,7 @@ var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
-var $1,$2,$5,$4,$3,$6,$7,$8,$10,$9,$11,$12,$13;
|
|
|
+var $1,$4,$3,$2,$5,$6,$8,$7,$9,$10,$11;
|
|
|
$1=self._stream();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["stream"]=1;
|
|
@@ -4556,20 +4549,19 @@ $recv($1)._lf();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["lf"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$2=$1;
|
|
|
-$5=$recv(anIRSend)._scope();
|
|
|
+$4=$recv(anIRSend)._scope();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["scope"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$4=$recv($5)._alias();
|
|
|
+$3=$recv($4)._alias();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["alias"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$3=$recv($4).__comma(".supercall = true, ");
|
|
|
+$2=$recv($3).__comma(".supercall = true, ");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx[","]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($2)._nextPutAll_($3);
|
|
|
+$recv($1)._nextPutAll_($2);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -4593,33 +4585,32 @@ $recv($1)._nextPutAll_(".superclass.fn.prototype.");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=6;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$6=$1;
|
|
|
-$7=$recv($recv($recv(anIRSend)._selector())._asJavaScriptMethodName()).__comma(".apply(");
|
|
|
+$5=$recv($recv($recv(anIRSend)._selector())._asJavaScriptMethodName()).__comma(".apply(");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx[","]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($6)._nextPutAll_($7);
|
|
|
+$recv($1)._nextPutAll_($5);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=7;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$8=$recv($1)._nextPutAll_("$recv(");
|
|
|
+$6=$recv($1)._nextPutAll_("$recv(");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=8;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$10=$recv(anIRSend)._instructions();
|
|
|
+$8=$recv(anIRSend)._instructions();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["instructions"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$9=$recv($10)._first();
|
|
|
-self._visit_($9);
|
|
|
+$7=$recv($8)._first();
|
|
|
+self._visit_($7);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["visit:"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$11=self._stream();
|
|
|
+$9=self._stream();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["stream"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($11)._nextPutAll_("), [");
|
|
|
+$recv($9)._nextPutAll_("), [");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=9;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -4635,11 +4626,11 @@ return self._visit_(each);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$12=self._stream();
|
|
|
+$10=self._stream();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx2.sendIdx["stream"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-return $recv($12)._nextPutAll_(",");
|
|
|
+return $recv($10)._nextPutAll_(",");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx2.sendIdx["nextPutAll:"]=10;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -4647,29 +4638,29 @@ $ctx2.sendIdx["nextPutAll:"]=10;
|
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,2)});
|
|
|
//>>excludeEnd("ctx");
|
|
|
}));
|
|
|
-$13=self._stream();
|
|
|
-$recv($13)._nextPutAll_("]));");
|
|
|
+$11=self._stream();
|
|
|
+$recv($11)._nextPutAll_("]));");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=11;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($13)._lf();
|
|
|
+$recv($11)._lf();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["lf"]=5;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($13)._nextPutAll_("//>>excludeStart(\x22ctx\x22, pragmas.excludeDebugContexts);");
|
|
|
+$recv($11)._nextPutAll_("//>>excludeStart(\x22ctx\x22, pragmas.excludeDebugContexts);");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=12;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($13)._lf();
|
|
|
+$recv($11)._lf();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["lf"]=6;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($13)._nextPutAll_($recv($recv($recv(anIRSend)._scope())._alias()).__comma(".supercall = false;"));
|
|
|
+$recv($11)._nextPutAll_($recv($recv($recv(anIRSend)._scope())._alias()).__comma(".supercall = false;"));
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=13;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($13)._lf();
|
|
|
-$recv($13)._nextPutAll_("//>>excludeEnd(\x22ctx\x22);");
|
|
|
+$recv($11)._lf();
|
|
|
+$recv($11)._nextPutAll_("//>>excludeEnd(\x22ctx\x22);");
|
|
|
return self;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
}, function($ctx1) {$ctx1.fill(self,"visitSuperSend:",{anIRSend:anIRSend},$globals.IRJSTranslator)});
|
|
@@ -5477,7 +5468,7 @@ function $String(){return $globals.String||(typeof String=="undefined"?nil:Strin
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
-var $1,$2,$5,$4,$3,$6,$9,$8,$7,$10,$11,$12,$15,$14,$13,$16,$19,$18,$17,$20,$23,$22,$21,$24,$25;
|
|
|
+var $1,$4,$3,$2,$7,$6,$5,$8,$9,$12,$11,$10,$15,$14,$13,$18,$17,$16,$19,$20;
|
|
|
$1=self["@stream"];
|
|
|
$recv($1)._nextPutAll_("$core.method({");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -5487,20 +5478,19 @@ $recv($1)._lf();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["lf"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$2=$1;
|
|
|
-$5=$recv($recv(aMethod)._selector())._asJavascript();
|
|
|
+$4=$recv($recv(aMethod)._selector())._asJavascript();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["asJavascript"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$4="selector: ".__comma($5);
|
|
|
+$3="selector: ".__comma($4);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx[","]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$3=$recv($4).__comma(",");
|
|
|
+$2=$recv($3).__comma(",");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx[","]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($2)._nextPutAll_($3);
|
|
|
+$recv($1)._nextPutAll_($2);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -5508,24 +5498,23 @@ $recv($1)._lf();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["lf"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$6=$1;
|
|
|
-$9=$recv($recv(aMethod)._source())._asJavascript();
|
|
|
+$7=$recv($recv(aMethod)._source())._asJavascript();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["asJavascript"]=2;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$8="source: ".__comma($9);
|
|
|
+$6="source: ".__comma($7);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx[","]=4;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$7=$recv($8).__comma(",");
|
|
|
+$5=$recv($6).__comma(",");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx[","]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($6)._nextPutAll_($7);
|
|
|
+$recv($1)._nextPutAll_($5);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$10=$recv($1)._lf();
|
|
|
+$8=$recv($1)._lf();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["lf"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -5533,47 +5522,44 @@ $recv(aBlock)._value();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["value"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$11=self["@stream"];
|
|
|
-$12=$11;
|
|
|
-$15=$recv($String())._lf();
|
|
|
+$9=self["@stream"];
|
|
|
+$12=$recv($String())._lf();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["lf"]=4;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$14=",".__comma($15);
|
|
|
+$11=",".__comma($12);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx[","]=6;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$13=$recv($14).__comma("messageSends: ");
|
|
|
+$10=$recv($11).__comma("messageSends: ");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx[","]=5;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($12)._nextPutAll_($13);
|
|
|
+$recv($9)._nextPutAll_($10);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=4;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$16=$11;
|
|
|
-$19=$recv($recv(aMethod)._messageSends())._asArray();
|
|
|
+$15=$recv($recv(aMethod)._messageSends())._asArray();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["asArray"]=1;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$18=$recv($19)._asJavascript();
|
|
|
+$14=$recv($15)._asJavascript();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["asJavascript"]=3;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$17=$recv($18).__comma(",");
|
|
|
+$13=$recv($14).__comma(",");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx[","]=7;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($16)._nextPutAll_($17);
|
|
|
+$recv($9)._nextPutAll_($13);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=5;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($11)._lf();
|
|
|
+$recv($9)._lf();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["lf"]=5;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$20=$11;
|
|
|
-$23=$recv($recv($recv($recv(aMethod)._arguments())._collect_((function(each){
|
|
|
+$18=$recv($recv($recv($recv(aMethod)._arguments())._collect_((function(each){
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -5585,17 +5571,17 @@ return $recv(each)._value();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["asJavascript"]=4;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$22="args: ".__comma($23);
|
|
|
-$21=$recv($22).__comma(",");
|
|
|
+$17="args: ".__comma($18);
|
|
|
+$16=$recv($17).__comma(",");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx[","]=8;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($20)._nextPutAll_($21);
|
|
|
+$recv($9)._nextPutAll_($16);
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=6;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($11)._lf();
|
|
|
-$24=$recv($11)._nextPutAll_("referencedClasses: [");
|
|
|
+$recv($9)._lf();
|
|
|
+$19=$recv($9)._nextPutAll_("referencedClasses: [");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=7;
|
|
|
//>>excludeEnd("ctx");
|
|
@@ -5622,12 +5608,12 @@ $ctx2.sendIdx["nextPutAll:"]=9;
|
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,3)});
|
|
|
//>>excludeEnd("ctx");
|
|
|
}));
|
|
|
-$25=self["@stream"];
|
|
|
-$recv($25)._nextPutAll_("]");
|
|
|
+$20=self["@stream"];
|
|
|
+$recv($20)._nextPutAll_("]");
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
$ctx1.sendIdx["nextPutAll:"]=10;
|
|
|
//>>excludeEnd("ctx");
|
|
|
-$recv($25)._nextPutAll_("})");
|
|
|
+$recv($20)._nextPutAll_("})");
|
|
|
return self;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
}, function($ctx1) {$ctx1.fill(self,"nextPutMethodDeclaration:with:",{aMethod:aMethod,aBlock:aBlock},$globals.JSStream)});
|