[v8-dev] Re: Issue 809 in v8: Object.seal(obj) and Object.freeze(obj) return undefined instead of obj

2010-08-05 Thread codesite-noreply
Updates: Status: Fixed Comment #3 on issue 809 by sgje...@chromium.org: Object.seal(obj) and Object.freeze(obj) return undefined instead of obj http://code.google.com/p/v8/issues/detail?id=809 (No comment was entered for this change.) -- v8-dev mailing list v8-dev@googlegroups.com ht

[v8-dev] Re: Issue 809 in v8: Object.seal(obj) and Object.freeze(obj) return undefined instead of obj

2010-08-05 Thread codesite-noreply
Comment #2 on issue 809 by burcujdogan: Object.seal(obj) and Object.freeze(obj) return undefined instead of obj http://code.google.com/p/v8/issues/detail?id=809 This should have fixed by r5176. http://code.google.com/p/v8/source/detail?r=5176 -- v8-dev mailing list v8-dev@googlegroups.com

[v8-dev] Re: Issue 809 in v8: Object.seal(obj) and Object.freeze(obj) return undefined instead of obj

2010-08-02 Thread codesite-noreply
Comment #1 on issue 809 by burcujdogan: Object.seal(obj) and Object.freeze(obj) return undefined instead of obj http://code.google.com/p/v8/issues/detail?id=809 ObjectSeal(obj) and ObjectFreeze(obj) implementations should return obj as stated in the spec. -- v8-dev mailing list v8-dev@goo