|
@@ -1599,6 +1599,20 @@ return $1;
|
|
messageSends: ["ifNil:", "error:", "at:", "asSymbol", "current"]}),
|
|
messageSends: ["ifNil:", "error:", "at:", "asSymbol", "current"]}),
|
|
smalltalk.Environment);
|
|
smalltalk.Environment);
|
|
|
|
|
|
|
|
+smalltalk.addMethod(
|
|
|
|
+smalltalk.method({
|
|
|
|
+selector: "classes",
|
|
|
|
+fn: function (){
|
|
|
|
+var self=this;
|
|
|
|
+function $Smalltalk(){return smalltalk.Smalltalk||(typeof Smalltalk=="undefined"?nil:Smalltalk)}
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
|
|
+$1=_st(_st($Smalltalk())._current())._classes();
|
|
|
|
+return $1;
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"classes",{},smalltalk.Environment)})},
|
|
|
|
+messageSends: ["classes", "current"]}),
|
|
|
|
+smalltalk.Environment);
|
|
|
|
+
|
|
smalltalk.addMethod(
|
|
smalltalk.addMethod(
|
|
smalltalk.method({
|
|
smalltalk.method({
|
|
selector: "commitPackage:",
|
|
selector: "commitPackage:",
|