Status: New
Owner: ----

New issue 838 by [email protected]: Function [[Call]] should return Reference Type
http://code.google.com/p/v8/issues/detail?id=838

v8 set Left Hand Side Error in parsing phase and reduces Identifier + PropertyAccess as ValidLeftHandSide, but, Function [[Call]] returns Reference Type.

in following case,

  console.log("TEST") = "VAL";

before v8 raises ReferenceError: "Invalid left-hand side in assignment", console.log("TEST") should be called.


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

Reply via email to