Closed GoogleCodeExporter closed 9 years ago
Sorry, I put some invalid code, here is generated code
Foo.prototype.test = function()
{
var b;
(function()
{
b = {Value:b};
var $res=this.foo1(1,b);
b = b.Value;
return $res;
}).call(this);
};
Foo.prototype.foo1 = function(a,b)
{
this.foo2(1,b.Value); // ** ERROR *//
};
Foo.prototype.foo2 = function(a,b)
{
b.Value = 2;
};
Original comment by Madnik7@gmail.com
on 16 Aug 2012 at 12:49
Original comment by DanelK...@gmail.com
on 19 Aug 2012 at 8:28
Original issue reported on code.google.com by
Madnik7@gmail.com
on 16 Aug 2012 at 12:47