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