test/script/basic/parser/objectLitExpr.js.EXPECTED
Print this page
@@ -124,14 +124,11 @@
"type": "Identifier",
"name": "x"
},
"value": {
"type": "FunctionExpression",
- "id": {
- "type": "Identifier",
- "name": "get x"
- },
+ "id": null,
"params": [],
"defaults": [],
"rest": null,
"body": {
"type": "BlockStatement",
@@ -155,14 +152,11 @@
"type": "Identifier",
"name": "y"
},
"value": {
"type": "FunctionExpression",
- "id": {
- "type": "Identifier",
- "name": "get y"
- },
+ "id": null,
"params": [],
"defaults": [],
"rest": null,
"body": {
"type": "BlockStatement",