|
@@ -15,7 +15,7 @@ protocol: 'accessing',
|
|
|
fn: function (aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._methodAt_(aString);
|
|
@@ -44,7 +44,7 @@ function $MethodAdded(){return $globals.MethodAdded||(typeof MethodAdded=="undef
|
|
|
function $MethodModified(){return $globals.MethodModified||(typeof MethodModified=="undefined"?nil:MethodModified)}
|
|
|
function $SystemAnnouncer(){return $globals.SystemAnnouncer||(typeof SystemAnnouncer=="undefined"?nil:SystemAnnouncer)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$3,$1,$4,$5,$6,$7,$8,$9,$10,$11,$receiver;
|
|
|
oldMethod=$recv(self._methodDictionary())._at_ifAbsent_($recv(aMethod)._selector(),(function(){
|
|
@@ -117,7 +117,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
var result;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2,$receiver;
|
|
|
result=$recv(self._instanceVariableNames())._copy();
|
|
@@ -152,7 +152,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$3,$4,$1;
|
|
|
$2=self._allSuperclasses();
|
|
@@ -193,7 +193,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
var subclasses,index;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
subclasses=self._subclasses();
|
|
@@ -242,7 +242,7 @@ protocol: 'enumerating',
|
|
|
fn: function (aBlock){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv(self._allSubclasses())._do_((function(each){
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -275,7 +275,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
function $OrderedCollection(){return $globals.OrderedCollection||(typeof OrderedCollection=="undefined"?nil:OrderedCollection)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2,$5,$4,$6,$3,$receiver;
|
|
|
$1=self._superclass();
|
|
@@ -317,7 +317,7 @@ protocol: 'private',
|
|
|
fn: function (aMethod){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$core.addMethod(aMethod, self);
|
|
|
return self;
|
|
@@ -341,7 +341,7 @@ protocol: 'instance creation',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
return new self.fn();
|
|
|
return self;
|
|
@@ -365,7 +365,7 @@ protocol: 'private',
|
|
|
fn: function (aMethod){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$core.removeMethod(aMethod,self);
|
|
|
return self;
|
|
@@ -389,7 +389,7 @@ protocol: 'testing',
|
|
|
fn: function (aSelector){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $3,$2,$1;
|
|
|
$1=$recv(self._includesSelector_($recv(aSelector)._asString()))._or_((function(){
|
|
@@ -435,7 +435,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$1,$receiver;
|
|
|
$2=self._basicAt_("comment");
|
|
@@ -467,7 +467,7 @@ var self=this;
|
|
|
function $SystemAnnouncer(){return $globals.SystemAnnouncer||(typeof SystemAnnouncer=="undefined"?nil:SystemAnnouncer)}
|
|
|
function $ClassCommentChanged(){return $globals.ClassCommentChanged||(typeof ClassCommentChanged=="undefined"?nil:ClassCommentChanged)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2;
|
|
|
self._basicAt_put_("comment",aString);
|
|
@@ -497,7 +497,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
function $ClassCommentReader(){return $globals.ClassCommentReader||(typeof ClassCommentReader=="undefined"?nil:ClassCommentReader)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$3,$1;
|
|
|
$2=$recv($ClassCommentReader())._new();
|
|
@@ -525,7 +525,7 @@ protocol: 'accessing',
|
|
|
fn: function (aStamp,prior){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._commentStamp();
|
|
@@ -550,7 +550,7 @@ protocol: 'compiling',
|
|
|
fn: function (aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._compile_protocol_(aString,"");
|
|
@@ -576,7 +576,7 @@ fn: function (aString,anotherString){
|
|
|
var self=this;
|
|
|
function $Compiler(){return $globals.Compiler||(typeof Compiler=="undefined"?nil:Compiler)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv($recv($Compiler())._new())._install_forClass_protocol_(aString,self,anotherString);
|
|
@@ -619,7 +619,7 @@ protocol: 'testing',
|
|
|
fn: function (aClass){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv(self.__eq_eq(aClass))._or_((function(){
|
|
@@ -652,7 +652,7 @@ protocol: 'testing',
|
|
|
fn: function (aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv(self._methodDictionary())._includesKey_(aString);
|
|
@@ -677,7 +677,7 @@ protocol: 'testing',
|
|
|
fn: function (aClass){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$4,$3,$2,$receiver;
|
|
|
$1=self._superclass();
|
|
@@ -724,7 +724,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
return self.iVarNames;
|
|
|
return self;
|
|
@@ -766,7 +766,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
return self.fn;
|
|
|
return self;
|
|
@@ -790,7 +790,7 @@ protocol: 'accessing',
|
|
|
fn: function (aJavaScriptFunction){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$core.setClassConstructor(self, aJavaScriptFunction);;
|
|
|
return self;
|
|
@@ -815,7 +815,7 @@ fn: function (selector){
|
|
|
var self=this;
|
|
|
var lookupClass;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2;
|
|
|
var $early={};
|
|
@@ -867,7 +867,7 @@ protocol: 'accessing',
|
|
|
fn: function (aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv(self._methodDictionary())._at_(aString);
|
|
@@ -892,7 +892,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var dict = $globals.HashedCollection._new();
|
|
|
var methods = self.methods;
|
|
@@ -924,7 +924,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
function $String(){return $globals.String||(typeof String=="undefined"?nil:String)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $3,$4,$2,$7,$8,$6,$9,$5,$10,$1;
|
|
|
$1=$recv($String())._streamContents_((function(stream){
|
|
@@ -1014,7 +1014,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv(self._methodDictionary())._values();
|
|
@@ -1040,7 +1040,7 @@ fn: function (aString){
|
|
|
var self=this;
|
|
|
function $ClassCategoryReader(){return $globals.ClassCategoryReader||(typeof ClassCategoryReader=="undefined"?nil:ClassCategoryReader)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$3,$1;
|
|
|
$2=$recv($ClassCategoryReader())._new();
|
|
@@ -1068,7 +1068,7 @@ protocol: 'accessing',
|
|
|
fn: function (aString,aStamp){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._methodsFor_(aString);
|
|
@@ -1093,7 +1093,7 @@ protocol: 'accessing',
|
|
|
fn: function (aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv(self._methods())._select_((function(each){
|
|
@@ -1126,7 +1126,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
return self.className || nil;
|
|
|
return self;
|
|
@@ -1150,7 +1150,7 @@ protocol: 'instance creation',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv(self._basicNew())._initialize();
|
|
@@ -1175,7 +1175,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._basicAt_("organization");
|
|
@@ -1201,7 +1201,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
function $OrderedCollection(){return $globals.OrderedCollection||(typeof OrderedCollection=="undefined"?nil:OrderedCollection)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$1;
|
|
|
$1=$recv($recv(self._ownProtocols())._inject_into_($recv($OrderedCollection())._new(),(function(acc,each){
|
|
@@ -1246,7 +1246,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv(self._protocols())._reject_((function(each){
|
|
@@ -1279,7 +1279,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv($recv(self._organization())._elements())._sorted();
|
|
@@ -1307,7 +1307,7 @@ var methodsByProtocol;
|
|
|
function $HashedCollection(){return $globals.HashedCollection||(typeof HashedCollection=="undefined"?nil:HashedCollection)}
|
|
|
function $Array(){return $globals.Array||(typeof Array=="undefined"?nil:Array)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
methodsByProtocol=$recv($HashedCollection())._new();
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -1360,7 +1360,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
return self.fn.prototype;
|
|
|
return self;
|
|
@@ -1385,7 +1385,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
function $Compiler(){return $globals.Compiler||(typeof Compiler=="undefined"?nil:Compiler)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv($recv($Compiler())._new())._recompile_(self);
|
|
@@ -1412,7 +1412,7 @@ var self=this;
|
|
|
function $SystemAnnouncer(){return $globals.SystemAnnouncer||(typeof SystemAnnouncer=="undefined"?nil:SystemAnnouncer)}
|
|
|
function $MethodRemoved(){return $globals.MethodRemoved||(typeof MethodRemoved=="undefined"?nil:MethodRemoved)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2;
|
|
|
self._basicRemoveCompiledMethod_(aMethod);
|
|
@@ -1442,7 +1442,7 @@ protocol: 'accessing',
|
|
|
fn: function (aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv(self._methods())._detect_ifNone_((function(each){
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -1482,7 +1482,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv(self._methodDictionary())._keys();
|
|
@@ -1507,7 +1507,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
self._subclassResponsibility();
|
|
|
return self;
|
|
@@ -1531,7 +1531,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
return self.superclass || nil;
|
|
|
return self;
|
|
@@ -1555,7 +1555,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._class();
|
|
@@ -1599,7 +1599,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
function $Array(){return $globals.Array||(typeof Array=="undefined"?nil:Array)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$3,$1;
|
|
|
$2=$recv($Array())._with_(self);
|
|
@@ -1633,7 +1633,7 @@ protocol: 'converting',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1="$globals.".__comma(self._name());
|
|
@@ -1659,7 +1659,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
function $Finder(){return $globals.Finder||(typeof Finder=="undefined"?nil:Finder)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv($Finder())._findClass_(self);
|
|
|
return self;
|
|
@@ -1683,7 +1683,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$1,$receiver;
|
|
|
$2=self._package();
|
|
@@ -1717,7 +1717,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
function $String(){return $globals.String||(typeof String=="undefined"?nil:String)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $3,$4,$2,$5,$6,$7,$1;
|
|
|
$1=$recv($String())._streamContents_((function(stream){
|
|
@@ -1859,7 +1859,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._basicAt_("pkg");
|
|
@@ -1887,7 +1887,7 @@ var oldPackage;
|
|
|
function $SystemAnnouncer(){return $globals.SystemAnnouncer||(typeof SystemAnnouncer=="undefined"?nil:SystemAnnouncer)}
|
|
|
function $ClassMoved(){return $globals.ClassMoved||(typeof ClassMoved=="undefined"?nil:ClassMoved)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$1,$3,$4,$5;
|
|
|
$2=self._package();
|
|
@@ -1932,7 +1932,7 @@ protocol: 'printing',
|
|
|
fn: function (aStream){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv(aStream)._nextPutAll_(self._name());
|
|
|
return self;
|
|
@@ -1957,7 +1957,7 @@ fn: function (aString){
|
|
|
var self=this;
|
|
|
function $ClassBuilder(){return $globals.ClassBuilder||(typeof ClassBuilder=="undefined"?nil:ClassBuilder)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv($recv($ClassBuilder())._new())._renameClass_to_(self,aString);
|
|
|
return self;
|
|
@@ -1981,7 +1981,7 @@ protocol: 'class creation',
|
|
|
fn: function (aString,anotherString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._subclass_instanceVariableNames_package_(aString,anotherString,nil);
|
|
@@ -2006,7 +2006,7 @@ protocol: 'class creation',
|
|
|
fn: function (aString,aString2,aString3){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._subclass_instanceVariableNames_package_(aString,aString2,aString3);
|
|
@@ -2031,7 +2031,7 @@ protocol: 'class creation',
|
|
|
fn: function (aString,aString2,classVars,pools,aString3){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._subclass_instanceVariableNames_package_(aString,aString2,aString3);
|
|
@@ -2057,7 +2057,7 @@ fn: function (aString,aString2,aString3){
|
|
|
var self=this;
|
|
|
function $ClassBuilder(){return $globals.ClassBuilder||(typeof ClassBuilder=="undefined"?nil:ClassBuilder)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv($recv($ClassBuilder())._new())._superclass_subclass_instanceVariableNames_package_(self,$recv(aString)._asString(),aString2,aString3);
|
|
@@ -2082,7 +2082,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
return self.subclasses._copy();
|
|
|
return self;
|
|
@@ -2112,7 +2112,7 @@ protocol: 'converting',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv("$globals.".__comma($recv(self._instanceClass())._name())).__comma(".klass");
|
|
@@ -2141,7 +2141,7 @@ fn: function (){
|
|
|
var self=this;
|
|
|
function $String(){return $globals.String||(typeof String=="undefined"?nil:String)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$1;
|
|
|
$1=$recv($String())._streamContents_((function(stream){
|
|
@@ -2206,7 +2206,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
return self.instanceClass;
|
|
|
return self;
|
|
@@ -2231,7 +2231,7 @@ fn: function (aCollection){
|
|
|
var self=this;
|
|
|
function $ClassBuilder(){return $globals.ClassBuilder||(typeof ClassBuilder=="undefined"?nil:ClassBuilder)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv($recv($ClassBuilder())._new())._class_instanceVariableNames_(self,aCollection);
|
|
|
return self;
|
|
@@ -2273,7 +2273,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv(self._instanceClass())._package();
|
|
@@ -2298,7 +2298,7 @@ protocol: 'printing',
|
|
|
fn: function (aStream){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$recv(aStream)._nextPutAll_($recv(self._instanceClass())._name());
|
|
@@ -2327,7 +2327,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv($recv($recv(self._instanceClass())._subclasses())._select_((function(each){
|
|
@@ -2386,7 +2386,7 @@ protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._instanceClass();
|
|
@@ -2420,7 +2420,7 @@ var theClass,thePackage;
|
|
|
function $Smalltalk(){return $globals.Smalltalk||(typeof Smalltalk=="undefined"?nil:Smalltalk)}
|
|
|
function $Package(){return $globals.Package||(typeof Package=="undefined"?nil:Package)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2,$3,$4,$receiver;
|
|
|
theClass=$recv($recv($Smalltalk())._globals())._at_(className);
|
|
@@ -2458,7 +2458,7 @@ protocol: 'private',
|
|
|
fn: function (aClass,aString,aCollection,packageName){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
|
|
|
$core.addClass(aString, aClass, aCollection, packageName);
|
|
@@ -2485,7 +2485,7 @@ protocol: 'private',
|
|
|
fn: function (aClass,aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
self._basicClass_instanceVariables_(aClass,self._instanceVariableNamesFor_(aString));
|
|
|
return self;
|
|
@@ -2509,7 +2509,7 @@ protocol: 'private',
|
|
|
fn: function (aClass,aCollection){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv(aClass)._isMetaclass();
|
|
@@ -2538,7 +2538,7 @@ protocol: 'private',
|
|
|
fn: function (aClass){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$core.removeClass(aClass);
|
|
|
return self;
|
|
@@ -2562,7 +2562,7 @@ protocol: 'private',
|
|
|
fn: function (aClass,aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
|
|
|
$globals[aString] = aClass;
|
|
@@ -2590,7 +2590,7 @@ protocol: 'private',
|
|
|
fn: function (aClass,anotherClass){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
|
|
|
var tmp = aClass.className;
|
|
@@ -2620,7 +2620,7 @@ var self=this;
|
|
|
function $SystemAnnouncer(){return $globals.SystemAnnouncer||(typeof SystemAnnouncer=="undefined"?nil:SystemAnnouncer)}
|
|
|
function $ClassDefinitionChanged(){return $globals.ClassDefinitionChanged||(typeof ClassDefinitionChanged=="undefined"?nil:ClassDefinitionChanged)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2;
|
|
|
self._basicClass_instanceVariableNames_(aClass,ivarNames);
|
|
@@ -2653,7 +2653,7 @@ var newClass;
|
|
|
function $SystemAnnouncer(){return $globals.SystemAnnouncer||(typeof SystemAnnouncer=="undefined"?nil:SystemAnnouncer)}
|
|
|
function $ClassAdded(){return $globals.ClassAdded||(typeof ClassAdded=="undefined"?nil:ClassAdded)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2,$3;
|
|
|
newClass=self._addSubclassOf_named_instanceVariableNames_package_($recv(aClass)._superclass(),className,$recv(aClass)._instanceVariableNames(),$recv($recv(aClass)._package())._name());
|
|
@@ -2685,7 +2685,7 @@ fn: function (aClass,anotherClass){
|
|
|
var self=this;
|
|
|
function $Compiler(){return $globals.Compiler||(typeof Compiler=="undefined"?nil:Compiler)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2,$3,$4,$5,$7,$6,$9,$8;
|
|
|
$recv(anotherClass)._comment_($recv(aClass)._comment());
|
|
@@ -2766,7 +2766,7 @@ protocol: 'method definition',
|
|
|
fn: function (aCompiledMethod,aBehavior,aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv(aCompiledMethod)._protocol_(aString);
|
|
|
$recv(aBehavior)._addCompiledMethod_(aCompiledMethod);
|
|
@@ -2791,7 +2791,7 @@ protocol: 'accessing',
|
|
|
fn: function (aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=$recv($recv(aString)._tokenize_(" "))._reject_((function(each){
|
|
@@ -2824,7 +2824,7 @@ protocol: 'class migration',
|
|
|
fn: function (aClass,anotherClass){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$1;
|
|
|
$2=$recv(aClass)._name();
|
|
@@ -2858,7 +2858,7 @@ function $Error(){return $globals.Error||(typeof Error=="undefined"?nil:Error)}
|
|
|
function $SystemAnnouncer(){return $globals.SystemAnnouncer||(typeof SystemAnnouncer=="undefined"?nil:SystemAnnouncer)}
|
|
|
function $ClassMigrated(){return $globals.ClassMigrated||(typeof ClassMigrated=="undefined"?nil:ClassMigrated)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2,$3,$4,$5;
|
|
|
tmp="new*".__comma(className);
|
|
@@ -2933,7 +2933,7 @@ protocol: 'private',
|
|
|
fn: function (aClass,aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
|
|
|
$globals[aString] = aClass;
|
|
@@ -2961,7 +2961,7 @@ var self=this;
|
|
|
function $SystemAnnouncer(){return $globals.SystemAnnouncer||(typeof SystemAnnouncer=="undefined"?nil:SystemAnnouncer)}
|
|
|
function $ClassRenamed(){return $globals.ClassRenamed||(typeof ClassRenamed=="undefined"?nil:ClassRenamed)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2;
|
|
|
self._basicRenameClass_to_(aClass,className);
|
|
@@ -2991,7 +2991,7 @@ protocol: 'public',
|
|
|
fn: function (aClass){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$core.init(aClass);;
|
|
|
return self;
|
|
@@ -3015,7 +3015,7 @@ protocol: 'class definition',
|
|
|
fn: function (aClass,className){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
$1=self._superclass_subclass_instanceVariableNames_package_(aClass,className,"",nil);
|
|
@@ -3043,7 +3043,7 @@ var newClass;
|
|
|
function $SystemAnnouncer(){return $globals.SystemAnnouncer||(typeof SystemAnnouncer=="undefined"?nil:SystemAnnouncer)}
|
|
|
function $ClassAdded(){return $globals.ClassAdded||(typeof ClassAdded=="undefined"?nil:ClassAdded)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$2,$3,$4,$5,$receiver;
|
|
|
$1=self._instanceVariableNamesFor_(ivarNames);
|
|
@@ -3107,7 +3107,7 @@ fn: function (aString){
|
|
|
var self=this;
|
|
|
function $Compiler(){return $globals.Compiler||(typeof Compiler=="undefined"?nil:Compiler)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv($recv($Compiler())._new())._install_forClass_protocol_(aString,self["@class"],self["@category"]);
|
|
|
return self;
|
|
@@ -3131,7 +3131,7 @@ protocol: 'initialization',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
(
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -3164,7 +3164,7 @@ var self=this;
|
|
|
var chunk;
|
|
|
function $ClassBuilder(){return $globals.ClassBuilder||(typeof ClassBuilder=="undefined"?nil:ClassBuilder)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv((function(){
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -3232,7 +3232,7 @@ protocol: 'initialization',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
(
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -3264,7 +3264,7 @@ fn: function (aChunkParser){
|
|
|
var self=this;
|
|
|
var chunk;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
chunk=$recv(aChunkParser)._nextChunk();
|
|
@@ -3293,7 +3293,7 @@ protocol: 'private',
|
|
|
fn: function (aString){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
$recv(self["@class"])._comment_(aString);
|
|
|
return self;
|
|
@@ -3325,7 +3325,7 @@ var self=this;
|
|
|
var children,others;
|
|
|
function $ClassSorterNode(){return $globals.ClassSorterNode||(typeof ClassSorterNode=="undefined"?nil:ClassSorterNode)}
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1;
|
|
|
children=[];
|
|
@@ -3475,7 +3475,7 @@ protocol: 'visiting',
|
|
|
fn: function (aCollection){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $1,$3,$2;
|
|
|
$1=self._theClass();
|
|
@@ -3530,7 +3530,7 @@ protocol: 'instance creation',
|
|
|
fn: function (aClass,aCollection,anInteger){
|
|
|
var self=this;
|
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
//>>excludeEnd("ctx");
|
|
|
var $2,$3,$1;
|
|
|
$2=self._new();
|