|
@@ -231,6 +231,31 @@ messageSends: ["ifNil:ifNotNil:", "lookupProperty:ofProxy:", "asJavaScriptProper
|
|
|
}),
|
|
|
$globals.JSObjectProxy);
|
|
|
|
|
|
+$core.addMethod(
|
|
|
+$core.method({
|
|
|
+selector: "in:",
|
|
|
+protocol: 'accessing',
|
|
|
+fn: function (aValuable){
|
|
|
+var self=this;
|
|
|
+
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
+
|
|
|
+var $1;
|
|
|
+$1=$recv(aValuable)._value_(self["@jsObject"]);
|
|
|
+return $1;
|
|
|
+
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"in:",{aValuable:aValuable},$globals.JSObjectProxy)});
|
|
|
+
|
|
|
+},
|
|
|
+
|
|
|
+args: ["aValuable"],
|
|
|
+source: "in: aValuable\x0a\x09^ aValuable value: jsObject",
|
|
|
+referencedClasses: [],
|
|
|
+
|
|
|
+messageSends: ["value:"]
|
|
|
+}),
|
|
|
+$globals.JSObjectProxy);
|
|
|
+
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "inspectOn:",
|