class-accessors-private-undefined-getter.out 370 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: '#a' was defined without a getter
5 6 7
    const a = this.#a;
              ^
TypeError: '#a' was defined without a getter
8 9
    at new C (*%(basename)s:8:15)
    at *%(basename)s:11:1