[v8-dev] Re: Issue 4026 in v8: Exception is not properly propagated if enumerate interceptor throws an exception

2015-06-04 Thread codesite-noreply via v8-dev
Comment #5 on issue 4026 by mattginz...@gmail.com: Exception is not properly propagated if enumerate interceptor throws an exception https://code.google.com/p/v8/issues/detail?id=4026 The scenario I have is I've written an interceptor which calls back into Javascript with Function-Call. If

[v8-dev] Re: Issue 4026 in v8: Exception is not properly propagated if enumerate interceptor throws an exception

2015-06-04 Thread codesite-noreply via v8-dev
Comment #4 on issue 4026 by mattginz...@gmail.com: Exception is not properly propagated if enumerate interceptor throws an exception https://code.google.com/p/v8/issues/detail?id=4026 This bug is still present in V8 4.2.77.20 (used in iojs 2.1.0), and a similar fix is still necessary and

[v8-dev] Re: Issue 4026 in v8: Exception is not properly propagated if enumerate interceptor throws an exception

2015-04-17 Thread codesite-noreply via v8-dev
Updates: Owner: verwa...@chromium.org Cc: joc...@chromium.org yang...@chromium.org Comment #2 on issue 4026 by joc...@chromium.org: Exception is not properly propagated if enumerate interceptor throws an exception https://code.google.com/p/v8/issues/detail?id=4026 (No comment

[v8-dev] Re: Issue 4026 in v8: Exception is not properly propagated if enumerate interceptor throws an exception

2015-04-14 Thread codesite-noreply via v8-dev
Updates: Status: Accepted Owner: joc...@chromium.org Cc: verwa...@chromium.org Labels: Type-Bug Priority-Low Comment #1 on issue 4026 by habl...@chromium.org: Exception is not properly propagated if enumerate interceptor throws an exception