Herbert Vojčík il y a 12 ans
Parent
commit
f9dbd20b1d
3 fichiers modifiés avec 429 ajouts et 215 suppressions
  1. 214 107
      js/Compiler-IR.deploy.js
  2. 214 107
      js/Compiler-IR.js
  3. 1 1
      st/Compiler-IR.st

Fichier diff supprimé car celui-ci est trop grand
+ 214 - 107
js/Compiler-IR.deploy.js


Fichier diff supprimé car celui-ci est trop grand
+ 214 - 107
js/Compiler-IR.js


+ 1 - 1
st/Compiler-IR.st

@@ -1137,7 +1137,7 @@ nextPutIfElse: aBlock with: ifBlock with: elseBlock
 nextPutMethodDeclaration: aMethod with: aBlock
 	stream
 		nextPutAll: 'smalltalk.method({'; lf;
-		nextPutAll: 'selector: "', aMethod selector, '",'; lf;
+		nextPutAll: 'selector: ', aMethod selector asJavascript, ','; lf;
 		nextPutAll: 'source: ', aMethod source asJavascript, ',';lf.
 	aBlock value.
 	stream

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff