|
@@ -2283,6 +2283,29 @@ messageSends: []
|
|
|
}),
|
|
|
$globals.Trait);
|
|
|
|
|
|
+$core.addMethod(
|
|
|
+$core.method({
|
|
|
+selector: "asJavascript",
|
|
|
+protocol: 'converting',
|
|
|
+fn: function (){
|
|
|
+var self=this;
|
|
|
+
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
+
|
|
|
+return "$globals.".__comma(self._name());
|
|
|
+
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"asJavascript",{},$globals.Trait)});
|
|
|
+
|
|
|
+},
|
|
|
+
|
|
|
+args: [],
|
|
|
+source: "asJavascript\x0a\x09^ '$globals.', self name",
|
|
|
+referencedClasses: [],
|
|
|
+
|
|
|
+messageSends: [",", "name"]
|
|
|
+}),
|
|
|
+$globals.Trait);
|
|
|
+
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "category",
|