class-accessors-private-undefined-setter-count.out 363 Bytes
Newer Older
1 2 3
# Copyright 2019 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.
4
*%(basename)s:8: TypeError: '#foo' was defined without a setter
5
    this.#foo++;
6
         ^
7
TypeError: '#foo' was defined without a setter
8
    at new C (*%(basename)s:8:10)
9
    at *%(basename)s:12:1