a122ebe169
Reviewed-by: jlaskey, hannesw
241 lines
5.5 KiB
Plaintext
241 lines
5.5 KiB
Plaintext
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": "=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": "+=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": "-=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": "*=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": "/=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": "%=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": "<<=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": ">>=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": ">>>=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": "&=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": "^=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"operator": "|=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "xyz"
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 314
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|