Browse Source

Fixes #438.

Herbert Vojčík 12 năm trước cách đây
mục cha
commit
f9dbd20b1d
3 tập tin đã thay đổi với 429 bổ sung215 xóa
  1. 214 107
      js/Compiler-IR.deploy.js
  2. 214 107
      js/Compiler-IR.js
  3. 1 1
      st/Compiler-IR.st

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 214 - 107
js/Compiler-IR.deploy.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác