[v8-dev] Re: Issue 2487 in v8: Force the explicit use of Isolates in v8's external API

2013-09-10 Thread codesite-noreply
Comment #3 on issue 2487 by a...@chromium.org: Force the explicit use of Isolates in v8's external API http://code.google.com/p/v8/issues/detail?id=2487 I've always wondered why we need an isolate for number, string, boolean, undefined and null? -- You received this message because this p

[v8-dev] Re: Issue 2487 in v8: Force the explicit use of Isolates in v8's external API

2013-09-10 Thread codesite-noreply
Comment #4 on issue 2487 by svenpa...@chromium.org: Force the explicit use of Isolates in v8's external API http://code.google.com/p/v8/issues/detail?id=2487 Apart from oddballs, all those objects live on the heap, which is per-Isolate. And even the oddballs are per-Isolate entities, so you

[v8-dev] Re: Issue 2487 in v8: Force the explicit use of Isolates in v8's external API

2013-01-14 Thread codesite-noreply
Comment #1 on issue 2487 by svenpa...@chromium.org: Force the explicit use of Isolates in v8's external API http://code.google.com/p/v8/issues/detail?id=2487 Issue 2485 has been merged into this issue. -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 2487 in v8: Force the explicit use of Isolates in v8's external API

2013-01-14 Thread codesite-noreply
Comment #2 on issue 2487 by svenpa...@chromium.org: Force the explicit use of Isolates in v8's external API http://code.google.com/p/v8/issues/detail?id=2487 Issue 2484 has been merged into this issue. -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev