Add chunk property to LFunction to show which chunk it came from

Wed, 07 Apr 2010 03:05:24 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 07 Apr 2010 03:05:24 +0100
changeset 14
21a2fce50931
parent 13
f259da6951e8
child 15
5240eaff785f

Add chunk property to LFunction to show which chunk it came from

lvm.js file | annotate | diff | comparison | revisions
--- a/lvm.js	Wed Apr 07 02:46:56 2010 +0100
+++ b/lvm.js	Wed Apr 07 03:05:24 2010 +0100
@@ -235,6 +235,7 @@
 	F.prototype = chunk;
 	var o = new F();
 	o.environment = env;
+	o.chunk = chunk;
 	return o;
 }
 

mercurial