summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/harmony/disable-harmony-string.js
blob: 0b88ae0be9a978149e04a78dbe90fa801c427428 (plain)
1
2
3
4
5
6
7
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Flags: --noharmony-strings

assertEquals(undefined, String.prototype.includes);