Status: Accepted Owner: [email protected] CC: [email protected] Labels: Type-Bug Priority-Medium
New issue 603 by [email protected]: Function.prototype.call.call(/x/) messes up the stack?
http://code.google.com/p/v8/issues/detail?id=603 Running the following a debug mode shell leads to an assertion failure in CallIC::LoadFunction. The receiver for the asdf call is the regexp instead of the global object. RegExp.input = ""; asdf(Function.prototype.call.call(/x/)); This started happening in revision 3484 which made call ics accept the name in a register. -- 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
