Status: New
Owner: ----
New issue 2358 by [email protected]: V8, Uncaught TypeError: Object 0 has
no method 'concat'
http://code.google.com/p/v8/issues/detail?id=2358
I've built V8 on my Win7 with Visual Studio 2010 successfully. Simple
javascripts are tested OK on V8. However, if concat methods are used in
javascript like "var x=a.concat();", the following error will be
displayed. Is concat() not supported in V8 or any workaround to solve
it ? The javascript with concat() should be able to run on chrome browser,
suppose it should run on V8 as well.
Uncaught TypeError: Object 0 has no method 'concat'
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev