mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
descriptions and info
This commit is contained in:
parent
79dfcf3e85
commit
e0afd42914
@ -4,7 +4,8 @@
|
|||||||
/*---
|
/*---
|
||||||
author: Rick Waldron
|
author: Rick Waldron
|
||||||
esid: sec-unary-operators
|
esid: sec-unary-operators
|
||||||
description: >
|
description: Exponentiation Expression syntax error, `~` UnaryExpression
|
||||||
|
info: >
|
||||||
ExponentiationExpression :
|
ExponentiationExpression :
|
||||||
UnaryExpression
|
UnaryExpression
|
||||||
...
|
...
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
/*---
|
/*---
|
||||||
author: Rick Waldron
|
author: Rick Waldron
|
||||||
esid: sec-unary-operators
|
esid: sec-unary-operators
|
||||||
description: >
|
description: Exponentiation Expression syntax error, `delete` UnaryExpression
|
||||||
|
info: >
|
||||||
ExponentiationExpression :
|
ExponentiationExpression :
|
||||||
UnaryExpression
|
UnaryExpression
|
||||||
...
|
...
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
/*---
|
/*---
|
||||||
author: Rick Waldron
|
author: Rick Waldron
|
||||||
esid: sec-unary-operators
|
esid: sec-unary-operators
|
||||||
description: >
|
description: Exponentiation Expression syntax error, `!` UnaryExpression
|
||||||
|
info: >
|
||||||
ExponentiationExpression :
|
ExponentiationExpression :
|
||||||
UnaryExpression
|
UnaryExpression
|
||||||
...
|
...
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
/*---
|
/*---
|
||||||
author: Rick Waldron
|
author: Rick Waldron
|
||||||
esid: sec-unary-operators
|
esid: sec-unary-operators
|
||||||
description: >
|
description: Exponentiation Expression syntax error, `-` UnaryExpression
|
||||||
|
info: >
|
||||||
ExponentiationExpression :
|
ExponentiationExpression :
|
||||||
UnaryExpression
|
UnaryExpression
|
||||||
...
|
...
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
/*---
|
/*---
|
||||||
author: Rick Waldron
|
author: Rick Waldron
|
||||||
esid: sec-unary-operators
|
esid: sec-unary-operators
|
||||||
description: >
|
description: Exponentiation Expression syntax error, `+` UnaryExpression
|
||||||
|
info: >
|
||||||
ExponentiationExpression :
|
ExponentiationExpression :
|
||||||
UnaryExpression
|
UnaryExpression
|
||||||
...
|
...
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
/*---
|
/*---
|
||||||
author: Rick Waldron
|
author: Rick Waldron
|
||||||
esid: sec-unary-operators
|
esid: sec-unary-operators
|
||||||
description: >
|
description: Exponentiation Expression syntax error, `typeof` UnaryExpression
|
||||||
|
info: >
|
||||||
ExponentiationExpression :
|
ExponentiationExpression :
|
||||||
UnaryExpression
|
UnaryExpression
|
||||||
...
|
...
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
/*---
|
/*---
|
||||||
author: Rick Waldron
|
author: Rick Waldron
|
||||||
esid: sec-unary-operators
|
esid: sec-unary-operators
|
||||||
description: >
|
description: Exponentiation Expression syntax error, `void` UnaryExpression
|
||||||
|
info: >
|
||||||
ExponentiationExpression :
|
ExponentiationExpression :
|
||||||
UnaryExpression
|
UnaryExpression
|
||||||
...
|
...
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
author: Rick Waldron
|
author: Rick Waldron
|
||||||
esid: sec-exp-operator
|
esid: sec-exp-operator
|
||||||
description: >
|
info: >
|
||||||
Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent)
|
Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent)
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user