lvm.js

changeset 23
70fc1cb387e1
parent 22
8391b51517df
child 24
5c9d8a65c87d
--- a/lvm.js	Sat May 22 17:41:17 2010 +0100
+++ b/lvm.js	Sat May 22 20:05:58 2010 +0100
@@ -312,7 +312,6 @@
 				var prototype_id = INS_Bx(instruction);
 				var chunk = this.frame.f.chunk.prototypes[prototype_id];
 				var f = new LFunction(chunk, this.frame.f.environment);
-				f.me = "Yes, it's me!";
 				for(var i=0;i<chunk.numUpvalues;i++)
 				{
 					var upval_instruction = this.frame.f.instructions[this.frame.pc++];

mercurial