Closed GoogleCodeExporter closed 9 years ago
I will fix it later, I think the root cause is the wrong status in the context
object :(
Original comment by flier...@gmail.com
on 6 Nov 2009 at 12:33
I think the root cause is v8 make a wrong assumption, so I just submitted a
issue to
them. I think you could check this situation before use dir at this time, and I
will
update the case later after v8 fix it :)
http://code.google.com/p/v8/issues/detail?id=497
Original comment by flier...@gmail.com
on 7 Nov 2009 at 11:33
I will check the status in the wrapper methods.
Comment 1 by ager@chromium.org, Today (25 minutes ago)
You must enter a context before using GetPropertyNames. One of the reasons for
this
is that GetPropertyNames allocated a new javascript array containing the names.
This
array will be allocated in the context that has been entered.
As a general rule of thumb, you have to enter a context before performing
operations
on objects through the V8 API.
Original comment by flier...@gmail.com
on 9 Nov 2009 at 8:22
Original issue reported on code.google.com by
mpodes...@gmail.com
on 6 Nov 2009 at 9:25