13e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// Copyright 2009 the V8 project authors. All rights reserved.
23e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// Redistribution and use in source and binary forms, with or without
33e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// modification, are permitted provided that the following conditions are
43e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// met:
53e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//
63e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//     * Redistributions of source code must retain the above copyright
73e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//       notice, this list of conditions and the following disclaimer.
83e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//     * Redistributions in binary form must reproduce the above
93e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//       copyright notice, this list of conditions and the following
103e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//       disclaimer in the documentation and/or other materials provided
113e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//       with the distribution.
123e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//     * Neither the name of Google Inc. nor the names of its
133e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//       contributors may be used to endorse or promote products derived
143e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//       from this software without specific prior written permission.
153e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org//
163e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
173e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
183e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
193e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
203e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
213e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
223e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
233e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
243e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
253e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
263e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
273e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org
283e87580939cb78c5802369f723680d4a16cc2902ager@chromium.orgString.prototype.split = function() { return "SPLIT ERROR"; };
293e87580939cb78c5802369f723680d4a16cc2902ager@chromium.orgArray.prototype.join = function() { return []; };
303e87580939cb78c5802369f723680d4a16cc2902ager@chromium.org
313e87580939cb78c5802369f723680d4a16cc2902ager@chromium.orgundefined.x
32