Message from discussion
Issue 2358 in v8: V8, Uncaught TypeError: Object 0 has no method 'concat'
Received: by 10.224.31.20 with SMTP id w20mr14573353qac.2.1349781513298;
Tue, 09 Oct 2012 04:18:33 -0700 (PDT)
X-BeenThere: v8-dev@googlegroups.com
Received: by 10.224.17.16 with SMTP id q16ls10927184qaa.5.gmail; Tue, 09 Oct
2012 04:18:32 -0700 (PDT)
Received: by 10.224.31.20 with SMTP id w20mr14573335qac.2.1349781512379;
Tue, 09 Oct 2012 04:18:32 -0700 (PDT)
Received: by 10.224.31.20 with SMTP id w20mr14573334qac.2.1349781512368;
Tue, 09 Oct 2012 04:18:32 -0700 (PDT)
Return-Path: <3CAh0UBAKBnERdSThXiT-cdgTeanVddVaT.Rdbkx-STkVddVaTVgdjeh....@codesite.bounces.google.com>
Received: from mail-qa0-f75.google.com (mail-qa0-f75.google.com [209.85.216.75])
by gmr-mx.google.com with ESMTPS id ba11si636913qcb.2.2012.10.09.04.18.32
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 09 Oct 2012 04:18:32 -0700 (PDT)
Received-SPF: pass (google.com: domain of 3CAh0UBAKBnERdSThXiT-cdgTeanVddVaT.Rdbkx-STkVddVaTVgdjeh....@codesite.bounces.google.com designates 209.85.216.75 as permitted sender) client-ip=209.85.216.75;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 3CAh0UBAKBnERdSThXiT-cdgTeanVddVaT.Rdbkx-STkVddVaTVgdjeh....@codesite.bounces.google.com designates 209.85.216.75 as permitted sender) smtp.mail=3CAh0UBAKBnERdSThXiT-cdgTeanVddVaT.Rdbkx-STkVddVaTVgdjeh....@codesite.bounces.google.com; dkim=pass header...@google.com
Received: by mail-qa0-f75.google.com with SMTP id b12so32424qad.4
for <v8-dev@googlegroups.com>; Tue, 09 Oct 2012 04:18:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=google.com; s=20120113;
h=mime-version:reply-to:x-generated-by:x-googlecode-project
:x-googlecode-issue-id:message-id:date:subject:from:to:content-type;
bh=nvb8Ax+Oh3hx/UEsvmKzXNEfdEAX1u6OA27sn2fMipk=;
b=YnUjzNVk0znB5RkA1IhnYJVXxK0a75yP16B1qGUhAylcxlDMX9Ej3EBq7FRguh7edE
LrTbvbuECtM0fIP6XHQYNyDPErHyLaFySCuv/2qsXpUD0nhfgnRX+Gs8fdM3fd9fwuKK
3G43swVUuucW+Ls7xHk2PG8cBBED5ehx/oF4oEYVkXdvMzZSGXOjrJAu6MarC184rDpX
w+0ZRD7I3WAbTp9Lwn4vXHXoYQDg4i+DCV1Ykr5iV+M8a35xvg5KVsHH/n+/K8oUvFuk
k/1302YgK6dfSnYLU7NXQ0f9Z9wrB+P8nuizzpVngUXys+JV2Y/MBAXB9wBov7zFwCbo
HqmA==
MIME-Version: 1.0
Received: by 10.224.223.84 with SMTP id ij20mr14548761qab.5.1349781512272;
Tue, 09 Oct 2012 04:18:32 -0700 (PDT)
Reply-To: codesite-nore...@google.com
X-Generated-By: Google Code
X-GoogleCode-Project: v8
X-GoogleCode-Issue-Id: 2358
Message-ID: <0-11690816309429728379-2488269048307256816-codesite-noreply=google....@googlecode.com>
Date: Tue, 09 Oct 2012 11:18:32 +0000
Subject: Issue 2358 in v8: V8, Uncaught TypeError: Object 0 has no method 'concat'
From: codesite-nore...@google.com
To: v8-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
Status: New
Owner: ----
New issue 2358 by mcity...@gmail.com: 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'