Status: Assigned
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 1060 by [email protected]: ASSERT in compiler
http://code.google.com/p/v8/issues/detail?id=1060

Calls to parameters in functions that use arguments hit an assert when we try to record the AST id of the (shared) .arguments proxy multiple times.

function f(x) { arguments; return x() + x(); }
f(function () { return "hest"; });

#
# Fatal error in /usr/local/google/home/kmillikin/v8/src/full-codegen.cc, line 390
# unreachable code
#


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

Reply via email to