Browse Source

Fixed missing sources from Kernel-Methods.js

Nicolas Petton 11 years ago
parent
commit
2504a604cb
2 changed files with 0 additions and 49 deletions
  1. 0 22
      js/Kernel-Methods.deploy.js
  2. 0 27
      js/Kernel-Methods.js

+ 0 - 22
js/Kernel-Methods.deploy.js

@@ -571,28 +571,6 @@ fn: function () {
 }),
 smalltalk.MethodContext);
 
-smalltalk.addMethod(
-"_inspectOn_",
-smalltalk.method({
-selector: "inspectOn:",
-fn: function (anInspector) {
-    var self = this;
-    var $1;
-    var variables;
-    variables = smalltalk.send(smalltalk.Dictionary || Dictionary, "_new", []);
-    smalltalk.send(variables, "_at_put_", ["#self", self]);
-    smalltalk.send(variables, "_at_put_", ["#home", smalltalk.send(self, "_home", [])]);
-    smalltalk.send(variables, "_at_put_", ["#receiver", smalltalk.send(self, "_receiver", [])]);
-    smalltalk.send(variables, "_at_put_", ["#selector", smalltalk.send(self, "_selector", [])]);
-    smalltalk.send(variables, "_at_put_", ["#temps", smalltalk.send(self, "_temps", [])]);
-    smalltalk.send(smalltalk.send(smalltalk.send(self, "_class", []), "_instanceVariableNames", []), "_do_", [function (each) {return smalltalk.send(variables, "_at_put_", [each, smalltalk.send(self, "_instVarAt_", [each])]);}]);
-    smalltalk.send(anInspector, "_setLabel_", [smalltalk.send(self, "_printString", [])]);
-    $1 = smalltalk.send(anInspector, "_setVariables_", [variables]);
-    return self;
-}
-}),
-smalltalk.MethodContext);
-
 smalltalk.addMethod(
 "_pc",
 smalltalk.method({

+ 0 - 27
js/Kernel-Methods.js

@@ -790,33 +790,6 @@ referencedClasses: []
 }),
 smalltalk.MethodContext);
 
-smalltalk.addMethod(
-"_inspectOn_",
-smalltalk.method({
-selector: "inspectOn:",
-category: '',
-fn: function (anInspector) {
-    var self = this;
-    var $1;
-    var variables;
-    variables = smalltalk.send(smalltalk.Dictionary || Dictionary, "_new", []);
-    smalltalk.send(variables, "_at_put_", ["#self", self]);
-    smalltalk.send(variables, "_at_put_", ["#home", smalltalk.send(self, "_home", [])]);
-    smalltalk.send(variables, "_at_put_", ["#receiver", smalltalk.send(self, "_receiver", [])]);
-    smalltalk.send(variables, "_at_put_", ["#selector", smalltalk.send(self, "_selector", [])]);
-    smalltalk.send(variables, "_at_put_", ["#temps", smalltalk.send(self, "_temps", [])]);
-    smalltalk.send(smalltalk.send(smalltalk.send(self, "_class", []), "_instanceVariableNames", []), "_do_", [function (each) {return smalltalk.send(variables, "_at_put_", [each, smalltalk.send(self, "_instVarAt_", [each])]);}]);
-    smalltalk.send(anInspector, "_setLabel_", [smalltalk.send(self, "_printString", [])]);
-    $1 = smalltalk.send(anInspector, "_setVariables_", [variables]);
-    return self;
-},
-args: [object Object],
-source: "",
-messageSends: [],
-referencedClasses: []
-}),
-smalltalk.MethodContext);
-
 smalltalk.addMethod(
 "_pc",
 smalltalk.method({