mirror of
https://github.com/tc39/test262.git
synced 2025-10-14 20:38:55 +02:00
20 lines
445 B
Plaintext
20 lines
445 B
Plaintext
// Copyright (C) 2020 Rick Waldron. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
/*---
|
|
esid: sec-static-semantics-static-semantics-assignmenttargettype
|
|
desc: >
|
|
Static Semantics AssignmentTargetType, Return simple
|
|
info: |
|
|
MemberExpression [ Expression ]
|
|
Static Semantics AssignmentTargetType, Return simple
|
|
template: simple/complex
|
|
---*/
|
|
|
|
//- assignmenttarget
|
|
o[v]
|
|
//- operator
|
|
=
|
|
//- value
|
|
1
|