|  | @@ -14,7 +14,8 @@ function $SemanticAnalyzer(){return globals.SemanticAnalyzer||(typeof SemanticAn
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  _st(_st($SemanticAnalyzer())._on_(aClass))._visit_(aNode);
 | 
	
		
			
				|  |  |  return aNode;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"analyze:forClass:",{aNode:aNode,aClass:aClass},globals.ASTParsingTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"analyze:forClass:",{aNode:aNode,aClass:aClass},globals.ASTParsingTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aNode", "aClass"],
 | 
	
		
			
				|  |  |  source: "analyze: aNode forClass: aClass\x0a\x09(SemanticAnalyzer on: aClass) visit: aNode.\x0a\x09^ aNode",
 | 
	
		
			
				|  |  |  messageSends: ["visit:", "on:"],
 | 
	
	
		
			
				|  | @@ -33,7 +34,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  var $1;
 | 
	
		
			
				|  |  |  $1=_st($Smalltalk())._parse_(aString);
 | 
	
		
			
				|  |  |  return $1;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"parse:",{aString:aString},globals.ASTParsingTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"parse:",{aString:aString},globals.ASTParsingTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString"],
 | 
	
		
			
				|  |  |  source: "parse: aString\x0a\x09^ Smalltalk parse: aString",
 | 
	
		
			
				|  |  |  messageSends: ["parse:"],
 | 
	
	
		
			
				|  | @@ -51,7 +53,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  var $1;
 | 
	
		
			
				|  |  |  $1=self._analyze_forClass_(self._parse_(aString),aClass);
 | 
	
		
			
				|  |  |  return $1;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"parse:forClass:",{aString:aString,aClass:aClass},globals.ASTParsingTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"parse:forClass:",{aString:aString,aClass:aClass},globals.ASTParsingTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString", "aClass"],
 | 
	
		
			
				|  |  |  source: "parse: aString forClass: aClass\x0a\x09^ self analyze: (self parse: aString) forClass: aClass",
 | 
	
		
			
				|  |  |  messageSends: ["analyze:forClass:", "parse:"],
 | 
	
	
		
			
				|  | @@ -81,7 +84,8 @@ _st($3)._context_($4);
 | 
	
		
			
				|  |  |  $5=_st($2)._yourself();
 | 
	
		
			
				|  |  |  $1=$5;
 | 
	
		
			
				|  |  |  return $1;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"astPCNodeVisitor",{},globals.ASTPCNodeVisitorTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"astPCNodeVisitor",{},globals.ASTPCNodeVisitorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "astPCNodeVisitor\x0a\x09^ ASTPCNodeVisitor new\x0a\x09\x09context: (AIContext new\x0a\x09\x09\x09yourself);\x0a\x09\x09yourself",
 | 
	
		
			
				|  |  |  messageSends: ["context:", "new", "yourself"],
 | 
	
	
		
			
				|  | @@ -109,7 +113,8 @@ _st($3)._context_($4);
 | 
	
		
			
				|  |  |  $5=_st($2)._yourself();
 | 
	
		
			
				|  |  |  $1=$5;
 | 
	
		
			
				|  |  |  return $1;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"astPCNodeVisitorForSelector:",{aString:aString},globals.ASTPCNodeVisitorTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"astPCNodeVisitorForSelector:",{aString:aString},globals.ASTPCNodeVisitorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString"],
 | 
	
		
			
				|  |  |  source: "astPCNodeVisitorForSelector: aString\x0a\x09^ ASTPCNodeVisitor new\x0a\x09\x09selector: aString;\x0a\x09\x09context: (AIContext new\x0a\x09\x09\x09yourself);\x0a\x09\x09yourself",
 | 
	
		
			
				|  |  |  messageSends: ["selector:", "new", "context:", "yourself"],
 | 
	
	
		
			
				|  | @@ -132,7 +137,8 @@ $1=self._astPCNodeVisitor();
 | 
	
		
			
				|  |  |  _st($1)._visit_(ast);
 | 
	
		
			
				|  |  |  $2=_st($1)._currentNode();
 | 
	
		
			
				|  |  |  self._assert_(_st($2)._isJSStatementNode());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testJSStatementNode",{ast:ast,visitor:visitor},globals.ASTPCNodeVisitorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testJSStatementNode",{ast:ast,visitor:visitor},globals.ASTPCNodeVisitorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testJSStatementNode\x0a\x09| ast visitor |\x0a\x09\x0a\x09ast := self parse: 'foo <consolee.log(1)>' forClass: Object.\x0a\x09self assert: (self astPCNodeVisitor\x0a\x09\x09visit: ast;\x0a\x09\x09currentNode) isJSStatementNode",
 | 
	
		
			
				|  |  |  messageSends: ["parse:forClass:", "assert:", "isJSStatementNode", "visit:", "astPCNodeVisitor", "currentNode"],
 | 
	
	
		
			
				|  | @@ -155,7 +161,8 @@ $1=self._astPCNodeVisitorForSelector_("yourself");
 | 
	
		
			
				|  |  |  _st($1)._visit_(ast);
 | 
	
		
			
				|  |  |  $2=_st($1)._currentNode();
 | 
	
		
			
				|  |  |  self._assert_equals_(_st($2)._selector(),"yourself");
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testMessageSend",{ast:ast},globals.ASTPCNodeVisitorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testMessageSend",{ast:ast},globals.ASTPCNodeVisitorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testMessageSend\x0a\x09| ast |\x0a\x09\x0a\x09ast := self parse: 'foo self asString yourself. ^ self asBoolean' forClass: Object.\x0a\x09self assert: ((self astPCNodeVisitorForSelector: 'yourself')\x0a\x09\x09visit: ast;\x0a\x09\x09currentNode) selector equals: 'yourself'",
 | 
	
		
			
				|  |  |  messageSends: ["parse:forClass:", "assert:equals:", "selector", "visit:", "astPCNodeVisitorForSelector:", "currentNode"],
 | 
	
	
		
			
				|  | @@ -178,7 +185,8 @@ $1=self._astPCNodeVisitorForSelector_("yourself");
 | 
	
		
			
				|  |  |  _st($1)._visit_(ast);
 | 
	
		
			
				|  |  |  $2=_st($1)._currentNode();
 | 
	
		
			
				|  |  |  self._assert_equals_(_st($2)._selector(),"yourself");
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testMessageSendWithBlocks",{ast:ast},globals.ASTPCNodeVisitorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testMessageSendWithBlocks",{ast:ast},globals.ASTPCNodeVisitorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testMessageSendWithBlocks\x0a\x09| ast |\x0a\x09\x0a\x09ast := self parse: 'foo true ifTrue: [ [ self asString yourself ] value.  ]. ^ self asBoolean' forClass: Object.\x0a\x09self assert: ((self astPCNodeVisitorForSelector: 'yourself')\x0a\x09\x09visit: ast;\x0a\x09\x09currentNode) selector equals: 'yourself'",
 | 
	
		
			
				|  |  |  messageSends: ["parse:forClass:", "assert:equals:", "selector", "visit:", "astPCNodeVisitorForSelector:", "currentNode"],
 | 
	
	
		
			
				|  | @@ -214,7 +222,8 @@ $5=self._astPCNodeVisitorForSelector_("asBoolean");
 | 
	
		
			
				|  |  |  _st($5)._visit_(ast);
 | 
	
		
			
				|  |  |  $6=_st($5)._currentNode();
 | 
	
		
			
				|  |  |  self._assert_equals_(_st($6)._selector(),"asBoolean");
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testMessageSendWithInlining",{ast:ast},globals.ASTPCNodeVisitorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testMessageSendWithInlining",{ast:ast},globals.ASTPCNodeVisitorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testMessageSendWithInlining\x0a\x09| ast |\x0a\x09\x0a\x09ast := self parse: 'foo true ifTrue: [ self asString yourself ]. ^ self asBoolean' forClass: Object.\x0a\x09self assert: ((self astPCNodeVisitorForSelector: 'yourself')\x0a\x09\x09visit: ast;\x0a\x09\x09currentNode) selector equals: 'yourself'.\x0a\x09\x09\x0a\x09ast := self parse: 'foo true ifTrue: [ self asString yourself ]. ^ self asBoolean' forClass: Object.\x0a\x09self assert: ((self astPCNodeVisitorForSelector: 'asBoolean')\x0a\x09\x09visit: ast;\x0a\x09\x09currentNode) selector equals: 'asBoolean'",
 | 
	
		
			
				|  |  |  messageSends: ["parse:forClass:", "assert:equals:", "selector", "visit:", "astPCNodeVisitorForSelector:", "currentNode"],
 | 
	
	
		
			
				|  | @@ -237,7 +246,8 @@ $1=self._astPCNodeVisitor();
 | 
	
		
			
				|  |  |  _st($1)._visit_(ast);
 | 
	
		
			
				|  |  |  $2=_st($1)._currentNode();
 | 
	
		
			
				|  |  |  self._assert_(_st($2)._isNil());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testNoMessageSend",{ast:ast},globals.ASTPCNodeVisitorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testNoMessageSend",{ast:ast},globals.ASTPCNodeVisitorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testNoMessageSend\x0a\x09| ast |\x0a\x09\x0a\x09ast := self parse: 'foo ^ self' forClass: Object.\x0a\x09self assert: (self astPCNodeVisitor\x0a\x09\x09visit: ast;\x0a\x09\x09currentNode) isNil",
 | 
	
		
			
				|  |  |  messageSends: ["parse:forClass:", "assert:", "isNil", "visit:", "astPCNodeVisitor", "currentNode"],
 | 
	
	
		
			
				|  | @@ -260,7 +270,8 @@ $1=self._astPCNodeVisitor();
 | 
	
		
			
				|  |  |  _st($1)._visit_(ast);
 | 
	
		
			
				|  |  |  $2=_st($1)._currentNode();
 | 
	
		
			
				|  |  |  self._assert_(_st($2)._isJSStatementNode());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testPC",{ast:ast,visitor:visitor},globals.ASTPCNodeVisitorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testPC",{ast:ast,visitor:visitor},globals.ASTPCNodeVisitorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testPC\x0a\x09| ast visitor |\x0a\x09\x0a\x09ast := self parse: 'foo <console.log(1)>' forClass: Object.\x0a\x09self assert: (self astPCNodeVisitor\x0a\x09\x09visit: ast;\x0a\x09\x09currentNode) isJSStatementNode",
 | 
	
		
			
				|  |  |  messageSends: ["parse:forClass:", "assert:", "isJSStatementNode", "visit:", "astPCNodeVisitor", "currentNode"],
 | 
	
	
		
			
				|  | @@ -287,6 +298,7 @@ $4=(2).__at((4));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["@"]=1;
 | 
	
		
			
				|  |  |  $2=_st($3)._navigationNodeAt_ifAbsent_($4,(function(){
 | 
	
		
			
				|  |  |  return nil;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  }));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["navigationNodeAt:ifAbsent:"]=1;
 | 
	
		
			
				|  |  |  $1=_st($2)._source();
 | 
	
	
		
			
				|  | @@ -299,6 +311,7 @@ $8=(2).__at((7));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["@"]=2;
 | 
	
		
			
				|  |  |  $6=_st($7)._navigationNodeAt_ifAbsent_($8,(function(){
 | 
	
		
			
				|  |  |  return nil;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  }));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["navigationNodeAt:ifAbsent:"]=2;
 | 
	
		
			
				|  |  |  $5=_st($6)._selector();
 | 
	
	
		
			
				|  | @@ -308,8 +321,10 @@ $ctx1.sendIdx["assert:equals:"]=2;
 | 
	
		
			
				|  |  |  node=self._parse_("foo\x0a\x09self foo; bar; baz");
 | 
	
		
			
				|  |  |  self._assert_equals_(_st(_st(node)._navigationNodeAt_ifAbsent_((2).__at((8)),(function(){
 | 
	
		
			
				|  |  |  return nil;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  })))._selector(),"foo");
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testNodeAtPosition",{node:node},globals.ASTPositionTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testNodeAtPosition",{node:node},globals.ASTPositionTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testNodeAtPosition\x0a\x09| node |\x0a\x09\x0a\x09node := self parse: 'yourself\x0a\x09^ self'.\x0a\x09\x0a\x09self assert: (node navigationNodeAt: 2@4 ifAbsent: [ nil ]) source equals: 'self'.\x0a\x09\x0a\x09node := self parse: 'foo\x0a\x09true ifTrue: [ 1 ]'.\x0a\x09\x0a\x09self assert: (node navigationNodeAt: 2@7 ifAbsent: [ nil ]) selector equals: 'ifTrue:'.\x0a\x09\x0a\x09node := self parse: 'foo\x0a\x09self foo; bar; baz'.\x0a\x09\x0a\x09self assert: (node navigationNodeAt: 2@8 ifAbsent: [ nil ]) selector equals: 'foo'",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "assert:equals:", "source", "navigationNodeAt:ifAbsent:", "@", "selector"],
 | 
	
	
		
			
				|  | @@ -328,6 +343,7 @@ fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  function $CodeGenerator(){return globals.CodeGenerator||(typeof CodeGenerator=="undefined"?nil:CodeGenerator)}
 | 
	
		
			
				|  |  |  return $CodeGenerator();
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  },
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "codeGeneratorClass\x0a\x09^ CodeGenerator",
 | 
	
	
		
			
				|  | @@ -350,7 +366,8 @@ _st($2)._codeGeneratorClass_(self._codeGeneratorClass());
 | 
	
		
			
				|  |  |  $3=_st($2)._yourself();
 | 
	
		
			
				|  |  |  $1=$3;
 | 
	
		
			
				|  |  |  return $1;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"compiler",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"compiler",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "compiler\x0a\x09^ Compiler new\x0a\x09\x09codeGeneratorClass: self codeGeneratorClass;\x0a\x09\x09yourself",
 | 
	
		
			
				|  |  |  messageSends: ["codeGeneratorClass:", "new", "codeGeneratorClass", "yourself"],
 | 
	
	
		
			
				|  | @@ -367,7 +384,8 @@ var self=this;
 | 
	
		
			
				|  |  |  function $DoIt(){return globals.DoIt||(typeof DoIt=="undefined"?nil:DoIt)}
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self["@receiver"]=_st($DoIt())._new();
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"setUp",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"setUp",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "setUp\x0a\x09receiver := DoIt new",
 | 
	
		
			
				|  |  |  messageSends: ["new"],
 | 
	
	
		
			
				|  | @@ -392,7 +410,8 @@ method=_st($1)._install_forClass_protocol_(aString,$2,"tests");
 | 
	
		
			
				|  |  |  result=_st(self["@receiver"])._perform_(_st(method)._selector());
 | 
	
		
			
				|  |  |  _st(_st(anObject)._class())._removeCompiledMethod_(method);
 | 
	
		
			
				|  |  |  self._assert_equals_(aResult,result);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"should:receiver:return:",{aString:aString,anObject:anObject,aResult:aResult,method:method,result:result},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"should:receiver:return:",{aString:aString,anObject:anObject,aResult:aResult,method:method,result:result},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString", "anObject", "aResult"],
 | 
	
		
			
				|  |  |  source: "should: aString receiver: anObject return: aResult\x0a\x09| method result |\x0a\x0a\x09receiver := anObject.\x0a\x09method := self compiler install: aString forClass: anObject class protocol: 'tests'.\x0a\x09result := receiver perform: method selector.\x0a\x09anObject class removeCompiledMethod: method.\x0a\x09self assert: aResult equals: result",
 | 
	
		
			
				|  |  |  messageSends: ["install:forClass:protocol:", "compiler", "class", "perform:", "selector", "removeCompiledMethod:", "assert:equals:"],
 | 
	
	
		
			
				|  | @@ -410,7 +429,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  var $1;
 | 
	
		
			
				|  |  |  $1=self._should_receiver_return_(aString,self["@receiver"],anObject);
 | 
	
		
			
				|  |  |  return $1;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"should:return:",{aString:aString,anObject:anObject},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"should:return:",{aString:aString,anObject:anObject},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString", "anObject"],
 | 
	
		
			
				|  |  |  source: "should: aString return: anObject\x0a\x09^ self \x0a\x09\x09should: aString \x0a\x09\x09receiver: receiver \x0a\x09\x09return: anObject",
 | 
	
		
			
				|  |  |  messageSends: ["should:receiver:return:"],
 | 
	
	
		
			
				|  | @@ -424,7 +444,8 @@ selector: "tearDown",
 | 
	
		
			
				|  |  |  protocol: 'initialization',
 | 
	
		
			
				|  |  |  fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  | -return self},
 | 
	
		
			
				|  |  | +return self
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "tearDown\x0a\x09\x22receiver := nil\x22",
 | 
	
		
			
				|  |  |  messageSends: [],
 | 
	
	
		
			
				|  | @@ -444,7 +465,8 @@ $ctx1.sendIdx["should:return:"]=1;
 | 
	
		
			
				|  |  |  self._should_return_("foo | a | a := false ifTrue: [ 1 ]. ^ a",nil);
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo | a | ^ a := true ifTrue: [ 1 ]",(1));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testAssignment",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testAssignment",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testAssignment\x0a\x09self should: 'foo | a | a := true ifTrue: [ 1 ]. ^ a' return: 1.\x0a\x09self should: 'foo | a | a := false ifTrue: [ 1 ]. ^ a' return: nil.\x0a\x0a\x09self should: 'foo | a | ^ a := true ifTrue: [ 1 ]' return: 1",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -462,7 +484,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  self._should_return_("\x5c arg ^ 4",(4));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=1;
 | 
	
		
			
				|  |  |  self._should_return_("\x5c\x5c arg ^ 42",(42));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testBackslashSelectors",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testBackslashSelectors",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testBackslashSelectors\x0a\x09\x0a\x09self should: '\x5c arg ^ 4' return: 4.\x0a\x09self should: '\x5c\x5c arg ^ 42' return: 42",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -482,7 +505,8 @@ $ctx1.sendIdx["should:return:"]=1;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ #(1 2 3) collect: [ :each | false ifFalse: [ each + 1 ] ]",[(2), (3), (4)]);
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ #(1 2 3) collect: [ :each | each odd ifTrue: [ each + 1 ] ifFalse: [ each - 1 ] ]",[(2), (1), (4)]);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testBlockReturn",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testBlockReturn",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testBlockReturn\x0a\x09self should: 'foo ^ #(1 2 3) collect: [ :each | true ifTrue: [ each + 1 ] ]' return: #(2 3 4).\x0a\x09self should: 'foo ^ #(1 2 3) collect: [ :each | false ifFalse: [ each + 1 ] ]' return: #(2 3 4).\x0a\x09self should: 'foo ^ #(1 2 3) collect: [ :each | each odd ifTrue: [ each + 1 ] ifFalse: [ each - 1 ] ]' return: #(2 1 4).",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -498,7 +522,8 @@ fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ Array new add: 3; add: 4; yourself",[(3), (4)]);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testCascades",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testCascades",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testCascades\x0a\x09\x0a\x09self should: 'foo ^ Array new add: 3; add: 4; yourself' return: #(3 4)",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -516,7 +541,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ true ifTrue: [ 1 ] ifFalse: [ 2 ]",(1));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=1;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ false ifTrue: [ 1 ] ifFalse: [ 2 ]",(2));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testCascadesWithInlining",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testCascadesWithInlining",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testCascadesWithInlining\x0a\x09\x0a\x09self should: 'foo ^ true ifTrue: [ 1 ] ifFalse: [ 2 ]' return: 1.\x0a\x09self should: 'foo ^ false ifTrue: [ 1 ] ifFalse: [ 2 ]' return: 2",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -534,7 +560,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  self._should_return_("foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ { x. x := 2 }\x0a",[(1), (2)]);
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=1;
 | 
	
		
			
				|  |  |  self._should_return_("foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ { x. true ifTrue: [ x := 2 ] }\x0a",[(1), (2)]);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testDynamicArrayElementsOrdered",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testDynamicArrayElementsOrdered",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testDynamicArrayElementsOrdered\x0a\x09self should: 'foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ { x. x := 2 }\x0a' return: #(1 2).\x0a\x0a\x09self should: 'foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ { x. true ifTrue: [ x := 2 ] }\x0a' return: #(1 2).",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -550,7 +577,8 @@ fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self._should_return_("foo\x0a\x09| x |\x0a\x09x := 'foo'.\x0a\x09^ #{ x->1. 'bar'->(true ifTrue: [ 2 ]) }\x0a",globals.HashedCollection._newFromPairs_(["foo",(1),"bar",(2)]));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testDynamicDictionaryElementsOrdered",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testDynamicDictionaryElementsOrdered",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testDynamicDictionaryElementsOrdered\x0a\x09self should: 'foo\x0a\x09| x |\x0a\x09x := ''foo''.\x0a\x09^ #{ x->1. ''bar''->(true ifTrue: [ 2 ]) }\x0a' return: #{'foo'->1. 'bar'->2}.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -571,7 +599,8 @@ $2=_st((1).__minus_gt((2))).__minus_gt((3));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["->"]=1;
 | 
	
		
			
				|  |  |  $1=_st($HashedCollection())._with_($2);
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ #{1->2->3}",$1);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testDynamicDictionaryWithMoreArrows",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testDynamicDictionaryWithMoreArrows",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testDynamicDictionaryWithMoreArrows\x0a\x09self should: 'foo ^ #{1->2->3}' return: (HashedCollection with: 1->2->3)",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:", "with:", "->"],
 | 
	
	
		
			
				|  | @@ -592,7 +621,8 @@ $ctx1.sendIdx["should:return:"]=1;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ Math cos: 0",(1));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ NonExistingVar",nil);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testGlobalVar",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testGlobalVar",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testGlobalVar\x0a\x09self should: 'foo ^ eval class' return: BlockClosure.\x0a\x09self should: 'foo ^ Math cos: 0' return: 1.\x0a\x09self should: 'foo ^ NonExistingVar' return: nil",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -636,7 +666,8 @@ $10=[$11,"bar".__minus_gt((2))];
 | 
	
		
			
				|  |  |  self._should_return_("foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ { 'foo'->x. 'bar'->(true ifTrue: [ x := 2 ]) }\x0a",$10);
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=4;
 | 
	
		
			
				|  |  |  self._should_return_("foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ #{ 'foo'->x. 'bar'->(true ifTrue: [ x := 2 ]) }\x0a",globals.HashedCollection._newFromPairs_(["foo",(1),"bar",(2)]));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testInnerTemporalDependentElementsOrdered",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testInnerTemporalDependentElementsOrdered",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testInnerTemporalDependentElementsOrdered\x0a\x09self should: 'foo\x0a\x09| x |\x0a\x09x := Array.\x0a\x09^ x with: ''foo''->x with: ''bar''->(x := 2)\x0a' return: {'foo'->Array. 'bar'->2}.\x0a\x0a\x09self should: 'foo\x0a\x09| x |\x0a\x09x := Array.\x0a\x09^ x with: ''foo''->x with: ''bar''->(true ifTrue: [ x := 2 ])\x0a' return: {'foo'->Array. 'bar'->2}.\x0a\x0a\x09self should: 'foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ Array with: ''foo''->x with: ''bar''->(true ifTrue: [ x := 2 ])\x0a' return: {'foo'->1. 'bar'->2}.\x0a\x0a\x09self should: 'foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ { ''foo''->x. ''bar''->(true ifTrue: [ x := 2 ]) }\x0a' return: {'foo'->1. 'bar'->2}.\x0a\x0a\x09self should: 'foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ #{ ''foo''->x. ''bar''->(true ifTrue: [ x := 2 ]) }\x0a' return: #{'foo'->1. 'bar'->2}.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:", "->"],
 | 
	
	
		
			
				|  | @@ -652,7 +683,8 @@ fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self._should_return_("foo <return 2+3>",(5));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testJSStatement",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testJSStatement",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testJSStatement\x0a\x09self should: 'foo <return 2+3>' return: 5",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -668,7 +700,8 @@ fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self._should_return_("foo | a | a := 1. [ a := 2 ] value. ^ a",(2));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testLexicalScope",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testLexicalScope",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testLexicalScope\x0a\x09self should: 'foo | a | a := 1. [ a := 2 ] value. ^ a' return: 2",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -704,7 +737,8 @@ $ctx1.sendIdx["should:return:"]=9;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ -123.456",(-123.456));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=10;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ -2.5e4",(-25000));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testLiterals",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testLiterals",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testLiterals\x0a\x09self should: 'foo ^ 1' return: 1.\x0a\x09self should: 'foo ^ ''hello''' return: 'hello'.\x0a\x09self should: 'foo ^ #(1 2 3 4)' return: #(1 2 3 4).\x0a\x09self should: 'foo ^ {1. [:x | x ] value: 2. 3. [4] value}' return: #(1 2 3 4).\x0a\x09self should: 'foo ^ true' return: true.\x0a\x09self should: 'foo ^ false' return: false.\x0a\x09self should: 'foo ^ #{1->2. 3->4}' return: #{1->2. 3->4}.\x0a\x09self should: 'foo ^ #hello' return: #hello.\x0a\x09self should: 'foo ^ $h' return: 'h'.\x0a\x09self should: 'foo ^ -123.456' return: -123.456.\x0a\x09self should: 'foo ^ -2.5e4' return: -25000.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -728,7 +762,8 @@ $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo self asString",self["@receiver"]);
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=4;
 | 
	
		
			
				|  |  |  self._should_return_("foo | a b | a := 1. b := 2. ^ a + b",(3));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testLocalReturn",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testLocalReturn",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testLocalReturn\x0a\x09self should: 'foo ^ 1' return: 1.\x0a\x09self should: 'foo ^ 1 + 1' return: 2.\x0a\x09self should: 'foo ' return: receiver.\x0a\x09self should: 'foo self asString' return: receiver.\x0a\x09self should: 'foo | a b | a := 1. b := 2. ^ a + b' return: 3",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -752,7 +787,8 @@ $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ 1 to: 3",[(1), (2), (3)]);
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=4;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ 1 to: 5 by: 2",[(1), (3), (5)]);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testMessageSends",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testMessageSends",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testMessageSends\x0a\x09self should: 'foo ^ 1 asString' return: '1'.\x0a\x0a\x09self should: 'foo ^ 1 + 1' return: 2.\x0a\x09self should: 'foo ^ 1 + 2 * 3' return: 9.\x0a\x0a\x09self should: 'foo ^ 1 to: 3' return: #(1 2 3).\x0a\x09self should: 'foo ^ 1 to: 5 by: 2' return: #(1 3 5)",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -768,7 +804,8 @@ fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self._should_return_("foo | a b c | a := 2. b := 3. c := a + b. ^ c * 6",(30));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testMultipleSequences",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testMultipleSequences",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testMultipleSequences\x0a\x09self should: 'foo | a b c | a := 2. b := 3. c := a + b. ^ c * 6' return: 30",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -784,7 +821,8 @@ fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ #( 1 2 ) at: 1 put: 3; yourself",[(3), (2)]);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testMutableLiterals",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testMutableLiterals",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testMutableLiterals\x0a\x09\x22Mutable literals must be aliased in cascades.\x0a\x09See https://github.com/amber-smalltalk/amber/issues/428\x22\x0a\x09\x0a\x09self \x0a\x09\x09should: 'foo ^ #( 1 2 ) at: 1 put: 3; yourself' \x0a\x09\x09return: #(3 2)",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -806,7 +844,8 @@ $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo true ifTrue: [ false ifFalse: [ ^ 1 ] ]",(1));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo true ifTrue: [ false ifTrue: [ ^ 1 ] ]",self["@receiver"]);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testNestedIfTrue",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testNestedIfTrue",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testNestedIfTrue\x0a\x09self should: 'foo ^ true ifTrue: [ false ifFalse: [ 1 ] ]' return: 1.\x0a\x09self should: 'foo ^ true ifTrue: [ false ifTrue: [ 1 ] ]' return: nil.\x0a\x0a\x09self should: 'foo true ifTrue: [ false ifFalse: [ ^ 1 ] ]' return: 1.\x0a\x09self should: 'foo true ifTrue: [ false ifTrue: [ ^ 1 ] ]' return: receiver.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -823,7 +862,8 @@ var self=this;
 | 
	
		
			
				|  |  |  function $Point(){return globals.Point||(typeof Point=="undefined"?nil:Point)}
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ (Point x: (Point x: 2 y: 3) y: 4) asString",_st(_st($Point())._x_y_((2).__at((3)),(4)))._asString());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testNestedSends",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testNestedSends",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testNestedSends\x0a\x09self should: 'foo ^ (Point x: (Point x: 2 y: 3) y: 4) asString' return: (Point x: (2@3) y: 4) asString",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:", "asString", "x:y:", "@"],
 | 
	
	
		
			
				|  | @@ -845,7 +885,8 @@ $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo | a b | a := 1. b := 2. [ ^ a + b ] value. self halt",(3));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo [ :x | ^ x + x ] value: 4. ^ 2",(8));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testNonLocalReturn",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testNonLocalReturn",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testNonLocalReturn\x0a\x09self should: 'foo [ ^ 1 ] value' return: 1.\x0a\x09self should: 'foo [ ^ 1 + 1 ] value' return: 2.\x0a\x09self should: 'foo | a b | a := 1. b := 2. [ ^ a + b ] value. self halt' return: 3.\x0a\x09self should: 'foo [ :x | ^ x + x ] value: 4. ^ 2' return: 8",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -864,7 +905,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  self._should_return_("foo ^Object",_st(_st($Smalltalk())._globals())._at_("Object"));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=1;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^NonExistent",nil);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testPascalCaseGlobal",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testPascalCaseGlobal",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testPascalCaseGlobal\x0a\x09self should: 'foo ^Object' return: (Smalltalk globals at: 'Object').\x0a\x09self should: 'foo ^NonExistent' return: nil",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:", "at:", "globals"],
 | 
	
	
		
			
				|  | @@ -883,7 +925,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  self._should_return_("foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ Array with: x with: (true ifTrue: [ x := 2 ])\x0a",[(1), (2)]);
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=1;
 | 
	
		
			
				|  |  |  self._should_return_("foo\x0a\x09| x |\x0a\x09x := Array.\x0a\x09^ x with: x with: (true ifTrue: [ x := 2 ])\x0a",[$Array(),(2)]);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testSendReceiverAndArgumentsOrdered",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testSendReceiverAndArgumentsOrdered",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testSendReceiverAndArgumentsOrdered\x0a\x09self should: 'foo\x0a\x09| x |\x0a\x09x := 1.\x0a\x09^ Array with: x with: (true ifTrue: [ x := 2 ])\x0a' return: #(1 2).\x0a\x0a\x09self should: 'foo\x0a\x09| x |\x0a\x09x := Array.\x0a\x09^ x with: x with: (true ifTrue: [ x := 2 ])\x0a' return: {Array. 2}.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -899,7 +942,8 @@ fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self._should_receiver_return_("foo ^ super isBoolean",true,false);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testSuperSend",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testSuperSend",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testSuperSend\x0a\x09self \x0a\x09\x09should: 'foo ^ super isBoolean' \x0a\x09\x09receiver: true\x0a\x09\x09return: false",
 | 
	
		
			
				|  |  |  messageSends: ["should:receiver:return:"],
 | 
	
	
		
			
				|  | @@ -925,7 +969,8 @@ $ctx1.sendIdx["should:return:"]=4;
 | 
	
		
			
				|  |  |  self._should_return_("foo | a | a:= 1. ^ a",(1));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=5;
 | 
	
		
			
				|  |  |  self._should_return_("foo | AVariable | AVariable := 1. ^ AVariable",(1));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testTempVariables",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testTempVariables",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testTempVariables\x0a\x09self should: 'foo | a | ^ a' return: nil.\x0a\x09self should: 'foo | AVariable | ^ AVariable' return: nil.\x0a\x09self should: 'foo | a b c | ^ c' return: nil.\x0a\x09self should: 'foo | a | [ | d | ^ d ] value' return: nil.\x0a\x09\x0a\x09self should: 'foo | a | a:= 1. ^ a' return: 1.\x0a\x09self should: 'foo | AVariable | AVariable := 1. ^ AVariable' return: 1.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -941,7 +986,8 @@ fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ [ thisContext ] value outerContext == thisContext",true);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testThisContext",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testThisContext",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testThisContext\x0a\x09self should: 'foo ^ [ thisContext ] value outerContext == thisContext' return: true",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -963,7 +1009,8 @@ $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ true ifFalse: [ 1 ]",nil);
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ false ifFalse: [ 2 ]",(2));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testifFalse",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testifFalse",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testifFalse\x0a\x09self should: 'foo true ifFalse: [ ^ 1 ]' return: receiver.\x0a\x09self should: 'foo false ifFalse: [ ^ 2 ]' return: 2.\x0a\x09\x0a\x09self should: 'foo ^ true ifFalse: [ 1 ]' return: nil.\x0a\x09self should: 'foo ^ false ifFalse: [ 2 ]' return: 2.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -985,7 +1032,8 @@ $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ true ifFalse: [ 1 ] ifTrue: [ 2 ]",(2));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ false ifFalse: [ 2 ] ifTrue: [ 1 ]",(2));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testifFalseIfTrue",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testifFalseIfTrue",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testifFalseIfTrue\x0a\x09self should: 'foo true ifFalse: [ ^ 1 ] ifTrue: [ ^ 2 ]' return: 2.\x0a\x09self should: 'foo false ifFalse: [ ^ 2 ] ifTrue: [ ^1 ]' return: 2.\x0a\x09\x0a\x09self should: 'foo ^ true ifFalse: [ 1 ] ifTrue: [ 2 ]' return: 2.\x0a\x09self should: 'foo ^ false ifFalse: [ 2 ] ifTrue: [ 1 ]' return: 2.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -1007,7 +1055,8 @@ $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo 1 ifNil: [ ^ 2 ]",self["@receiver"]);
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo nil ifNil: [ ^ 2 ]",(2));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testifNil",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testifNil",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testifNil\x0a\x09self should: 'foo ^ 1 ifNil: [ 2 ]' return: 1.\x0a\x09self should: 'foo ^ nil ifNil: [ 2 ]' return: 2.\x0a\x0a\x09self should: 'foo 1 ifNil: [ ^ 2 ]' return: receiver.\x0a\x09self should: 'foo nil ifNil: [ ^ 2 ]' return: 2.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -1029,7 +1078,8 @@ $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo 1 ifNil: [ ^ 2 ] ifNotNil: [ ^3 ]",(3));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo nil ifNil: [ ^ 2 ] ifNotNil: [ ^3 ]",(2));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testifNilIfNotNil",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testifNilIfNotNil",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testifNilIfNotNil\x0a\x09self should: 'foo ^ 1 ifNil: [ 2 ] ifNotNil: [ 3 ]' return: 3.\x0a\x09self should: 'foo ^ nil ifNil: [ 2 ] ifNotNil: [ 3 ]' return: 2.\x0a\x0a\x09self should: 'foo 1 ifNil: [ ^ 2 ] ifNotNil: [ ^3 ]' return: 3.\x0a\x09self should: 'foo nil ifNil: [ ^ 2 ] ifNotNil: [ ^3 ]' return: 2.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -1051,7 +1101,8 @@ $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo 1 ifNotNil: [ ^ 2 ]",(2));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo nil ifNotNil: [ ^ 2 ]",self["@receiver"]);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testifNotNil",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testifNotNil",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testifNotNil\x0a\x09self should: 'foo ^ 1 ifNotNil: [ 2 ]' return: 2.\x0a\x09self should: 'foo ^ nil ifNotNil: [ 2 ]' return: nil.\x0a\x0a\x09self should: 'foo 1 ifNotNil: [ ^ 2 ]' return: 2.\x0a\x09self should: 'foo nil ifNotNil: [ ^ 2 ]' return: receiver.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -1077,7 +1128,8 @@ $ctx1.sendIdx["should:return:"]=4;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ 1 ifNotNil: [ :val | val + 2 ] ifNil: [ 5 ]",(3));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=5;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ nil ifNotNil: [ :val | val + 2 ] ifNil: [ 5 ]",(5));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testifNotNilWithArgument",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testifNotNilWithArgument",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testifNotNilWithArgument\x0a\x09self should: 'foo ^ 1 ifNotNil: [ :val | val + 2 ]' return: 3.\x0a\x09self should: 'foo ^ nil ifNotNil: [ :val | val + 2 ]' return: nil.\x0a\x09\x0a\x09self should: 'foo ^ 1 ifNil: [ 5 ] ifNotNil: [ :val | val + 2 ]' return: 3.\x0a\x09self should: 'foo ^ nil ifNil: [ 5 ] ifNotNil: [ :val | val + 2 ]' return: 5.\x0a\x09\x0a\x09self should: 'foo ^ 1 ifNotNil: [ :val | val + 2 ] ifNil: [ 5 ]' return: 3.\x0a\x09self should: 'foo ^ nil ifNotNil: [ :val | val + 2 ] ifNil: [ 5 ]' return: 5",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -1099,7 +1151,8 @@ $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ false ifTrue: [ 1 ]",nil);
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ true ifTrue: [ 2 ]",(2));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testifTrue",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testifTrue",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testifTrue\x0a\x09self should: 'foo false ifTrue: [ ^ 1 ]' return: receiver.\x0a\x09self should: 'foo true ifTrue: [ ^ 2 ]' return: 2.\x0a\x09\x0a\x09self should: 'foo ^ false ifTrue: [ 1 ]' return: nil.\x0a\x09self should: 'foo ^ true ifTrue: [ 2 ]' return: 2.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -1121,7 +1174,8 @@ $ctx1.sendIdx["should:return:"]=2;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ false ifTrue: [ 2 ] ifFalse: [ 1 ]",(1));
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["should:return:"]=3;
 | 
	
		
			
				|  |  |  self._should_return_("foo ^ true ifTrue: [ 2 ] ifFalse: [ 1 ]",(2));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testifTrueIfFalse",{},globals.CodeGeneratorTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testifTrueIfFalse",{},globals.CodeGeneratorTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testifTrueIfFalse\x0a\x09self should: 'foo false ifTrue: [ ^ 1 ] ifFalse: [ ^2 ]' return: 2.\x0a\x09self should: 'foo true ifTrue: [ ^ 1 ] ifFalse: [ ^ 2 ]' return: 1.\x0a\x09\x0a\x09self should: 'foo ^ false ifTrue: [ 2 ] ifFalse: [ 1 ]' return: 1.\x0a\x09self should: 'foo ^ true ifTrue: [ 2 ] ifFalse: [ 1 ]' return: 2.",
 | 
	
		
			
				|  |  |  messageSends: ["should:return:"],
 | 
	
	
		
			
				|  | @@ -1142,7 +1196,8 @@ function $SemanticAnalyzer(){return globals.SemanticAnalyzer||(typeof SemanticAn
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  _st(_st($SemanticAnalyzer())._on_(aClass))._visit_(aNode);
 | 
	
		
			
				|  |  |  return aNode;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"analyze:forClass:",{aNode:aNode,aClass:aClass},globals.ASTInterpreterTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"analyze:forClass:",{aNode:aNode,aClass:aClass},globals.ASTInterpreterTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aNode", "aClass"],
 | 
	
		
			
				|  |  |  source: "analyze: aNode forClass: aClass\x0a\x09(SemanticAnalyzer on: aClass) visit: aNode.\x0a\x09^ aNode",
 | 
	
		
			
				|  |  |  messageSends: ["visit:", "on:"],
 | 
	
	
		
			
				|  | @@ -1178,12 +1233,14 @@ sequence=$receiver;
 | 
	
		
			
				|  |  |  _st(_st(sequence)._temps())._do_((function(each){
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx2) {
 | 
	
		
			
				|  |  |  return _st(ctx)._defineLocal_(each);
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,2)})}));
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,2)});
 | 
	
		
			
				|  |  | +}));
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  _st(aDictionary)._keysAndValuesDo_((function(key,value){
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx2) {
 | 
	
		
			
				|  |  |  return _st(ctx)._localAt_put_(key,value);
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({key:key,value:value},$ctx1,3)})}));
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({key:key,value:value},$ctx1,3)});
 | 
	
		
			
				|  |  | +}));
 | 
	
		
			
				|  |  |  $5=interpreter;
 | 
	
		
			
				|  |  |  _st($5)._context_(ctx);
 | 
	
		
			
				|  |  |  _st($5)._interpret_(_st(ast)._nextChild());
 | 
	
	
		
			
				|  | @@ -1191,7 +1248,8 @@ _st($5)._proceed();
 | 
	
		
			
				|  |  |  $6=_st($5)._result();
 | 
	
		
			
				|  |  |  $4=$6;
 | 
	
		
			
				|  |  |  return $4;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"interpret:receiver:withArguments:",{aString:aString,anObject:anObject,aDictionary:aDictionary,ctx:ctx,ast:ast,interpreter:interpreter},globals.ASTInterpreterTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"interpret:receiver:withArguments:",{aString:aString,anObject:anObject,aDictionary:aDictionary,ctx:ctx,ast:ast,interpreter:interpreter},globals.ASTInterpreterTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString", "anObject", "aDictionary"],
 | 
	
		
			
				|  |  |  source: "interpret: aString receiver: anObject withArguments: aDictionary\x0a\x09\x22The food is a methodNode. Interpret the sequenceNode only\x22\x0a\x09\x0a\x09| ctx ast interpreter |\x0a\x09\x0a\x09interpreter := ASTInterpreter new.\x0a\x09ast := self parse: aString forClass: anObject class.\x0a\x09\x0a\x09ctx := AIContext new\x0a\x09\x09receiver: anObject;\x0a\x09\x09interpreter: interpreter;\x0a\x09\x09yourself.\x0a\x09\x09\x0a\x09\x22Define locals for the context\x22\x0a\x09ast sequenceNode ifNotNil: [ :sequence |\x0a\x09\x09sequence temps do: [ :each |\x0a\x09\x09\x09ctx defineLocal: each ] ].\x0a\x09\x09\x0a\x09aDictionary keysAndValuesDo: [ :key :value |\x0a\x09\x09ctx localAt: key put: value ].\x0a\x09\x0a\x09^ interpreter\x0a\x09\x09context: ctx;\x0a\x09\x09interpret: ast nextChild;\x0a\x09\x09proceed;\x0a\x09\x09result",
 | 
	
		
			
				|  |  |  messageSends: ["new", "parse:forClass:", "class", "receiver:", "interpreter:", "yourself", "ifNotNil:", "sequenceNode", "do:", "temps", "defineLocal:", "keysAndValuesDo:", "localAt:put:", "context:", "interpret:", "nextChild", "proceed", "result"],
 | 
	
	
		
			
				|  | @@ -1210,7 +1268,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  var $1;
 | 
	
		
			
				|  |  |  $1=_st($Smalltalk())._parse_(aString);
 | 
	
		
			
				|  |  |  return $1;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"parse:",{aString:aString},globals.ASTInterpreterTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"parse:",{aString:aString},globals.ASTInterpreterTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString"],
 | 
	
		
			
				|  |  |  source: "parse: aString\x0a\x09^ Smalltalk parse: aString",
 | 
	
		
			
				|  |  |  messageSends: ["parse:"],
 | 
	
	
		
			
				|  | @@ -1228,7 +1287,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  var $1;
 | 
	
		
			
				|  |  |  $1=self._analyze_forClass_(self._parse_(aString),aClass);
 | 
	
		
			
				|  |  |  return $1;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"parse:forClass:",{aString:aString,aClass:aClass},globals.ASTInterpreterTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"parse:forClass:",{aString:aString,aClass:aClass},globals.ASTInterpreterTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString", "aClass"],
 | 
	
		
			
				|  |  |  source: "parse: aString forClass: aClass\x0a\x09^ self analyze: (self parse: aString) forClass: aClass",
 | 
	
		
			
				|  |  |  messageSends: ["analyze:forClass:", "parse:"],
 | 
	
	
		
			
				|  | @@ -1247,7 +1307,8 @@ var $1;
 | 
	
		
			
				|  |  |  self["@receiver"]=anObject;
 | 
	
		
			
				|  |  |  $1=self._assert_equals_(self._interpret_receiver_withArguments_(aString,self["@receiver"],globals.HashedCollection._newFromPairs_([])),aResult);
 | 
	
		
			
				|  |  |  return $1;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"should:receiver:return:",{aString:aString,anObject:anObject,aResult:aResult},globals.ASTInterpreterTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"should:receiver:return:",{aString:aString,anObject:anObject,aResult:aResult},globals.ASTInterpreterTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString", "anObject", "aResult"],
 | 
	
		
			
				|  |  |  source: "should: aString receiver: anObject return: aResult\x0a\x09receiver := anObject.\x0a\x09\x0a\x09^ self \x0a\x09\x09assert: (self interpret: aString receiver: receiver withArguments: #{})\x0a\x09\x09equals: aResult",
 | 
	
		
			
				|  |  |  messageSends: ["assert:equals:", "interpret:receiver:withArguments:"],
 | 
	
	
		
			
				|  | @@ -1265,7 +1326,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  var $1;
 | 
	
		
			
				|  |  |  $1=self._should_receiver_return_(aString,self["@receiver"],anObject);
 | 
	
		
			
				|  |  |  return $1;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"should:return:",{aString:aString,anObject:anObject},globals.ASTInterpreterTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"should:return:",{aString:aString,anObject:anObject},globals.ASTInterpreterTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString", "anObject"],
 | 
	
		
			
				|  |  |  source: "should: aString return: anObject\x0a\x09^ self \x0a\x09\x09should: aString\x0a\x09\x09receiver: receiver\x0a\x09\x09return: anObject",
 | 
	
		
			
				|  |  |  messageSends: ["should:receiver:return:"],
 | 
	
	
		
			
				|  | @@ -1304,12 +1366,14 @@ sequence=$receiver;
 | 
	
		
			
				|  |  |  _st(_st(sequence)._temps())._do_((function(each){
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx2) {
 | 
	
		
			
				|  |  |  return _st(ctx)._defineLocal_(each);
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,2)})}));
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,2)});
 | 
	
		
			
				|  |  | +}));
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  _st(aDictionary)._keysAndValuesDo_((function(key,value){
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx2) {
 | 
	
		
			
				|  |  |  return _st(ctx)._localAt_put_(key,value);
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({key:key,value:value},$ctx1,3)})}));
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({key:key,value:value},$ctx1,3)});
 | 
	
		
			
				|  |  | +}));
 | 
	
		
			
				|  |  |  $4=_st(ctx)._interpreter();
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["interpreter"]=1;
 | 
	
		
			
				|  |  |  _st($4)._context_(ctx);
 | 
	
	
		
			
				|  | @@ -1321,7 +1385,8 @@ _st($6)._proceed();
 | 
	
		
			
				|  |  |  $7=_st($6)._result();
 | 
	
		
			
				|  |  |  $5=$7;
 | 
	
		
			
				|  |  |  return $5;
 | 
	
		
			
				|  |  | -}, function($ctx1) {$ctx1.fill(self,"interpret:receiver:withArguments:",{aString:aString,anObject:anObject,aDictionary:aDictionary,ctx:ctx,ast:ast,debugger_:debugger_},globals.ASTDebuggerTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx1) {$ctx1.fill(self,"interpret:receiver:withArguments:",{aString:aString,anObject:anObject,aDictionary:aDictionary,ctx:ctx,ast:ast,debugger_:debugger_},globals.ASTDebuggerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: ["aString", "anObject", "aDictionary"],
 | 
	
		
			
				|  |  |  source: "interpret: aString receiver: anObject withArguments: aDictionary\x0a\x09| ctx ast debugger |\x0a\x09\x0a\x09ctx := AIContext new\x0a\x09\x09receiver: anObject;\x0a\x09\x09interpreter: ASTInterpreter new;\x0a\x09\x09yourself.\x0a\x09ast := self parse: aString forClass: anObject class.\x0a\x09\x09\x0a\x09\x22Define locals for the context\x22\x0a\x09ast sequenceNode ifNotNil: [ :sequence |\x0a\x09\x09sequence temps do: [ :each |\x0a\x09\x09\x09ctx defineLocal: each ] ].\x0a\x09\x0a\x09aDictionary keysAndValuesDo: [ :key :value |\x0a\x09\x09ctx localAt: key put: value ].\x0a\x09ctx interpreter context: ctx.\x0a\x09\x0a\x09ctx interpreter node: ast nextChild.\x0a\x09\x0a\x09debugger := ASTDebugger context: ctx.\x0a\x09\x0a\x09^ debugger \x0a\x09\x09proceed; \x0a\x09\x09result",
 | 
	
		
			
				|  |  |  messageSends: ["receiver:", "new", "interpreter:", "yourself", "parse:forClass:", "class", "ifNotNil:", "sequenceNode", "do:", "temps", "defineLocal:", "keysAndValuesDo:", "localAt:put:", "context:", "interpreter", "node:", "nextChild", "proceed", "result"],
 | 
	
	
		
			
				|  | @@ -1340,6 +1405,7 @@ fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  function $InliningCodeGenerator(){return globals.InliningCodeGenerator||(typeof InliningCodeGenerator=="undefined"?nil:InliningCodeGenerator)}
 | 
	
		
			
				|  |  |  return $InliningCodeGenerator();
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  },
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "codeGeneratorClass\x0a\x09^ InliningCodeGenerator",
 | 
	
	
		
			
				|  | @@ -1373,7 +1439,8 @@ $ctx1.sendIdx["new"]=2;
 | 
	
		
			
				|  |  |  _st($3)._pushScope_(_st($MethodLexicalScope())._new());
 | 
	
		
			
				|  |  |  $4=_st($3)._visit_(node);
 | 
	
		
			
				|  |  |  self._assert_(_st(_st(node)._binding())._isClassRefVar());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testClassRefVar",{node:node},globals.ScopeVarTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testClassRefVar",{node:node},globals.ScopeVarTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testClassRefVar\x0a\x09| node |\x0a\x09node := VariableNode new\x0a\x09\x09value: 'Object';\x0a\x09\x09yourself.\x0a\x09SemanticAnalyzer new \x0a\x09\x09pushScope: MethodLexicalScope new;\x0a\x09\x09visit: node.\x0a\x09self assert: node binding isClassRefVar",
 | 
	
		
			
				|  |  |  messageSends: ["value:", "new", "yourself", "pushScope:", "visit:", "assert:", "isClassRefVar", "binding"],
 | 
	
	
		
			
				|  | @@ -1400,7 +1467,8 @@ node=$2;
 | 
	
		
			
				|  |  |  scope=_st($MethodLexicalScope())._new();
 | 
	
		
			
				|  |  |  _st(scope)._addIVar_("bzzz");
 | 
	
		
			
				|  |  |  self._assert_(_st(_st(scope)._bindingFor_(node))._isInstanceVar());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testInstanceVar",{node:node,scope:scope},globals.ScopeVarTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testInstanceVar",{node:node,scope:scope},globals.ScopeVarTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testInstanceVar\x0a\x09| node scope |\x0a\x09node := VariableNode new\x0a\x09\x09value: 'bzzz';\x0a\x09\x09yourself.\x0a\x09scope := MethodLexicalScope new.\x0a\x09scope addIVar: 'bzzz'.\x0a\x09self assert: (scope bindingFor: node) isInstanceVar",
 | 
	
		
			
				|  |  |  messageSends: ["value:", "new", "yourself", "addIVar:", "assert:", "isInstanceVar", "bindingFor:"],
 | 
	
	
		
			
				|  | @@ -1429,8 +1497,10 @@ $2=_st($1)._yourself();
 | 
	
		
			
				|  |  |  node=$2;
 | 
	
		
			
				|  |  |  node;
 | 
	
		
			
				|  |  |  return self._assert_(_st(_st(_st($MethodLexicalScope())._new())._bindingFor_(node))._isPseudoVar());
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,1)})}));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testPseudoVar",{node:node,pseudoVars:pseudoVars},globals.ScopeVarTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,1)});
 | 
	
		
			
				|  |  | +}));
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testPseudoVar",{node:node,pseudoVars:pseudoVars},globals.ScopeVarTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testPseudoVar\x0a\x09| node pseudoVars |\x0a\x09pseudoVars := #('self' 'super' 'true' 'false' 'nil').\x0a\x09pseudoVars do: [:each |\x0a\x09\x09node := VariableNode new\x0a\x09\x09value: each;\x0a\x09\x09yourself.\x0a\x09\x09self assert: (MethodLexicalScope new bindingFor: node) isPseudoVar ]",
 | 
	
		
			
				|  |  |  messageSends: ["do:", "value:", "new", "yourself", "assert:", "isPseudoVar", "bindingFor:"],
 | 
	
	
		
			
				|  | @@ -1457,7 +1527,8 @@ node=$2;
 | 
	
		
			
				|  |  |  scope=_st($MethodLexicalScope())._new();
 | 
	
		
			
				|  |  |  _st(scope)._addTemp_("bzzz");
 | 
	
		
			
				|  |  |  self._assert_(_st(_st(scope)._bindingFor_(node))._isTempVar());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testTempVar",{node:node,scope:scope},globals.ScopeVarTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testTempVar",{node:node,scope:scope},globals.ScopeVarTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testTempVar\x0a\x09| node scope |\x0a\x09node := VariableNode new\x0a\x09\x09value: 'bzzz';\x0a\x09\x09yourself.\x0a\x09scope := MethodLexicalScope new.\x0a\x09scope addTemp: 'bzzz'.\x0a\x09self assert: (scope bindingFor: node) isTempVar",
 | 
	
		
			
				|  |  |  messageSends: ["value:", "new", "yourself", "addTemp:", "assert:", "isTempVar", "bindingFor:"],
 | 
	
	
		
			
				|  | @@ -1482,7 +1553,8 @@ _st($1)._value_("bzzz");
 | 
	
		
			
				|  |  |  $2=_st($1)._yourself();
 | 
	
		
			
				|  |  |  node=$2;
 | 
	
		
			
				|  |  |  self._assert_(_st(_st(_st($MethodLexicalScope())._new())._bindingFor_(node))._isNil());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testUnknownVar",{node:node},globals.ScopeVarTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testUnknownVar",{node:node},globals.ScopeVarTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testUnknownVar\x0a\x09| node |\x0a\x09node := VariableNode new\x0a\x09\x09value: 'bzzz';\x0a\x09\x09yourself.\x0a\x09self assert: (MethodLexicalScope new bindingFor: node) isNil",
 | 
	
		
			
				|  |  |  messageSends: ["value:", "new", "yourself", "assert:", "isNil", "bindingFor:"],
 | 
	
	
		
			
				|  | @@ -1503,7 +1575,8 @@ function $SemanticAnalyzer(){return globals.SemanticAnalyzer||(typeof SemanticAn
 | 
	
		
			
				|  |  |  function $Object(){return globals.Object||(typeof Object=="undefined"?nil:Object)}
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
 | 
	
		
			
				|  |  |  self["@analyzer"]=_st($SemanticAnalyzer())._on_($Object());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"setUp",{},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"setUp",{},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "setUp\x0a\x09analyzer := SemanticAnalyzer on: Object",
 | 
	
		
			
				|  |  |  messageSends: ["on:"],
 | 
	
	
		
			
				|  | @@ -1526,8 +1599,10 @@ ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  self._should_raise_((function(){
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx2) {
 | 
	
		
			
				|  |  |  return _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}),$InvalidAssignmentError());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testAssignment",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
 | 
	
		
			
				|  |  | +}),$InvalidAssignmentError());
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testAssignment",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testAssignment\x0a\x09| src ast |\x0a\x0a\x09src := 'foo self := 1'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09self should: [analyzer visit: ast] raise: InvalidAssignmentError",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "should:raise:", "visit:"],
 | 
	
	
		
			
				|  | @@ -1548,7 +1623,8 @@ src="foo | a | a + 1. ^ a";
 | 
	
		
			
				|  |  |  ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  |  self._deny_(_st(_st(ast)._scope())._hasNonLocalReturn());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testNonLocalReturn",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testNonLocalReturn",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testNonLocalReturn\x0a\x09| src ast |\x0a\x0a\x09src := 'foo | a | a + 1. ^ a'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09analyzer visit: ast.\x0a\x0a\x09self deny: ast scope hasNonLocalReturn",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "visit:", "deny:", "hasNonLocalReturn", "scope"],
 | 
	
	
		
			
				|  | @@ -1569,7 +1645,8 @@ src="foo | a | a + 1. [ [ ^ a] ]";
 | 
	
		
			
				|  |  |  ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  |  self._assert_(_st(_st(ast)._scope())._hasNonLocalReturn());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testNonLocalReturn2",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testNonLocalReturn2",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testNonLocalReturn2\x0a\x09| src ast |\x0a\x0a\x09src := 'foo | a | a + 1. [ [ ^ a] ]'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09analyzer visit: ast.\x0a\x0a\x09self assert: ast scope hasNonLocalReturn",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "visit:", "assert:", "hasNonLocalReturn", "scope"],
 | 
	
	
		
			
				|  | @@ -1597,7 +1674,8 @@ $2=_st($3)._scope();
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["scope"]=1;
 | 
	
		
			
				|  |  |  $1=_st($2).__eq_eq(_st(ast)._scope());
 | 
	
		
			
				|  |  |  self._deny_($1);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testScope",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testScope",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testScope\x0a\x09| src ast |\x0a\x0a\x09src := 'foo | a | a + 1. [ | b | b := a ]'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09analyzer visit: ast.\x0a\x0a\x09self deny: ast nodes first nodes last scope == ast scope.",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "visit:", "deny:", "==", "scope", "last", "nodes", "first"],
 | 
	
	
		
			
				|  | @@ -1633,7 +1711,8 @@ $2=_st($3)._scope();
 | 
	
		
			
				|  |  |  $ctx1.sendIdx["scope"]=1;
 | 
	
		
			
				|  |  |  $1=_st($2).__eq_eq(_st(ast)._scope());
 | 
	
		
			
				|  |  |  self._deny_($1);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testScope2",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testScope2",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testScope2\x0a\x09| src ast |\x0a\x0a\x09src := 'foo | a | a + 1. [ [ | b | b := a ] ]'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09analyzer visit: ast.\x0a\x0a\x09self deny: ast nodes first nodes last nodes first nodes first scope == ast scope.",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "visit:", "deny:", "==", "scope", "first", "nodes", "last"],
 | 
	
	
		
			
				|  | @@ -1674,7 +1753,8 @@ $ctx1.sendIdx["first"]=1;
 | 
	
		
			
				|  |  |  $4=_st($5)._scope();
 | 
	
		
			
				|  |  |  $3=_st($4)._scopeLevel();
 | 
	
		
			
				|  |  |  self._assert_equals_($3,(3));
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testScopeLevel",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testScopeLevel",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testScopeLevel\x0a\x09| src ast |\x0a\x0a\x09src := 'foo | a | a + 1. [ [ | b | b := a ] ]'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09analyzer visit: ast.\x0a\x0a\x09self assert: ast scope scopeLevel equals: 1.\x0a\x09self assert: ast nodes first nodes last nodes first nodes first scope scopeLevel equals: 3",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "visit:", "assert:equals:", "scopeLevel", "scope", "first", "nodes", "last"],
 | 
	
	
		
			
				|  | @@ -1697,8 +1777,10 @@ ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  self._should_raise_((function(){
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx2) {
 | 
	
		
			
				|  |  |  return _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}),$UnknownVariableError());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testUnknownVariables",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
 | 
	
		
			
				|  |  | +}),$UnknownVariableError());
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testUnknownVariables",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testUnknownVariables\x0a\x09| src ast |\x0a\x0a\x09src := 'foo | a | b + a'.\x0a\x09ast := Smalltalk parse: src.\x0a\x0a\x09self should: [ analyzer visit: ast ] raise: UnknownVariableError",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "should:raise:", "visit:"],
 | 
	
	
		
			
				|  | @@ -1721,8 +1803,10 @@ ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  self._should_raise_((function(){
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx2) {
 | 
	
		
			
				|  |  |  return _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}),$UnknownVariableError());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testUnknownVariablesWithScope",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
 | 
	
		
			
				|  |  | +}),$UnknownVariableError());
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testUnknownVariablesWithScope",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testUnknownVariablesWithScope\x0a\x09| src ast |\x0a\x0a\x09src := 'foo | a b | [ c + 1. [ a + 1. d + 1 ]]'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09\x0a\x09self should: [ analyzer visit: ast ] raise: UnknownVariableError",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "should:raise:", "visit:"],
 | 
	
	
		
			
				|  | @@ -1742,7 +1826,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  src="foo | a | a + 1";
 | 
	
		
			
				|  |  |  ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testVariableShadowing",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testVariableShadowing",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testVariableShadowing\x0a\x09| src ast |\x0a\x09src := 'foo | a | a + 1'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09analyzer visit: ast",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "visit:"],
 | 
	
	
		
			
				|  | @@ -1765,8 +1850,10 @@ ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  self._should_raise_((function(){
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx2) {
 | 
	
		
			
				|  |  |  return _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}),$ShadowingVariableError());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testVariableShadowing2",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
 | 
	
		
			
				|  |  | +}),$ShadowingVariableError());
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testVariableShadowing2",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testVariableShadowing2\x0a\x09| src ast |\x0a\x09src := 'foo | a | a + 1. [ | a | a := 2 ]'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09self should: [analyzer visit: ast] raise: ShadowingVariableError",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "should:raise:", "visit:"],
 | 
	
	
		
			
				|  | @@ -1786,7 +1873,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  src="foo | a | a + 1. [ | b | b := 2 ]";
 | 
	
		
			
				|  |  |  ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testVariableShadowing3",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testVariableShadowing3",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testVariableShadowing3\x0a\x09| src ast |\x0a\x09src := 'foo | a | a + 1. [ | b | b := 2 ]'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09analyzer visit: ast",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "visit:"],
 | 
	
	
		
			
				|  | @@ -1806,7 +1894,8 @@ return smalltalk.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  src="foo | a | a + 1. [ [ [ | b | b := 2 ] ] ]";
 | 
	
		
			
				|  |  |  ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testVariableShadowing4",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testVariableShadowing4",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testVariableShadowing4\x0a\x09| src ast |\x0a\x09src := 'foo | a | a + 1. [ [ [ | b | b := 2 ] ] ]'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09analyzer visit: ast",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "visit:"],
 | 
	
	
		
			
				|  | @@ -1829,8 +1918,10 @@ ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  self._should_raise_((function(){
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx2) {
 | 
	
		
			
				|  |  |  return _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}),$ShadowingVariableError());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testVariableShadowing5",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
 | 
	
		
			
				|  |  | +}),$ShadowingVariableError());
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testVariableShadowing5",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testVariableShadowing5\x0a\x09| src ast |\x0a\x09src := 'foo | a | a + 1. [ [ [ | a | a := 2 ] ] ]'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09self should: [analyzer visit: ast] raise: ShadowingVariableError",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "should:raise:", "visit:"],
 | 
	
	
		
			
				|  | @@ -1935,7 +2026,8 @@ $41=_st($42)._last();
 | 
	
		
			
				|  |  |  $40=_st($41)._scope();
 | 
	
		
			
				|  |  |  $28=_st($29).__eq_eq($40);
 | 
	
		
			
				|  |  |  self._assert_($28);
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testVariablesLookup",{src:src,ast:ast},globals.SemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testVariablesLookup",{src:src,ast:ast},globals.SemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testVariablesLookup\x0a\x09| src ast |\x0a\x0a\x09src := 'foo | a | a + 1. [ | b | b := a ]'.\x0a\x09ast := Smalltalk parse: src.\x0a\x09analyzer visit: ast.\x0a\x0a\x09\x22Binding for `a` in the message send\x22\x0a\x09self assert: ast nodes first nodes first receiver binding isTempVar.\x0a\x09self assert: ast nodes first nodes first receiver binding scope == ast scope.\x0a\x0a\x09\x22Binding for `b`\x22\x0a\x09self assert: ast nodes first nodes last nodes first nodes first left binding isTempVar.\x0a\x09self assert: ast nodes first nodes last nodes first nodes first left binding scope == ast nodes first nodes last scope.",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "visit:", "assert:", "isTempVar", "binding", "receiver", "first", "nodes", "==", "scope", "left", "last"],
 | 
	
	
		
			
				|  | @@ -1968,7 +2060,8 @@ $3=$5;
 | 
	
		
			
				|  |  |  _st($2)._context_($3);
 | 
	
		
			
				|  |  |  $6=_st($1)._yourself();
 | 
	
		
			
				|  |  |  self["@analyzer"]=$6;
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"setUp",{},globals.AISemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"setUp",{},globals.AISemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "setUp\x0a\x09analyzer := (AISemanticAnalyzer on: Object)\x0a\x09\x09context: (AIContext new\x0a\x09\x09\x09defineLocal: 'local';\x0a\x09\x09\x09localAt: 'local' put: 3;\x0a\x09\x09\x09yourself);\x0a\x09\x09yourself",
 | 
	
		
			
				|  |  |  messageSends: ["context:", "on:", "defineLocal:", "new", "localAt:put:", "yourself"],
 | 
	
	
		
			
				|  | @@ -1991,8 +2084,10 @@ ast=_st($Smalltalk())._parse_(src);
 | 
	
		
			
				|  |  |  self._shouldnt_raise_((function(){
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx2) {
 | 
	
		
			
				|  |  |  return _st(self["@analyzer"])._visit_(ast);
 | 
	
		
			
				|  |  | -}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}),$UnknownVariableError());
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"testContextVariables",{src:src,ast:ast},globals.AISemanticAnalyzerTest)})},
 | 
	
		
			
				|  |  | +}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
 | 
	
		
			
				|  |  | +}),$UnknownVariableError());
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"testContextVariables",{src:src,ast:ast},globals.AISemanticAnalyzerTest)});
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  |  source: "testContextVariables\x0a\x09| src ast |\x0a\x09\x0a\x09src := 'foo | a | local + a'.\x0a\x09ast := Smalltalk parse: src.\x0a\x0a\x09self shouldnt: [ analyzer visit: ast ] raise: UnknownVariableError",
 | 
	
		
			
				|  |  |  messageSends: ["parse:", "shouldnt:raise:", "visit:"],
 |