summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/new-target-postfix-op.js
blob: 573f3ae3a7176fc74034d4c41b16a84771f2ebb9 (plain)
1
2
3
4
5
6
7
// Copyright 2015 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: --harmony-new-target

function f() { new.target++ }