Closed GoogleCodeExporter closed 9 years ago
additional info: it seems that you'll have to call MyFunc at least once in the
JavaScript environment in order to reproduce this bug...
Original comment by edwin....@innovationgear.com
on 4 Feb 2012 at 10:50
Hi Heri,
I fixed the problem.
In ceflib.pas, replace this line
proto.SetValueByKey(m.Name, f, V8_PROPERTY_ATTRIBUTE_NONE);
with this line:
ret.SetValueByKey(m.Name, f, V8_PROPERTY_ATTRIBUTE_NONE);
I guess there are still similar problems with codes related to the JavaScript
__proto__ property... Not sure, I'm quite new to the JS world...
Original comment by MindVisualizer@gmail.com
on 5 Feb 2012 at 10:11
Thank you
Original comment by hgourv...@gmail.com
on 7 Feb 2012 at 9:43
Original issue reported on code.google.com by
edwin....@innovationgear.com
on 4 Feb 2012 at 10:13