mirror of https://github.com/tc39/test262.git
improved info and description
This commit is contained in:
parent
104a134bc2
commit
b92e68646d
|
@ -4,7 +4,8 @@
|
|||
/*---
|
||||
author: Rick Waldron
|
||||
esid: sec-assignment-operators-runtime-semantics-evaluation
|
||||
description: >
|
||||
description: Compound Exponentiation Assignment Operator
|
||||
info: >
|
||||
AssignmentExpression:
|
||||
LeftHandSideExpression AssignmentOperator AssignmentExpression
|
||||
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
/*---
|
||||
author: Rick Waldron, André Bargull
|
||||
esid: sec-exp-operator-runtime-semantics-evaluation
|
||||
description: >
|
||||
description: Exponentiation Operator expression order of evaluation
|
||||
info: >
|
||||
ExponentiationExpression:
|
||||
UpdateExpression ** ExponentiationExpression
|
||||
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
/*---
|
||||
author: Rick Waldron
|
||||
esid: sec-unary-operators
|
||||
description: >
|
||||
description: Exponentiation Operator expression precedence of unary operators
|
||||
info: >
|
||||
ExponentiationExpression :
|
||||
UnaryExpression
|
||||
...
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
/*---
|
||||
author: Rick Waldron
|
||||
esid: sec-update-expressions
|
||||
description: >
|
||||
description: Exponentiation Operator expression precedence of update operators
|
||||
info: >
|
||||
ExponentiationExpression :
|
||||
...
|
||||
UpdateExpression `**` ExponentiationExpression
|
||||
|
|
Loading…
Reference in New Issue