1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738 |
- smalltalk.addPackage('Compiler-IR', {});
- smalltalk.addClass('IRASTTranslator', smalltalk.NodeVisitor, ['source', 'theClass', 'method', 'sequence', 'nextAlias'], 'Compiler-IR');
- smalltalk.addMethod(
- "_alias_",
- smalltalk.method({
- selector: "alias:",
- fn: function (aNode) {
- var self=this;
- var variable=nil;
- (variable=(function($rec){smalltalk.send($rec, "_variable_", [smalltalk.send(smalltalk.send((smalltalk.AliasVar || AliasVar), "_new", []), "_name_", [smalltalk.send("$", "__comma", [smalltalk.send(self, "_nextAlias", [])])])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRVariable || IRVariable), "_new", [])));
- smalltalk.send(smalltalk.send(self, "_sequence", []), "_add_", [(function($rec){smalltalk.send($rec, "_add_", [variable]);smalltalk.send($rec, "_add_", [smalltalk.send(self, "_visit_", [aNode])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRAlias || IRAlias), "_new", []))]);
- smalltalk.send(smalltalk.send(smalltalk.send(self, "_method", []), "_internalVariables", []), "_add_", [variable]);
- return variable;
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_method",
- smalltalk.method({
- selector: "method",
- fn: function () {
- var self=this;
- return self['@method'];
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_method_",
- smalltalk.method({
- selector: "method:",
- fn: function (anIRMethod) {
- var self=this;
- (self['@method']=anIRMethod);
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_nextAlias",
- smalltalk.method({
- selector: "nextAlias",
- fn: function () {
- var self=this;
- (($receiver = self['@nextAlias']) == nil || $receiver == undefined) ? (function(){return (self['@nextAlias']=(0));})() : $receiver;
- (self['@nextAlias']=((($receiver = self['@nextAlias']).klass === smalltalk.Number) ? $receiver +(1) : smalltalk.send($receiver, "__plus", [(1)])));
- return smalltalk.send(self['@nextAlias'], "_asString", []);
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_sequence",
- smalltalk.method({
- selector: "sequence",
- fn: function () {
- var self=this;
- return self['@sequence'];
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_sequence_",
- smalltalk.method({
- selector: "sequence:",
- fn: function (anIRSequence) {
- var self=this;
- (self['@sequence']=anIRSequence);
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_source",
- smalltalk.method({
- selector: "source",
- fn: function () {
- var self=this;
- return self['@source'];
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_source_",
- smalltalk.method({
- selector: "source:",
- fn: function (aString) {
- var self=this;
- (self['@source']=aString);
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_theClass",
- smalltalk.method({
- selector: "theClass",
- fn: function () {
- var self=this;
- return self['@theClass'];
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_theClass_",
- smalltalk.method({
- selector: "theClass:",
- fn: function (aClass) {
- var self=this;
- (self['@theClass']=aClass);
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitAssignmentNode_",
- smalltalk.method({
- selector: "visitAssignmentNode:",
- fn: function (aNode) {
- var self=this;
- var left=nil;
- var right=nil;
- ((($receiver = smalltalk.send(smalltalk.send(aNode, "_right", []), "_isAssignmentNode", [])).klass === smalltalk.Boolean) ? ($receiver ? (function(){var assignment=nil;
- (assignment=smalltalk.send(self, "_visit_", [smalltalk.send(aNode, "_right", [])]));smalltalk.send(smalltalk.send(self, "_sequence", []), "_add_", [assignment]);return (right=smalltalk.send(smalltalk.send(assignment, "_instructions", []), "_first", []));})() : (function(){return (right=smalltalk.send(self, "_visit_", [smalltalk.send(aNode, "_right", [])]));})()) : smalltalk.send($receiver, "_ifTrue_ifFalse_", [(function(){var assignment=nil;
- (assignment=smalltalk.send(self, "_visit_", [smalltalk.send(aNode, "_right", [])]));smalltalk.send(smalltalk.send(self, "_sequence", []), "_add_", [assignment]);return (right=smalltalk.send(smalltalk.send(assignment, "_instructions", []), "_first", []));}), (function(){return (right=smalltalk.send(self, "_visit_", [smalltalk.send(aNode, "_right", [])]));})]));
- (left=smalltalk.send(self, "_visit_", [smalltalk.send(aNode, "_left", [])]));
- return (function($rec){smalltalk.send($rec, "_add_", [left]);smalltalk.send($rec, "_add_", [right]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRAssignment || IRAssignment), "_new", []));
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitBlockNode_",
- smalltalk.method({
- selector: "visitBlockNode:",
- fn: function (aNode) {
- var self=this;
- var closure=nil;
- (closure=(function($rec){smalltalk.send($rec, "_arguments_", [smalltalk.send(aNode, "_parameters", [])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRClosure || IRClosure), "_new", [])));
- smalltalk.send(smalltalk.send(smalltalk.send(aNode, "_scope", []), "_temps", []), "_do_", [(function(each){return smalltalk.send(closure, "_add_", [(function($rec){smalltalk.send($rec, "_name_", [smalltalk.send(each, "_name", [])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRTempDeclaration || IRTempDeclaration), "_new", []))]);})]);
- smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_do_", [(function(each){return smalltalk.send(closure, "_add_", [smalltalk.send(self, "_visit_", [each])]);})]);
- return closure;
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitBlockSequenceNode_",
- smalltalk.method({
- selector: "visitBlockSequenceNode:",
- fn: function (aNode) {
- var self=this;
- var seq=nil;
- (seq=smalltalk.send((smalltalk.IRBlockSequence || IRBlockSequence), "_new", []));
- smalltalk.send(self, "_sequence_", [seq]);
- smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_do_", [(function(each){return smalltalk.send(smalltalk.send(self, "_sequence", []), "_add_", [smalltalk.send(self, "_visit_", [each])]);})]);
- return seq;
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitCascadeNode_",
- smalltalk.method({
- selector: "visitCascadeNode:",
- fn: function (aNode) {
- var self=this;
- var alias=nil;
- ((($receiver = smalltalk.send(smalltalk.send(aNode, "_receiver", []), "_isValueNode", [])).klass === smalltalk.Boolean) ? (! $receiver ? (function(){(alias=smalltalk.send(smalltalk.send(self, "_sequence", []), "_add_", [smalltalk.send(self, "_alias_", [smalltalk.send(aNode, "_receiver", [])])]));return smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_do_", [(function(each){return smalltalk.send(each, "_receiver_", [smalltalk.send(smalltalk.send((smalltalk.VariableNode || VariableNode), "_new", []), "_binding_", [smalltalk.send(alias, "_variable", [])])]);})]);})() : nil) : smalltalk.send($receiver, "_ifFalse_", [(function(){(alias=smalltalk.send(smalltalk.send(self, "_sequence", []), "_add_", [smalltalk.send(self, "_alias_", [smalltalk.send(aNode, "_receiver", [])])]));return smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_do_", [(function(each){return smalltalk.send(each, "_receiver_", [smalltalk.send(smalltalk.send((smalltalk.VariableNode || VariableNode), "_new", []), "_binding_", [smalltalk.send(alias, "_variable", [])])]);})]);})]));
- smalltalk.send(smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_allButLast", []), "_do_", [(function(each){return smalltalk.send(smalltalk.send(self, "_sequence", []), "_add_", [smalltalk.send(self, "_visit_", [each])]);})]);
- return smalltalk.send(self, "_alias_", [smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_last", [])]);
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitJSStatementNode_",
- smalltalk.method({
- selector: "visitJSStatementNode:",
- fn: function (aNode) {
- var self=this;
- return (function($rec){smalltalk.send($rec, "_source_", [smalltalk.send(aNode, "_source", [])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRVerbatim || IRVerbatim), "_new", []));
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitMethodNode_",
- smalltalk.method({
- selector: "visitMethodNode:",
- fn: function (aNode){
- var self=this;
- smalltalk.send(self, "_method_", [(function($rec){smalltalk.send($rec, "_source_", [smalltalk.send(self, "_source", [])]);smalltalk.send($rec, "_arguments_", [smalltalk.send(aNode, "_arguments", [])]);smalltalk.send($rec, "_selector_", [smalltalk.send(aNode, "_selector", [])]);smalltalk.send($rec, "_messageSends_", [smalltalk.send(aNode, "_messageSends", [])]);smalltalk.send($rec, "_classReferences_", [smalltalk.send(aNode, "_classReferences", [])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRMethod || IRMethod), "_new", []))]);
- smalltalk.send(smalltalk.send(smalltalk.send(aNode, "_scope", []), "_temps", []), "_do_", [(function(each){return smalltalk.send(smalltalk.send(self, "_method", []), "_add_", [(function($rec){smalltalk.send($rec, "_name_", [smalltalk.send(each, "_name", [])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRTempDeclaration || IRTempDeclaration), "_new", []))]);})]);
- ((($receiver = smalltalk.send(aNode, "_hasNonLocalReturn", [])).klass === smalltalk.Boolean) ? ($receiver ? (function(){var handling=nil;
- (handling=smalltalk.send((smalltalk.IRNonLocalReturnHandling || IRNonLocalReturnHandling), "_new", []));smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_do_", [(function(each){return smalltalk.send(handling, "_add_", [smalltalk.send(self, "_visit_", [each])]);})]);return smalltalk.send(smalltalk.send(self, "_method", []), "_add_", [handling]);})() : (function(){return smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_do_", [(function(each){return smalltalk.send(smalltalk.send(self, "_method", []), "_add_", [smalltalk.send(self, "_visit_", [each])]);})]);})()) : smalltalk.send($receiver, "_ifTrue_ifFalse_", [(function(){var handling=nil;
- (handling=smalltalk.send((smalltalk.IRNonLocalReturnHandling || IRNonLocalReturnHandling), "_new", []));smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_do_", [(function(each){return smalltalk.send(handling, "_add_", [smalltalk.send(self, "_visit_", [each])]);})]);return smalltalk.send(smalltalk.send(self, "_method", []), "_add_", [handling]);}), (function(){return smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_do_", [(function(each){return smalltalk.send(smalltalk.send(self, "_method", []), "_add_", [smalltalk.send(self, "_visit_", [each])]);})]);})]));
- ((($receiver = smalltalk.send(aNode, "_hasLocalReturn", [])).klass === smalltalk.Boolean) ? (! $receiver ? (function(){return smalltalk.send(smalltalk.send(smalltalk.send(self, "_method", []), "_add_", [smalltalk.send((smalltalk.IRReturn || IRReturn), "_new", [])]), "_add_", [(function($rec){smalltalk.send($rec, "_variable_", [smalltalk.send(smalltalk.send(smalltalk.send(aNode, "_scope", []), "_pseudoVars", []), "_at_", ["self"])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRVariable || IRVariable), "_new", []))]);})() : nil) : smalltalk.send($receiver, "_ifFalse_", [(function(){return smalltalk.send(smalltalk.send(smalltalk.send(self, "_method", []), "_add_", [smalltalk.send((smalltalk.IRReturn || IRReturn), "_new", [])]), "_add_", [(function($rec){smalltalk.send($rec, "_variable_", [smalltalk.send(smalltalk.send(smalltalk.send(aNode, "_scope", []), "_pseudoVars", []), "_at_", ["self"])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRVariable || IRVariable), "_new", []))]);})]));
- return smalltalk.send(self, "_method", []);
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitReturnNode_",
- smalltalk.method({
- selector: "visitReturnNode:",
- fn: function (aNode) {
- var self=this;
- var return_=nil;
- (return_=((($receiver = smalltalk.send(aNode, "_nonLocalReturn", [])).klass === smalltalk.Boolean) ? ($receiver ? (function(){return smalltalk.send((smalltalk.IRNonLocalReturn || IRNonLocalReturn), "_new", []);})() : (function(){return smalltalk.send((smalltalk.IRReturn || IRReturn), "_new", []);})()) : smalltalk.send($receiver, "_ifTrue_ifFalse_", [(function(){return smalltalk.send((smalltalk.IRNonLocalReturn || IRNonLocalReturn), "_new", []);}), (function(){return smalltalk.send((smalltalk.IRReturn || IRReturn), "_new", []);})])));
- smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_do_", [(function(each){return smalltalk.send(return_, "_add_", [smalltalk.send(self, "_visit_", [each])]);})]);
- return return_;
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitSendNode_",
- smalltalk.method({
- selector: "visitSendNode:",
- fn: function (aNode) {
- var self=this;
- var send=nil;
- var receiver=nil;
- var arguments=nil;
- (send=smalltalk.send((smalltalk.IRSend || IRSend), "_new", []));
- smalltalk.send(send, "_selector_", [smalltalk.send(aNode, "_selector", [])]);
- ((($receiver = smalltalk.send(aNode, "_superSend", [])).klass === smalltalk.Boolean) ? ($receiver ? (function(){return smalltalk.send(send, "_classSend_", [smalltalk.send(smalltalk.send(self, "_theClass", []), "_superclass", [])]);})() : nil) : smalltalk.send($receiver, "_ifTrue_", [(function(){return smalltalk.send(send, "_classSend_", [smalltalk.send(smalltalk.send(self, "_theClass", []), "_superclass", [])]);})]));
- (receiver=smalltalk.send(self, "_visit_", [smalltalk.send(aNode, "_receiver", [])]));
- (arguments=smalltalk.send(smalltalk.send(aNode, "_arguments", []), "_collect_", [(function(each){return smalltalk.send(self, "_visit_", [each]);})]));
- smalltalk.send(send, "_add_", [receiver]);
- smalltalk.send(arguments, "_do_", [(function(each){return smalltalk.send(send, "_add_", [each]);})]);
- return send;
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitSequenceNode_",
- smalltalk.method({
- selector: "visitSequenceNode:",
- fn: function (aNode) {
- var self=this;
- var seq=nil;
- (seq=smalltalk.send((smalltalk.IRSequence || IRSequence), "_new", []));
- smalltalk.send(self, "_sequence_", [seq]);
- smalltalk.send(smalltalk.send(aNode, "_nodes", []), "_do_", [(function(each){return smalltalk.send(smalltalk.send(self, "_sequence", []), "_add_", [smalltalk.send(self, "_visit_", [each])]);})]);
- return seq;
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitValueNode_",
- smalltalk.method({
- selector: "visitValueNode:",
- fn: function (aNode) {
- var self=this;
- return (function($rec){smalltalk.send($rec, "_value_", [smalltalk.send(aNode, "_value", [])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRValue || IRValue), "_new", []));
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addMethod(
- "_visitVariableNode_",
- smalltalk.method({
- selector: "visitVariableNode:",
- fn: function (aNode) {
- var self=this;
- return (function($rec){smalltalk.send($rec, "_variable_", [smalltalk.send(aNode, "_binding", [])]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send((smalltalk.IRVariable || IRVariable), "_new", []));
- return self;}
- }),
- smalltalk.IRASTTranslator);
- smalltalk.addClass('IRInstruction', smalltalk.Object, ['parent', 'instructions'], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRInstruction_", [self]);
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_add_",
- smalltalk.method({
- selector: "add:",
- fn: function (anObject){
- var self=this;
- smalltalk.send(anObject, "_parent_", [self]);
- return smalltalk.send(smalltalk.send(self, "_instructions", []), "_add_", [anObject]);
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_instructions",
- smalltalk.method({
- selector: "instructions",
- fn: function () {
- var self=this;
- return (($receiver = self['@instructions']) == nil || $receiver == undefined) ? (function(){return (self['@instructions']=smalltalk.send((smalltalk.OrderedCollection || OrderedCollection), "_new", []));})() : $receiver;
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_isClosure",
- smalltalk.method({
- selector: "isClosure",
- fn: function () {
- var self=this;
- return false;
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_isInlined",
- smalltalk.method({
- selector: "isInlined",
- fn: function (){
- var self=this;
- return false;
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_isReturn",
- smalltalk.method({
- selector: "isReturn",
- fn: function () {
- var self=this;
- return false;
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_isSend",
- smalltalk.method({
- selector: "isSend",
- fn: function (){
- var self=this;
- return false;
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_isVariable",
- smalltalk.method({
- selector: "isVariable",
- fn: function (){
- var self=this;
- return false;
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_parent",
- smalltalk.method({
- selector: "parent",
- fn: function (){
- var self=this;
- return self['@parent'];
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_parent_",
- smalltalk.method({
- selector: "parent:",
- fn: function (anIRInstruction){
- var self=this;
- (self['@parent']=anIRInstruction);
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_remove",
- smalltalk.method({
- selector: "remove",
- fn: function (){
- var self=this;
- smalltalk.send(smalltalk.send(self, "_parent", []), "_remove_", [self]);
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_remove_",
- smalltalk.method({
- selector: "remove:",
- fn: function (anIRInstruction){
- var self=this;
- smalltalk.send(smalltalk.send(self, "_instructions", []), "_remove_", [anIRInstruction]);
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_replace_with_",
- smalltalk.method({
- selector: "replace:with:",
- fn: function (anIRInstruction, anotherIRInstruction){
- var self=this;
- smalltalk.send(anotherIRInstruction, "_parent_", [self]);
- smalltalk.send(smalltalk.send(self, "_instructions", []), "_at_put_", [smalltalk.send(smalltalk.send(self, "_instructions", []), "_indexOf_", [anIRInstruction]), anotherIRInstruction]);
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_replaceWith_",
- smalltalk.method({
- selector: "replaceWith:",
- fn: function (anIRInstruction){
- var self=this;
- smalltalk.send(smalltalk.send(self, "_parent", []), "_replace_with_", [self, anIRInstruction]);
- return self;}
- }),
- smalltalk.IRInstruction);
- smalltalk.addMethod(
- "_on_",
- smalltalk.method({
- selector: "on:",
- fn: function (aBuilder) {
- var self=this;
- return (function($rec){smalltalk.send($rec, "_builder_", [aBuilder]);return smalltalk.send($rec, "_yourself", []);})(smalltalk.send(self, "_new", []));
- return self;}
- }),
- smalltalk.IRInstruction.klass);
- smalltalk.addClass('IRAssignment', smalltalk.IRInstruction, [], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRAssignment_", [self]);
- return self;}
- }),
- smalltalk.IRAssignment);
- smalltalk.addClass('IRAlias', smalltalk.IRAssignment, [], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRAlias_", [self]);
- return self;}
- }),
- smalltalk.IRAlias);
- smalltalk.addClass('IRClosure', smalltalk.IRInstruction, ['arguments'], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRClosure_", [self]);
- return self;}
- }),
- smalltalk.IRClosure);
- smalltalk.addMethod(
- "_arguments",
- smalltalk.method({
- selector: "arguments",
- fn: function () {
- var self=this;
- return (($receiver = self['@arguments']) == nil || $receiver == undefined) ? (function(){return [];})() : $receiver;
- return self;}
- }),
- smalltalk.IRClosure);
- smalltalk.addMethod(
- "_arguments_",
- smalltalk.method({
- selector: "arguments:",
- fn: function (aCollection) {
- var self=this;
- (self['@arguments']=aCollection);
- return self;}
- }),
- smalltalk.IRClosure);
- smalltalk.addMethod(
- "_isClosure",
- smalltalk.method({
- selector: "isClosure",
- fn: function () {
- var self=this;
- return true;
- return self;}
- }),
- smalltalk.IRClosure);
- smalltalk.addClass('IRMethod', smalltalk.IRInstruction, ['source', 'selector', 'classReferences', 'messageSends', 'arguments', 'internalVariables'], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRMethod_", [self]);
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_arguments",
- smalltalk.method({
- selector: "arguments",
- fn: function () {
- var self=this;
- return self['@arguments'];
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_arguments_",
- smalltalk.method({
- selector: "arguments:",
- fn: function (aCollection) {
- var self=this;
- (self['@arguments']=aCollection);
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_classReferences",
- smalltalk.method({
- selector: "classReferences",
- fn: function () {
- var self=this;
- return self['@classReferences'];
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_classReferences_",
- smalltalk.method({
- selector: "classReferences:",
- fn: function (aCollection) {
- var self=this;
- (self['@classReferences']=aCollection);
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_internalVariables",
- smalltalk.method({
- selector: "internalVariables",
- fn: function () {
- var self=this;
- return (($receiver = self['@internalVariables']) == nil || $receiver == undefined) ? (function(){return (self['@internalVariables']=smalltalk.send((smalltalk.Set || Set), "_new", []));})() : $receiver;
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_messageSends",
- smalltalk.method({
- selector: "messageSends",
- fn: function () {
- var self=this;
- return self['@messageSends'];
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_messageSends_",
- smalltalk.method({
- selector: "messageSends:",
- fn: function (aCollection) {
- var self=this;
- (self['@messageSends']=aCollection);
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_selector",
- smalltalk.method({
- selector: "selector",
- fn: function () {
- var self=this;
- return self['@selector'];
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_selector_",
- smalltalk.method({
- selector: "selector:",
- fn: function (aString) {
- var self=this;
- (self['@selector']=aString);
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_source",
- smalltalk.method({
- selector: "source",
- fn: function () {
- var self=this;
- return self['@source'];
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addMethod(
- "_source_",
- smalltalk.method({
- selector: "source:",
- fn: function (aString) {
- var self=this;
- (self['@source']=aString);
- return self;}
- }),
- smalltalk.IRMethod);
- smalltalk.addClass('IRNonLocalReturnHandling', smalltalk.IRInstruction, [], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRNonLocalReturnHandling_", [self]);
- return self;}
- }),
- smalltalk.IRNonLocalReturnHandling);
- smalltalk.addClass('IRReturn', smalltalk.IRInstruction, [], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRReturn_", [self]);
- return self;}
- }),
- smalltalk.IRReturn);
- smalltalk.addMethod(
- "_isReturn",
- smalltalk.method({
- selector: "isReturn",
- fn: function () {
- var self=this;
- return true;
- return self;}
- }),
- smalltalk.IRReturn);
- smalltalk.addClass('IRNonLocalReturn', smalltalk.IRReturn, [], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRNonLocalReturn_", [self]);
- return self;}
- }),
- smalltalk.IRNonLocalReturn);
- smalltalk.addClass('IRSend', smalltalk.IRInstruction, ['selector', 'classSend'], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRSend_", [self]);
- return self;}
- }),
- smalltalk.IRSend);
- smalltalk.addMethod(
- "_classSend",
- smalltalk.method({
- selector: "classSend",
- fn: function () {
- var self=this;
- return self['@classSend'];
- return self;}
- }),
- smalltalk.IRSend);
- smalltalk.addMethod(
- "_classSend_",
- smalltalk.method({
- selector: "classSend:",
- fn: function (aClass) {
- var self=this;
- (self['@classSend']=aClass);
- return self;}
- }),
- smalltalk.IRSend);
- smalltalk.addMethod(
- "_isSend",
- smalltalk.method({
- selector: "isSend",
- fn: function (){
- var self=this;
- return true;
- return self;}
- }),
- smalltalk.IRSend);
- smalltalk.addMethod(
- "_selector",
- smalltalk.method({
- selector: "selector",
- fn: function () {
- var self=this;
- return self['@selector'];
- return self;}
- }),
- smalltalk.IRSend);
- smalltalk.addMethod(
- "_selector_",
- smalltalk.method({
- selector: "selector:",
- fn: function (aString) {
- var self=this;
- (self['@selector']=aString);
- return self;}
- }),
- smalltalk.IRSend);
- smalltalk.addClass('IRSequence', smalltalk.IRInstruction, [], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRSequence_", [self]);
- return self;}
- }),
- smalltalk.IRSequence);
- smalltalk.addMethod(
- "_add_",
- smalltalk.method({
- selector: "add:",
- fn: function (anIRInstruction) {
- var self=this;
- var statement=nil;
- (statement=smalltalk.send((smalltalk.IRStatement || IRStatement), "_new", []));
- smalltalk.send(statement, "_add_", [anIRInstruction]);
- smalltalk.send(smalltalk.send(self, "_instructions", []), "_add_", [statement]);
- return anIRInstruction;
- return self;}
- }),
- smalltalk.IRSequence);
- smalltalk.addClass('IRBlockSequence', smalltalk.IRSequence, [], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRBlockSequence_", [self]);
- return self;}
- }),
- smalltalk.IRBlockSequence);
- smalltalk.addClass('IRStatement', smalltalk.IRInstruction, [], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRStatement_", [self]);
- return self;}
- }),
- smalltalk.IRStatement);
- smalltalk.addMethod(
- "_isReturn",
- smalltalk.method({
- selector: "isReturn",
- fn: function () {
- var self=this;
- return smalltalk.send(smalltalk.send(smalltalk.send(self, "_instructions", []), "_first", []), "_isReturn", []);
- return self;}
- }),
- smalltalk.IRStatement);
- smalltalk.addClass('IRTempDeclaration', smalltalk.IRInstruction, ['name'], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRTempDeclaration_", [self]);
- return self;}
- }),
- smalltalk.IRTempDeclaration);
- smalltalk.addMethod(
- "_name",
- smalltalk.method({
- selector: "name",
- fn: function () {
- var self=this;
- return self['@name'];
- return self;}
- }),
- smalltalk.IRTempDeclaration);
- smalltalk.addMethod(
- "_name_",
- smalltalk.method({
- selector: "name:",
- fn: function (aString) {
- var self=this;
- (self['@name']=aString);
- return self;}
- }),
- smalltalk.IRTempDeclaration);
- smalltalk.addClass('IRValue', smalltalk.IRInstruction, ['value'], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRValue_", [self]);
- return self;}
- }),
- smalltalk.IRValue);
- smalltalk.addMethod(
- "_value",
- smalltalk.method({
- selector: "value",
- fn: function () {
- var self=this;
- return self['@value'];
- return self;}
- }),
- smalltalk.IRValue);
- smalltalk.addMethod(
- "_value_",
- smalltalk.method({
- selector: "value:",
- fn: function (aString) {
- var self=this;
- (self['@value']=aString);
- return self;}
- }),
- smalltalk.IRValue);
- smalltalk.addClass('IRVariable', smalltalk.IRInstruction, ['variable'], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRVariable_", [self]);
- return self;}
- }),
- smalltalk.IRVariable);
- smalltalk.addMethod(
- "_isVariable",
- smalltalk.method({
- selector: "isVariable",
- fn: function (){
- var self=this;
- return true;
- return self;}
- }),
- smalltalk.IRVariable);
- smalltalk.addMethod(
- "_variable",
- smalltalk.method({
- selector: "variable",
- fn: function () {
- var self=this;
- return self['@variable'];
- return self;}
- }),
- smalltalk.IRVariable);
- smalltalk.addMethod(
- "_variable_",
- smalltalk.method({
- selector: "variable:",
- fn: function (aScopeVariable) {
- var self=this;
- (self['@variable']=aScopeVariable);
- return self;}
- }),
- smalltalk.IRVariable);
- smalltalk.addClass('IRVerbatim', smalltalk.IRInstruction, ['source'], 'Compiler-IR');
- smalltalk.addMethod(
- "_accept_",
- smalltalk.method({
- selector: "accept:",
- fn: function (aVisitor) {
- var self=this;
- return smalltalk.send(aVisitor, "_visitIRVerbatim_", [self]);
- return self;}
- }),
- smalltalk.IRVerbatim);
- smalltalk.addMethod(
- "_source",
- smalltalk.method({
- selector: "source",
- fn: function () {
- var self=this;
- return self['@source'];
- return self;}
- }),
- smalltalk.IRVerbatim);
- smalltalk.addMethod(
- "_source_",
- smalltalk.method({
- selector: "source:",
- fn: function (aString) {
- var self=this;
- (self['@source']=aString);
- return self;}
- }),
- smalltalk.IRVerbatim);
- smalltalk.addClass('IRVisitor', smalltalk.Object, [], 'Compiler-IR');
- smalltalk.addMethod(
- "_visit_",
- smalltalk.method({
- selector: "visit:",
- fn: function (anIRInstruction) {
- var self=this;
- return smalltalk.send(anIRInstruction, "_accept_", [self]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRAlias_",
- smalltalk.method({
- selector: "visitIRAlias:",
- fn: function (anIRAlias) {
- var self=this;
- return smalltalk.send(self, "_visitIRAssignment_", [anIRAlias]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRAssignment_",
- smalltalk.method({
- selector: "visitIRAssignment:",
- fn: function (anIRAssignment) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRAssignment]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRBlockSequence_",
- smalltalk.method({
- selector: "visitIRBlockSequence:",
- fn: function (anIRBlockSequence) {
- var self=this;
- return smalltalk.send(self, "_visitIRSequence_", [anIRBlockSequence]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRClosure_",
- smalltalk.method({
- selector: "visitIRClosure:",
- fn: function (anIRClosure) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRClosure]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRInlinedAssignment_",
- smalltalk.method({
- selector: "visitIRInlinedAssignment:",
- fn: function (anIRInlinedAssignment){
- var self=this;
- return smalltalk.send(self, "_visitIRAssignment_", [anIRInlinedAssignment]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRInlinedClosure_",
- smalltalk.method({
- selector: "visitIRInlinedClosure:",
- fn: function (anIRClosure) {
- var self=this;
- return smalltalk.send(self, "_visitIRClosure_", [anIRClosure]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRInlinedIfTrue_",
- smalltalk.method({
- selector: "visitIRInlinedIfTrue:",
- fn: function (anIRInlinedIfTrue) {
- var self=this;
- return smalltalk.send(self, "_visitIRInlinedSend_", [anIRInlinedIfTrue]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRInlinedNonLocalReturn_",
- smalltalk.method({
- selector: "visitIRInlinedNonLocalReturn:",
- fn: function (anIRNonLocalReturn){
- var self=this;
- return smalltalk.send(self, "_visitIRNonLocalReturn_", [smalltalk.send(anIRNonLocalReturn, "_anIRNonLocalReturn", [])]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRInlinedSend_",
- smalltalk.method({
- selector: "visitIRInlinedSend:",
- fn: function (anIRInlinedSend) {
- var self=this;
- return smalltalk.send(self, "_visitIRSend_", [anIRInlinedSend]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRInstruction_",
- smalltalk.method({
- selector: "visitIRInstruction:",
- fn: function (anIRInstruction) {
- var self=this;
- return smalltalk.send(smalltalk.send(anIRInstruction, "_instructions", []), "_do_", [(function(each){return smalltalk.send(self, "_visit_", [each]);})]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRMethod_",
- smalltalk.method({
- selector: "visitIRMethod:",
- fn: function (anIRMethod) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRMethod]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRNonLocalReturn_",
- smalltalk.method({
- selector: "visitIRNonLocalReturn:",
- fn: function (anIRNonLocalReturn) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRNonLocalReturn]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRNonLocalReturnHandling_",
- smalltalk.method({
- selector: "visitIRNonLocalReturnHandling:",
- fn: function (anIRNonLocalReturnHandling) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRNonLocalReturnHandling]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRReturn_",
- smalltalk.method({
- selector: "visitIRReturn:",
- fn: function (anIRReturn) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRReturn]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRSend_",
- smalltalk.method({
- selector: "visitIRSend:",
- fn: function (anIRSend) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRSend]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRSequence_",
- smalltalk.method({
- selector: "visitIRSequence:",
- fn: function (anIRSequence) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRSequence]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRStatement_",
- smalltalk.method({
- selector: "visitIRStatement:",
- fn: function (anIRStatement) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRStatement]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRTempDeclaration_",
- smalltalk.method({
- selector: "visitIRTempDeclaration:",
- fn: function (anIRTempDeclaration) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRTempDeclaration]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRValue_",
- smalltalk.method({
- selector: "visitIRValue:",
- fn: function (anIRValue) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRValue]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRVariable_",
- smalltalk.method({
- selector: "visitIRVariable:",
- fn: function (anIRVariable) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRVariable]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addMethod(
- "_visitIRVerbatim_",
- smalltalk.method({
- selector: "visitIRVerbatim:",
- fn: function (anIRVerbatim) {
- var self=this;
- return smalltalk.send(self, "_visitIRInstruction_", [anIRVerbatim]);
- return self;}
- }),
- smalltalk.IRVisitor);
- smalltalk.addClass('IRJSTranslator', smalltalk.IRVisitor, ['stream'], 'Compiler-IR');
- smalltalk.addMethod(
- "_contents",
- smalltalk.method({
- selector: "contents",
- fn: function () {
- var self=this;
- return smalltalk.send(smalltalk.send(self, "_stream", []), "_contents", []);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_initialize",
- smalltalk.method({
- selector: "initialize",
- fn: function () {
- var self=this;
- smalltalk.send(self, "_initialize", [], smalltalk.IRJSTranslator.superclass || nil);
- (self['@stream']=smalltalk.send((smalltalk.JSStream || JSStream), "_new", []));
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_stream",
- smalltalk.method({
- selector: "stream",
- fn: function () {
- var self=this;
- return self['@stream'];
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_stream_",
- smalltalk.method({
- selector: "stream:",
- fn: function (aStream) {
- var self=this;
- (self['@stream']=aStream);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRAssignment_",
- smalltalk.method({
- selector: "visitIRAssignment:",
- fn: function (anIRAssignment) {
- var self=this;
- smalltalk.send(self, "_visit_", [smalltalk.send(smalltalk.send(anIRAssignment, "_instructions", []), "_first", [])]);
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutAssignment", []);
- smalltalk.send(self, "_visit_", [smalltalk.send(smalltalk.send(anIRAssignment, "_instructions", []), "_last", [])]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRBlockSequence_",
- smalltalk.method({
- selector: "visitIRBlockSequence:",
- fn: function (anIRBlockSequence) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutSequenceWith_", [(function(){return ((($receiver = smalltalk.send(smalltalk.send(anIRBlockSequence, "_instructions", []), "_notEmpty", [])).klass === smalltalk.Boolean) ? ($receiver ? (function(){smalltalk.send(smalltalk.send(smalltalk.send(anIRBlockSequence, "_instructions", []), "_allButLast", []), "_do_", [(function(each){return smalltalk.send(self, "_visit_", [each]);})]);((($receiver = smalltalk.send(smalltalk.send(smalltalk.send(anIRBlockSequence, "_instructions", []), "_last", []), "_isReturn", [])).klass === smalltalk.Boolean) ? (! $receiver ? (function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutReturn", []);})() : nil) : smalltalk.send($receiver, "_ifFalse_", [(function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutReturn", []);})]));return smalltalk.send(self, "_visit_", [smalltalk.send(smalltalk.send(anIRBlockSequence, "_instructions", []), "_last", [])]);})() : nil) : smalltalk.send($receiver, "_ifTrue_", [(function(){smalltalk.send(smalltalk.send(smalltalk.send(anIRBlockSequence, "_instructions", []), "_allButLast", []), "_do_", [(function(each){return smalltalk.send(self, "_visit_", [each]);})]);((($receiver = smalltalk.send(smalltalk.send(smalltalk.send(anIRBlockSequence, "_instructions", []), "_last", []), "_isReturn", [])).klass === smalltalk.Boolean) ? (! $receiver ? (function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutReturn", []);})() : nil) : smalltalk.send($receiver, "_ifFalse_", [(function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutReturn", []);})]));return smalltalk.send(self, "_visit_", [smalltalk.send(smalltalk.send(anIRBlockSequence, "_instructions", []), "_last", [])]);})]));})]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRClosure_",
- smalltalk.method({
- selector: "visitIRClosure:",
- fn: function (anIRClosure) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutClosureWith_arguments_", [(function(){return smalltalk.send(self, "_visitIRClosure_", [anIRClosure], smalltalk.IRJSTranslator.superclass || nil);}), smalltalk.send(anIRClosure, "_arguments", [])]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRMethod_",
- smalltalk.method({
- selector: "visitIRMethod:",
- fn: function (anIRMethod) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutMethodDeclaration_with_", [anIRMethod, (function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutFunctionWith_arguments_", [(function(){((($receiver = smalltalk.send(smalltalk.send(anIRMethod, "_internalVariables", []), "_notEmpty", [])).klass === smalltalk.Boolean) ? ($receiver ? (function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutVars_", [smalltalk.send(smalltalk.send(smalltalk.send(anIRMethod, "_internalVariables", []), "_asArray", []), "_collect_", [(function(each){return smalltalk.send(smalltalk.send(each, "_variable", []), "_alias", []);})])]);})() : nil) : smalltalk.send($receiver, "_ifTrue_", [(function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutVars_", [smalltalk.send(smalltalk.send(smalltalk.send(anIRMethod, "_internalVariables", []), "_asArray", []), "_collect_", [(function(each){return smalltalk.send(smalltalk.send(each, "_variable", []), "_alias", []);})])]);})]));return smalltalk.send(self, "_visitIRMethod_", [anIRMethod], smalltalk.IRJSTranslator.superclass || nil);}), smalltalk.send(anIRMethod, "_arguments", [])]);})]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRNonLocalReturn_",
- smalltalk.method({
- selector: "visitIRNonLocalReturn:",
- fn: function (anIRNonLocalReturn) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutNonLocalReturnWith_", [(function(){return smalltalk.send(self, "_visitIRNonLocalReturn_", [anIRNonLocalReturn], smalltalk.IRJSTranslator.superclass || nil);})]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRNonLocalReturnHandling_",
- smalltalk.method({
- selector: "visitIRNonLocalReturnHandling:",
- fn: function (anIRNonLocalReturnHandling) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutNonLocalReturnHandlingWith_", [(function(){return smalltalk.send(self, "_visitIRNonLocalReturnHandling_", [anIRNonLocalReturnHandling], smalltalk.IRJSTranslator.superclass || nil);})]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRReturn_",
- smalltalk.method({
- selector: "visitIRReturn:",
- fn: function (anIRReturn) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutReturnWith_", [(function(){return smalltalk.send(self, "_visitIRReturn_", [anIRReturn], smalltalk.IRJSTranslator.superclass || nil);})]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRSend_",
- smalltalk.method({
- selector: "visitIRSend:",
- fn: function (anIRSend) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutAll_", ["smalltalk.send("]);
- smalltalk.send(self, "_visit_", [smalltalk.send(smalltalk.send(anIRSend, "_instructions", []), "_first", [])]);
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutAll_", [smalltalk.send(smalltalk.send(",\x22", "__comma", [smalltalk.send(smalltalk.send(anIRSend, "_selector", []), "_asSelector", [])]), "__comma", ["\x22,["])]);
- smalltalk.send(smalltalk.send(smalltalk.send(anIRSend, "_instructions", []), "_allButFirst", []), "_do_separatedBy_", [(function(each){return smalltalk.send(self, "_visit_", [each]);}), (function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutAll_", [","]);})]);
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutAll_", ["]"]);
- (($receiver = smalltalk.send(anIRSend, "_classSend", [])) != nil && $receiver != undefined) ? (function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutAll_", [smalltalk.send(",", "__comma", [smalltalk.send(smalltalk.send(anIRSend, "_classSend", []), "_asJavascript", [])])]);})() : nil;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutAll_", [")"]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRSequence_",
- smalltalk.method({
- selector: "visitIRSequence:",
- fn: function (anIRSequence) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutSequenceWith_", [(function(){return smalltalk.send(self, "_visitIRSequence_", [anIRSequence], smalltalk.IRJSTranslator.superclass || nil);})]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRStatement_",
- smalltalk.method({
- selector: "visitIRStatement:",
- fn: function (anIRStatement){
- var self=this;
- ((($receiver = smalltalk.send(smalltalk.send(smalltalk.send(smalltalk.send(anIRStatement, "_instructions", []), "_size", []), "__eq", [(1)]), "_and_", [(function(){return smalltalk.send(smalltalk.send(smalltalk.send(anIRStatement, "_instructions", []), "_first", []), "_isVariable", []);})])).klass === smalltalk.Boolean) ? (! $receiver ? (function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutStatementWith_", [(function(){return smalltalk.send(self, "_visitIRStatement_", [anIRStatement], smalltalk.IRJSTranslator.superclass || nil);})]);})() : nil) : smalltalk.send($receiver, "_ifFalse_", [(function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutStatementWith_", [(function(){return smalltalk.send(self, "_visitIRStatement_", [anIRStatement], smalltalk.IRJSTranslator.superclass || nil);})]);})]));
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRTempDeclaration_",
- smalltalk.method({
- selector: "visitIRTempDeclaration:",
- fn: function (anIRTempDeclaration) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutVar_", [smalltalk.send(smalltalk.send(anIRTempDeclaration, "_name", []), "_asVariableName", [])]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRValue_",
- smalltalk.method({
- selector: "visitIRValue:",
- fn: function (anIRValue) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutAll_", [smalltalk.send(smalltalk.send(anIRValue, "_value", []), "_asJavascript", [])]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRVariable_",
- smalltalk.method({
- selector: "visitIRVariable:",
- fn: function (anIRVariable) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutAll_", [smalltalk.send(smalltalk.send(anIRVariable, "_variable", []), "_alias", [])]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addMethod(
- "_visitIRVerbatim_",
- smalltalk.method({
- selector: "visitIRVerbatim:",
- fn: function (anIRVerbatim) {
- var self=this;
- smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutStatementWith_", [(function(){return smalltalk.send(smalltalk.send(self, "_stream", []), "_nextPutAll_", [smalltalk.send(anIRVerbatim, "_source", [])]);})]);
- return self;}
- }),
- smalltalk.IRJSTranslator);
- smalltalk.addClass('JSStream', smalltalk.Object, ['stream'], 'Compiler-IR');
- smalltalk.addMethod(
- "_contents",
- smalltalk.method({
- selector: "contents",
- fn: function () {
- var self=this;
- return smalltalk.send(self['@stream'], "_contents", []);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_initialize",
- smalltalk.method({
- selector: "initialize",
- fn: function () {
- var self=this;
- smalltalk.send(self, "_initialize", [], smalltalk.JSStream.superclass || nil);
- (self['@stream']=smalltalk.send("", "_writeStream", []));
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_lf",
- smalltalk.method({
- selector: "lf",
- fn: function () {
- var self=this;
- smalltalk.send(self['@stream'], "_lf", []);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPut_",
- smalltalk.method({
- selector: "nextPut:",
- fn: function (aString) {
- var self=this;
- smalltalk.send(self['@stream'], "_nextPut_", [aString]);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutAll_",
- smalltalk.method({
- selector: "nextPutAll:",
- fn: function (aString) {
- var self=this;
- smalltalk.send(self['@stream'], "_nextPutAll_", [aString]);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutAssignment",
- smalltalk.method({
- selector: "nextPutAssignment",
- fn: function () {
- var self=this;
- smalltalk.send(self['@stream'], "_nextPutAll_", ["="]);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutClosureWith_arguments_",
- smalltalk.method({
- selector: "nextPutClosureWith:arguments:",
- fn: function (aBlock, anArray) {
- var self=this;
- smalltalk.send(self['@stream'], "_nextPutAll_", ["(function("]);
- smalltalk.send(anArray, "_do_separatedBy_", [(function(each){return smalltalk.send(self['@stream'], "_nextPutAll_", [smalltalk.send(each, "_asVariableName", [])]);}), (function(){return smalltalk.send(self['@stream'], "_nextPut_", [","]);})]);
- (function($rec){smalltalk.send($rec, "_nextPutAll_", ["){"]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- smalltalk.send(aBlock, "_value", []);
- smalltalk.send(self['@stream'], "_nextPutAll_", ["})"]);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutFunctionWith_arguments_",
- smalltalk.method({
- selector: "nextPutFunctionWith:arguments:",
- fn: function (aBlock, anArray) {
- var self=this;
- smalltalk.send(self['@stream'], "_nextPutAll_", ["fn: function("]);
- smalltalk.send(anArray, "_do_separatedBy_", [(function(each){return smalltalk.send(self['@stream'], "_nextPutAll_", [smalltalk.send(each, "_asVariableName", [])]);}), (function(){return smalltalk.send(self['@stream'], "_nextPut_", [","]);})]);
- (function($rec){smalltalk.send($rec, "_nextPutAll_", ["){"]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- (function($rec){smalltalk.send($rec, "_nextPutAll_", ["var self=this;"]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- smalltalk.send(aBlock, "_value", []);
- smalltalk.send(self['@stream'], "_nextPutAll_", ["}"]);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutIf_with_",
- smalltalk.method({
- selector: "nextPutIf:with:",
- fn: function (aBlock, anotherBlock) {
- var self=this;
- smalltalk.send(self['@stream'], "_nextPutAll_", ["if("]);
- smalltalk.send(aBlock, "_value", []);
- (function($rec){smalltalk.send($rec, "_nextPutAll_", ["){"]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- smalltalk.send(anotherBlock, "_value", []);
- smalltalk.send(self['@stream'], "_nextPutAll_", ["}"]);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutMethodDeclaration_with_",
- smalltalk.method({
- selector: "nextPutMethodDeclaration:with:",
- fn: function (aMethod, aBlock) {
- var self=this;
- (function($rec){smalltalk.send($rec, "_nextPutAll_", ["smalltalk.method({"]);smalltalk.send($rec, "_lf", []);smalltalk.send($rec, "_nextPutAll_", [smalltalk.send(smalltalk.send("selector: \x22", "__comma", [smalltalk.send(aMethod, "_selector", [])]), "__comma", ["\x22,"])]);smalltalk.send($rec, "_lf", []);smalltalk.send($rec, "_nextPutAll_", [smalltalk.send(smalltalk.send("source: ", "__comma", [smalltalk.send(smalltalk.send(aMethod, "_source", []), "_asJavascript", [])]), "__comma", [","])]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- smalltalk.send(aBlock, "_value", []);
- (function($rec){smalltalk.send($rec, "_nextPutAll_", [smalltalk.send(smalltalk.send(",", "__comma", [smalltalk.send((smalltalk.String || String), "_lf", [])]), "__comma", ["messageSends: "])]);smalltalk.send($rec, "_nextPutAll_", [smalltalk.send(smalltalk.send(smalltalk.send(smalltalk.send(aMethod, "_messageSends", []), "_asArray", []), "_asJavascript", []), "__comma", [","])]);smalltalk.send($rec, "_lf", []);smalltalk.send($rec, "_nextPutAll_", [smalltalk.send(smalltalk.send("args: ", "__comma", [smalltalk.send(smalltalk.send(smalltalk.send(smalltalk.send(aMethod, "_arguments", []), "_collect_", [(function(each){return smalltalk.send(each, "_value", []);})]), "_asArray", []), "_asJavascript", [])]), "__comma", [","])]);smalltalk.send($rec, "_lf", []);return smalltalk.send($rec, "_nextPutAll_", ["referencedClasses: ["]);})(self['@stream']);
- smalltalk.send(smalltalk.send(aMethod, "_classReferences", []), "_do_separatedBy_", [(function(each){return smalltalk.send(self['@stream'], "_nextPutAll_", [smalltalk.send(each, "_asJavascript", [])]);}), (function(){return smalltalk.send(self['@stream'], "_nextPutAll_", [","]);})]);
- (function($rec){smalltalk.send($rec, "_nextPutAll_", ["]"]);return smalltalk.send($rec, "_nextPutAll_", ["})"]);})(self['@stream']);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutNonLocalReturnHandlingWith_",
- smalltalk.method({
- selector: "nextPutNonLocalReturnHandlingWith:",
- fn: function (aBlock) {
- var self=this;
- (function($rec){smalltalk.send($rec, "_nextPutAll_", ["var $early={};"]);smalltalk.send($rec, "_lf", []);smalltalk.send($rec, "_nextPutAll_", ["try {"]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- smalltalk.send(aBlock, "_value", []);
- (function($rec){smalltalk.send($rec, "_nextPutAll_", ["}"]);smalltalk.send($rec, "_lf", []);smalltalk.send($rec, "_nextPutAll_", ["catch(e) {if(e===$early)return e[0]; throw e}"]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutNonLocalReturnWith_",
- smalltalk.method({
- selector: "nextPutNonLocalReturnWith:",
- fn: function (aBlock) {
- var self=this;
- smalltalk.send(self['@stream'], "_nextPutAll_", ["throw $early=["]);
- smalltalk.send(aBlock, "_value", []);
- smalltalk.send(self['@stream'], "_nextPutAll_", ["]"]);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutReturn",
- smalltalk.method({
- selector: "nextPutReturn",
- fn: function () {
- var self=this;
- smalltalk.send(self['@stream'], "_nextPutAll_", ["return "]);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutReturnWith_",
- smalltalk.method({
- selector: "nextPutReturnWith:",
- fn: function (aBlock) {
- var self=this;
- smalltalk.send(self, "_nextPutReturn", []);
- smalltalk.send(aBlock, "_value", []);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutSendTo_selector_arguments_",
- smalltalk.method({
- selector: "nextPutSendTo:selector:arguments:",
- fn: function (receiver, selector, arguments) {
- var self=this;
- smalltalk.send(self['@stream'], "_nextPutAll_", ["smalltalk.send("]);
- smalltalk.send(receiver, "_emitOn_", [self]);
- smalltalk.send(self['@stream'], "_nextPutAll_", [smalltalk.send(smalltalk.send(",\x22", "__comma", [smalltalk.send(selector, "_asSelector", [])]), "__comma", ["\x22,["])]);
- smalltalk.send(arguments, "_do_separatedBy_", [(function(each){return smalltalk.send(each, "_emitOn_", [self]);}), (function(){return smalltalk.send(self['@stream'], "_nextPutAll_", [","]);})]);
- smalltalk.send(self['@stream'], "_nextPutAll_", ["])"]);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutSequenceWith_",
- smalltalk.method({
- selector: "nextPutSequenceWith:",
- fn: function (aBlock) {
- var self=this;
- smalltalk.send(aBlock, "_value", []);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutStatement_with_",
- smalltalk.method({
- selector: "nextPutStatement:with:",
- fn: function (anInteger, aBlock) {
- var self=this;
- (function($rec){smalltalk.send($rec, "_nextPutAll_", [smalltalk.send(smalltalk.send("case ", "__comma", [smalltalk.send(anInteger, "_asString", [])]), "__comma", [":"])]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- smalltalk.send(self, "_nextPutStatementWith_", [aBlock]);
- (function($rec){smalltalk.send($rec, "_nextPutAll_", [smalltalk.send(smalltalk.send("smalltalk.thisContext.pc=", "__comma", [smalltalk.send(((($receiver = anInteger).klass === smalltalk.Number) ? $receiver +(1) : smalltalk.send($receiver, "__plus", [(1)])), "_asString", [])]), "__comma", [";"])]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutStatementWith_",
- smalltalk.method({
- selector: "nextPutStatementWith:",
- fn: function (aBlock) {
- var self=this;
- smalltalk.send(aBlock, "_value", []);
- (function($rec){smalltalk.send($rec, "_nextPutAll_", [";"]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutVar_",
- smalltalk.method({
- selector: "nextPutVar:",
- fn: function (aString) {
- var self=this;
- (function($rec){smalltalk.send($rec, "_nextPutAll_", [smalltalk.send(smalltalk.send("var ", "__comma", [aString]), "__comma", [";"])]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_nextPutVars_",
- smalltalk.method({
- selector: "nextPutVars:",
- fn: function (aCollection) {
- var self=this;
- smalltalk.send(self['@stream'], "_nextPutAll_", ["var "]);
- smalltalk.send(aCollection, "_do_separatedBy_", [(function(each){return smalltalk.send(self['@stream'], "_nextPutAll_", [each]);}), (function(){return smalltalk.send(self['@stream'], "_nextPutAll_", [","]);})]);
- (function($rec){smalltalk.send($rec, "_nextPutAll_", [";"]);return smalltalk.send($rec, "_lf", []);})(self['@stream']);
- return self;}
- }),
- smalltalk.JSStream);
- smalltalk.addMethod(
- "_appendToInstruction_",
- smalltalk.method({
- selector: "appendToInstruction:",
- fn: function (anIRInstruction) {
- var self=this;
- smalltalk.send(anIRInstruction, "_appendBlock_", [self]);
- return self;}
- }),
- smalltalk.BlockClosure);
- smalltalk.addMethod(
- "_asVariableName",
- smalltalk.method({
- selector: "asVariableName",
- fn: function () {
- var self=this;
- return ((($receiver = smalltalk.send(smalltalk.send(smalltalk.send((smalltalk.Smalltalk || Smalltalk), "_current", []), "_reservedWords", []), "_includes_", [self])).klass === smalltalk.Boolean) ? ($receiver ? (function(){return smalltalk.send(self, "__comma", ["_"]);})() : (function(){return self;})()) : smalltalk.send($receiver, "_ifTrue_ifFalse_", [(function(){return smalltalk.send(self, "__comma", ["_"]);}), (function(){return self;})]));
- return self;}
- }),
- smalltalk.String);
|