Status: Accepted Owner: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Labels: Type-Bug Priority-Critical
New issue 171 by [EMAIL PROTECTED]: ARM function call with string value and then string object fails. http://code.google.com/p/v8/issues/detail?id=171 Example: V8 version 0.4.5 (candidate) > function f(s) { return s.length; } > f("a"); 1 > f(new String("a")); 19829826 Result should be one again. Bug first seen in Mozilla tests (mozilla/js1_2/String/slice). -- 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 -~----------~----~----~----~------~----~------~--~---
