2012-01-15から1日間の記事一覧

v8 エンジンの代入演算子(=)のバグ

登録した http://code.google.com/p/v8/issues/detail?id=1901 ECMAScript 5.1の仕様では Let lref be the result of evaluating LeftHandSideExpression. Let rref be the result of evaluating AssignmentExpression. Let rval be GetValue(rref). Throw a…