mirror of
https://github.com/tc39/test262.git
synced 2025-12-01 02:53:15 +01:00
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
// Copyright (C) 2018 Leo Balter. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
/*---
|
|
desc: >
|
|
It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
|
|
no referencing class element
|
|
template: delete-error
|
|
---*/
|
|
|
|
//- expression
|
|
this.#m
|