[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2015-04-28 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #22 on issue 3292 by yang...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notifi

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2015-04-28 Thread codesite-noreply via v8-dev
Updates: Labels: Area-API Comment #21 on issue 3292 by habl...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 Can this be closed as fixed? -- You received this message because this project is configured to send all issue notifications to

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-11-28 Thread codesite-noreply via v8-dev
Comment #20 on issue 3292 by bugdro...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292#c20 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/cec0acad3878a4e2cde47475d64fcca2ed3b802d commit cec0acad3878a4e

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-10-21 Thread codesite-noreply via v8-dev
Updates: Owner: wi...@igalia.com Cc: -wi...@igalia.com aand...@chromium.org Comment #19 on issue 3292 by yang...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 @wingo, will you have time to work on this issue in the near future? Thi

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-29 Thread codesite-noreply via v8-dev
Comment #18 on issue 3292 by aand...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 We need to make ScopeIterator in runtime.cc work with the generator object, and introduce Runtime_GetGeneratorObjectScopeCount and Runtime_GetGeneratorObjectSco

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-19 Thread codesite-noreply via v8-dev
Updates: Owner: aand...@chromium.org Cc: -aand...@chromium.org wi...@igalia.com Comment #17 on issue 3292 by wi...@igalia.com: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 mirror.context() is the scope chain, which is not yet exposed to the debu

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-18 Thread codesite-noreply via v8-dev
Updates: Status: Assigned Comment #16 on issue 3292 by aand...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 With the last patch is it possible to get variables scope chain of a suspended generator object? If the mirror.context() is the

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-18 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #15 on issue 3292 by wi...@igalia.com: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 Closing as fixed. The scope chain isn't yet exposed; see https://codereview.chromium.org/580823002 for some thoughts on that. -- You re

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-18 Thread codesite-noreply via v8-dev
Comment #14 on issue 3292 by bugdro...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292#c14 The following revision refers to this bug: https://chromium.googlesource.com/external/v8.git/+/3117f6b35884dfbf9f1f540849c35762d6b51163 commit 3117f6b35

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-16 Thread codesite-noreply via v8-dev
Updates: Labels: -Priority-Low Priority-High Comment #13 on issue 3292 by aand...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 That's ok then. -- You received this message because this project is configured to send all issue notificati

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-16 Thread codesite-noreply via v8-dev
Comment #12 on issue 3292 by rossb...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 2) last yielded value This information is not currently retained, AFAIK. And I don't think we want to change that, since it can potentially cause a space leak

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-16 Thread codesite-noreply via v8-dev
Comment #11 on issue 3292 by aand...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 ES6 generators was enabled in https://codereview.chromium.org/573963003/ We should also provide debugging support for generators in DevTools. Given a generator obj

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-16 Thread codesite-noreply via v8-dev
Comment #8 on issue 3292 by yang...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 This project is up for grabs, since I don't think I can contribute to this any time soon. -- You received this message because this project is configured to send al

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-16 Thread codesite-noreply via v8-dev
Updates: Owner: wi...@igalia.com Cc: -wi...@igalia.com yang...@chromium.org rossb...@chromium.org Comment #10 on issue 3292 by yang...@chromium.org: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 "I'm on it if you like." I like. -- You received

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-09-16 Thread codesite-noreply via v8-dev
Comment #9 on issue 3292 by wi...@igalia.com: Implement generator mirror https://code.google.com/p/v8/issues/detail?id=3292 I have a draft patch sitting around somewhere. I'll take it if aand...@chromium.org will review it for appropriateness to devtools needs. -- You received this message

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-05-22 Thread codesite-noreply via v8-dev
Comment #7 on issue 3292 by yang...@chromium.org: Implement generator mirror http://code.google.com/p/v8/issues/detail?id=3292 That's the intention of this issue. But I don't think work on this has started yet. -- You received this message because this project is configured to send all iss

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-05-22 Thread codesite-noreply via v8-dev
Updates: Cc: amikhayl...@google.com Comment #6 on issue 3292 by aand...@chromium.org: Implement generator mirror http://code.google.com/p/v8/issues/detail?id=3292 Yang, Given a generator instance, we'd like to fetch it's current internal state, i.e. function scope at the moment of call

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-04-30 Thread codesite-noreply via v8-dev
Comment #5 on issue 3292 by yang...@chromium.org: Implement generator mirror http://code.google.com/p/v8/issues/detail?id=3292 Sounds good. Though this doesn't have high priority, and I'd like to talk to the devtools guys about this before you sink time into this. -- You received this messag

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-04-30 Thread codesite-noreply via v8-dev
Comment #4 on issue 3292 by wi...@igalia.com: Implement generator mirror http://code.google.com/p/v8/issues/detail?id=3292 I'm on it if you like. The proposal would be to add a case to serializeObject like: if (mirror.isGenerator()) { // Add generator specific properties. content.status

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-04-30 Thread codesite-noreply via v8-dev
Comment #3 on issue 3292 by yang...@chromium.org: Implement generator mirror http://code.google.com/p/v8/issues/detail?id=3292 You are right. Generator objects are what I meant. -- You received this message because this project is configured to send all issue notifications to this address. Y

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-04-30 Thread codesite-noreply via v8-dev
Comment #2 on issue 3292 by wi...@igalia.com: Implement generator mirror http://code.google.com/p/v8/issues/detail?id=3292 I guess you mean generator objects? Generator functions seem to inspect just fine, given that they are just functions. -- You received this message because this project

[v8-dev] Re: Issue 3292 in v8: Implement generator mirror

2014-04-25 Thread codesite-nore...@google.com via v8-dev
Updates: Labels: -Type-Bug Type-FeatureRequest Comment #1 on issue 3292 by yang...@chromium.org: Implement generator mirror http://code.google.com/p/v8/issues/detail?id=3292 (No comment was entered for this change.) -- You received this message because this project is configured to send