test/script/basic/parser/objectLitExpr.js.EXPECTED
Print this page
*** 124,137 ****
"type": "Identifier",
"name": "x"
},
"value": {
"type": "FunctionExpression",
! "id": {
! "type": "Identifier",
! "name": "get x"
! },
"params": [],
"defaults": [],
"rest": null,
"body": {
"type": "BlockStatement",
--- 124,134 ----
"type": "Identifier",
"name": "x"
},
"value": {
"type": "FunctionExpression",
! "id": null,
"params": [],
"defaults": [],
"rest": null,
"body": {
"type": "BlockStatement",
*** 155,168 ****
"type": "Identifier",
"name": "y"
},
"value": {
"type": "FunctionExpression",
! "id": {
! "type": "Identifier",
! "name": "get y"
! },
"params": [],
"defaults": [],
"rest": null,
"body": {
"type": "BlockStatement",
--- 152,162 ----
"type": "Identifier",
"name": "y"
},
"value": {
"type": "FunctionExpression",
! "id": null,
"params": [],
"defaults": [],
"rest": null,
"body": {
"type": "BlockStatement",