author | hannesw |
Wed, 25 Jun 2014 14:36:24 +0200 | |
changeset 25243 | 7a1edca6ce94 |
parent 19894 | 195477810711 |
permissions | -rw-r--r-- |
{ "type": "Program", "body": [ { "type": "WithStatement", "object": { "type": "Identifier", "name": "scope" }, "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "x" }, "right": { "type": "Identifier", "name": "y" } } } ] } } ] }