Updates:
        Status: Duplicate
        Mergedinto: 618

Comment #2 on issue 629 by [email protected]: Looking up constructor code from code cache does not take setters into account
http://code.google.com/p/v8/issues/detail?id=629

As the code for

  function C1() {
    this.x = 23;
  };
  C1.prototype = P;

is pulled from the compilation cache this is actually a case of changing the
constructor prototype to include setters after the first instance has been created.
Which is issue 618.

If the source in the second CompileRun has a single space inserted the test succeeds.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to