|
@@ -1077,24 +1077,6 @@ return $recv($self._name())._asVariableName();
|
|
|
}; }),
|
|
|
$globals.ScopeVar);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "isArgVar",
|
|
|
-protocol: "testing",
|
|
|
-
|
|
|
-args: [],
|
|
|
-source: "isArgVar\x0a\x09^ false",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (){
|
|
|
-var self=this,$self=this;
|
|
|
-return false;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.ScopeVar);
|
|
|
-
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "isClassRefVar",
|
|
@@ -1399,24 +1381,6 @@ $core.addClass("ArgVar", $globals.ScopeVar, [], "Compiler-Semantic");
|
|
|
|
|
|
$globals.ArgVar.comment="I am an argument of a method or block.";
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "isArgVar",
|
|
|
-protocol: "testing",
|
|
|
-
|
|
|
-args: [],
|
|
|
-source: "isArgVar\x0a\x09^ true",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (){
|
|
|
-var self=this,$self=this;
|
|
|
-return true;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.ArgVar);
|
|
|
-
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "isImmutable",
|