Quellcode durchsuchen

JSStream never uses cr.

Herbert Vojčík vor 11 Jahren
Ursprung
Commit
85c9654999
3 geänderte Dateien mit 802 neuen und 804 gelöschten Zeilen
  1. 400 400
      js/Compiler-IR.deploy.js
  2. 400 400
      js/Compiler-IR.js
  3. 2 4
      st/Compiler-IR.st

Datei-Diff unterdrückt, da er zu groß ist
+ 400 - 400
js/Compiler-IR.deploy.js


Datei-Diff unterdrückt, da er zu groß ist
+ 400 - 400
js/Compiler-IR.js


+ 2 - 4
st/Compiler-IR.st

@@ -1032,8 +1032,7 @@ nextPutAssignment
 
 nextPutBlockContextFor: anIRClosure during: aBlock
 	self
-		nextPutAll: 'return smalltalk.withContext(function(', anIRClosure scope alias, ') {';
-		nextPutAll: String cr.
+		nextPutAll: 'return smalltalk.withContext(function(', anIRClosure scope alias, ') {'; lf.
 	
 	aBlock value.
 	
@@ -1083,8 +1082,7 @@ nextPutClosureWith: aBlock arguments: anArray
 
 nextPutContextFor: aMethod during: aBlock
 	self
-		nextPutAll: 'return smalltalk.withContext(function(', aMethod scope alias, ') { ';
-		nextPutAll: String cr.
+		nextPutAll: 'return smalltalk.withContext(function(', aMethod scope alias, ') { '; lf.
 	aBlock value.
 	
 	self

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.