mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 04:24:40 +02:00
Apply logical-assignment-operators
feature flag
This commit is contained in:
parent
61c6f8214b
commit
b9bc25096b
@ -4,7 +4,7 @@
|
||||
/*---
|
||||
desc: Computed property name from assignment expression coalesce
|
||||
template: evaluation
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
---*/
|
||||
//- setup
|
||||
let x = null;
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*---
|
||||
desc: Computed property name from assignment expression logical and
|
||||
template: evaluation
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
---*/
|
||||
//- setup
|
||||
let x = 0;
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*---
|
||||
desc: Computed property name from assignment expression logical or
|
||||
template: evaluation
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
---*/
|
||||
//- setup
|
||||
let x = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user