[v8-dev] Re: Issue 948 in v8: Incorrect behavior of |var| statement appearing after a freeze() call: throws exception

2015-06-05 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Owner: ad...@chromium.org Comment #4 on issue 948 by ad...@chromium.org: Incorrect behavior of |var| statement appearing after a freeze() call: throws exception https://code.google.com/p/v8/issues/detail?id=948 Looks like this was fixed at some point, we

[v8-dev] Re: Issue 948 in v8: Incorrect behavior of |var| statement appearing after a freeze() call: throws exception

2010-11-30 Thread codesite-noreply
Comment #2 on issue 948 by lasserei...@gmail.com: Incorrect behavior of | var| statement appearing after a freeze() call: throws exception http://code.google.com/p/v8/issues/detail?id=948 The following code is sufficient to reproduce the problem: Object.freeze(this); var a; -- v8-dev mai

[v8-dev] Re: Issue 948 in v8: Incorrect behavior of |var| statement appearing after a freeze() call: throws exception

2010-11-30 Thread codesite-noreply
Updates: Status: Accepted Labels: ES5 Type-Bug Priority-Medium Comment #1 on issue 948 by lasserei...@gmail.com: Incorrect behavior of | var| statement appearing after a freeze() call: throws exception http://code.google.com/p/v8/issues/detail?id=948 The behavior is a symptom o