mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 21:14:45 +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
|
desc: Computed property name from assignment expression coalesce
|
||||||
template: evaluation
|
template: evaluation
|
||||||
features: [computed-property-names]
|
features: [computed-property-names, logical-assignment-operators]
|
||||||
---*/
|
---*/
|
||||||
//- setup
|
//- setup
|
||||||
let x = null;
|
let x = null;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
desc: Computed property name from assignment expression logical and
|
desc: Computed property name from assignment expression logical and
|
||||||
template: evaluation
|
template: evaluation
|
||||||
features: [computed-property-names]
|
features: [computed-property-names, logical-assignment-operators]
|
||||||
---*/
|
---*/
|
||||||
//- setup
|
//- setup
|
||||||
let x = 0;
|
let x = 0;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
desc: Computed property name from assignment expression logical or
|
desc: Computed property name from assignment expression logical or
|
||||||
template: evaluation
|
template: evaluation
|
||||||
features: [computed-property-names]
|
features: [computed-property-names, logical-assignment-operators]
|
||||||
---*/
|
---*/
|
||||||
//- setup
|
//- setup
|
||||||
let x = 0;
|
let x = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user