Skip to content

Instantly share code, notes, and snippets.

@Siss3l
Created August 18, 2023 17:45
Show Gist options
  • Save Siss3l/0041f0170a92e001bddf4cbf19635344 to your computer and use it in GitHub Desktop.
Save Siss3l/0041f0170a92e001bddf4cbf19635344 to your computer and use it in GitHub Desktop.
Conversion of ActionScript to Abstract Syntax Tree code in JSON
This file has been truncated, but you can view the full file.
[
{
"type": "File",
"start": 0,
"end": 43328,
"loc": {
"start": {
"line": 1,
"column": 0,
"index": 0
},
"end": {
"line": 1148,
"column": 4,
"index": 43328
}
},
"errors": [],
"program": {
"type": "Program",
"start": 0,
"end": 43328,
"loc": {
"start": {
"line": 1,
"column": 0,
"index": 0
},
"end": {
"line": 1148,
"column": 4,
"index": 43328
}
},
"sourceType": "module",
"interpreter": null,
"body": [
{
"type": "FunctionDeclaration",
"start": 0,
"end": 43328,
"loc": {
"start": {
"line": 1,
"column": 0,
"index": 0
},
"end": {
"line": 1148,
"column": 4,
"index": 43328
}
},
"id": {
"type": "Identifier",
"start": 9,
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 9,
"index": 9
},
"end": {
"line": 1,
"column": 20,
"index": 20
},
"identifierName": "postProcess"
},
"name": "postProcess"
},
"generator": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 21,
"end": 26,
"loc": {
"start": {
"line": 1,
"column": 21,
"index": 21
},
"end": {
"line": 1,
"column": 26,
"index": 26
},
"identifierName": "sType"
},
"name": "sType"
},
{
"type": "Identifier",
"start": 28,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 28,
"index": 28
},
"end": {
"line": 1,
"column": 35,
"index": 35
},
"identifierName": "sAction"
},
"name": "sAction"
},
{
"type": "Identifier",
"start": 37,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 37,
"index": 37
},
"end": {
"line": 1,
"column": 43,
"index": 43
},
"identifierName": "bError"
},
"name": "bError"
},
{
"type": "Identifier",
"start": 45,
"end": 50,
"loc": {
"start": {
"line": 1,
"column": 45,
"index": 45
},
"end": {
"line": 1,
"column": 50,
"index": 50
},
"identifierName": "sData"
},
"name": "sData"
}
],
"body": {
"type": "BlockStatement",
"start": 55,
"end": 43328,
"loc": {
"start": {
"line": 2,
"column": 3,
"index": 55
},
"end": {
"line": 1148,
"column": 4,
"index": 43328
}
},
"body": [
{
"type": "SwitchStatement",
"start": 63,
"end": 43323,
"loc": {
"start": {
"line": 3,
"column": 6,
"index": 63
},
"end": {
"line": 1147,
"column": 7,
"index": 43323
}
},
"discriminant": {
"type": "Identifier",
"start": 70,
"end": 75,
"loc": {
"start": {
"line": 3,
"column": 13,
"index": 70
},
"end": {
"line": 3,
"column": 18,
"index": 75
},
"identifierName": "sType"
},
"name": "sType"
},
"cases": [
{
"type": "SwitchCase",
"start": 94,
"end": 9071,
"loc": {
"start": {
"line": 5,
"column": 9,
"index": 94
},
"end": {
"line": 200,
"column": 18,
"index": 9071
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 116,
"end": 148,
"loc": {
"start": {
"line": 6,
"column": 12,
"index": 116
},
"end": {
"line": 6,
"column": 44,
"index": 148
}
},
"expression": {
"type": "AssignmentExpression",
"start": 116,
"end": 147,
"loc": {
"start": {
"line": 6,
"column": 12,
"index": 116
},
"end": {
"line": 6,
"column": 43,
"index": 147
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 116,
"end": 122,
"loc": {
"start": {
"line": 6,
"column": 12,
"index": 116
},
"end": {
"line": 6,
"column": 18,
"index": 122
},
"identifierName": "bError"
},
"name": "bError"
},
"right": {
"type": "BinaryExpression",
"start": 125,
"end": 147,
"loc": {
"start": {
"line": 6,
"column": 21,
"index": 125
},
"end": {
"line": 6,
"column": 43,
"index": 147
}
},
"left": {
"type": "CallExpression",
"start": 125,
"end": 140,
"loc": {
"start": {
"line": 6,
"column": 21,
"index": 125
},
"end": {
"line": 6,
"column": 36,
"index": 140
}
},
"callee": {
"type": "MemberExpression",
"start": 125,
"end": 137,
"loc": {
"start": {
"line": 6,
"column": 21,
"index": 125
},
"end": {
"line": 6,
"column": 33,
"index": 137
}
},
"object": {
"type": "Identifier",
"start": 125,
"end": 130,
"loc": {
"start": {
"line": 6,
"column": 21,
"index": 125
},
"end": {
"line": 6,
"column": 26,
"index": 130
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 131,
"end": 137,
"loc": {
"start": {
"line": 6,
"column": 27,
"index": 131
},
"end": {
"line": 6,
"column": 33,
"index": 137
},
"identifierName": "charAt"
},
"name": "charAt"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 138,
"end": 139,
"loc": {
"start": {
"line": 6,
"column": 34,
"index": 138
},
"end": {
"line": 6,
"column": 35,
"index": 139
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
},
"operator": "==",
"right": {
"type": "StringLiteral",
"start": 144,
"end": 147,
"loc": {
"start": {
"line": 6,
"column": 40,
"index": 144
},
"end": {
"line": 6,
"column": 43,
"index": 147
}
},
"extra": {
"rawValue": "E",
"raw": "\"E\""
},
"value": "E"
}
}
}
},
{
"type": "SwitchStatement",
"start": 161,
"end": 9052,
"loc": {
"start": {
"line": 7,
"column": 12,
"index": 161
},
"end": {
"line": 199,
"column": 13,
"index": 9052
}
},
"discriminant": {
"type": "Identifier",
"start": 168,
"end": 175,
"loc": {
"start": {
"line": 7,
"column": 19,
"index": 168
},
"end": {
"line": 7,
"column": 26,
"index": 175
},
"identifierName": "sAction"
},
"name": "sAction"
},
"cases": [
{
"type": "SwitchCase",
"start": 206,
"end": 1631,
"loc": {
"start": {
"line": 9,
"column": 15,
"index": 206
},
"end": {
"line": 42,
"column": 24,
"index": 1631
}
},
"consequent": [
{
"type": "SwitchStatement",
"start": 234,
"end": 1606,
"loc": {
"start": {
"line": 10,
"column": 18,
"index": 234
},
"end": {
"line": 41,
"column": 19,
"index": 1606
}
},
"discriminant": {
"type": "CallExpression",
"start": 241,
"end": 256,
"loc": {
"start": {
"line": 10,
"column": 25,
"index": 241
},
"end": {
"line": 10,
"column": 40,
"index": 256
}
},
"callee": {
"type": "MemberExpression",
"start": 241,
"end": 253,
"loc": {
"start": {
"line": 10,
"column": 25,
"index": 241
},
"end": {
"line": 10,
"column": 37,
"index": 253
}
},
"object": {
"type": "Identifier",
"start": 241,
"end": 246,
"loc": {
"start": {
"line": 10,
"column": 25,
"index": 241
},
"end": {
"line": 10,
"column": 30,
"index": 246
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 247,
"end": 253,
"loc": {
"start": {
"line": 10,
"column": 31,
"index": 247
},
"end": {
"line": 10,
"column": 37,
"index": 253
},
"identifierName": "charAt"
},
"name": "charAt"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 254,
"end": 255,
"loc": {
"start": {
"line": 10,
"column": 38,
"index": 254
},
"end": {
"line": 10,
"column": 39,
"index": 255
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
]
},
"cases": [
{
"type": "SwitchCase",
"start": 299,
"end": 416,
"loc": {
"start": {
"line": 12,
"column": 21,
"index": 299
},
"end": {
"line": 14,
"column": 30,
"index": 416
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 333,
"end": 385,
"loc": {
"start": {
"line": 13,
"column": 24,
"index": 333
},
"end": {
"line": 13,
"column": 76,
"index": 385
}
},
"expression": {
"type": "CallExpression",
"start": 333,
"end": 384,
"loc": {
"start": {
"line": 13,
"column": 24,
"index": 333
},
"end": {
"line": 13,
"column": 75,
"index": 384
}
},
"callee": {
"type": "MemberExpression",
"start": 333,
"end": 367,
"loc": {
"start": {
"line": 13,
"column": 24,
"index": 333
},
"end": {
"line": 13,
"column": 58,
"index": 367
}
},
"object": {
"type": "MemberExpression",
"start": 333,
"end": 349,
"loc": {
"start": {
"line": 13,
"column": 24,
"index": 333
},
"end": {
"line": 13,
"column": 40,
"index": 349
}
},
"object": {
"type": "MemberExpression",
"start": 333,
"end": 341,
"loc": {
"start": {
"line": 13,
"column": 24,
"index": 333
},
"end": {
"line": 13,
"column": 32,
"index": 341
}
},
"object": {
"type": "ThisExpression",
"start": 333,
"end": 337,
"loc": {
"start": {
"line": 13,
"column": 24,
"index": 333
},
"end": {
"line": 13,
"column": 28,
"index": 337
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 338,
"end": 341,
"loc": {
"start": {
"line": 13,
"column": 29,
"index": 338
},
"end": {
"line": 13,
"column": 32,
"index": 341
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 342,
"end": 349,
"loc": {
"start": {
"line": 13,
"column": 33,
"index": 342
},
"end": {
"line": 13,
"column": 40,
"index": 349
},
"identifierName": "Dungeon"
},
"name": "Dungeon"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 350,
"end": 367,
"loc": {
"start": {
"line": 13,
"column": 41,
"index": 350
},
"end": {
"line": 13,
"column": 58,
"index": 367
},
"identifierName": "onDungeonCreation"
},
"name": "onDungeonCreation"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 368,
"end": 383,
"loc": {
"start": {
"line": 13,
"column": 59,
"index": 368
},
"end": {
"line": 13,
"column": 74,
"index": 383
}
},
"callee": {
"type": "MemberExpression",
"start": 368,
"end": 380,
"loc": {
"start": {
"line": 13,
"column": 59,
"index": 368
},
"end": {
"line": 13,
"column": 71,
"index": 380
}
},
"object": {
"type": "Identifier",
"start": 368,
"end": 373,
"loc": {
"start": {
"line": 13,
"column": 59,
"index": 368
},
"end": {
"line": 13,
"column": 64,
"index": 373
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 374,
"end": 380,
"loc": {
"start": {
"line": 13,
"column": 65,
"index": 374
},
"end": {
"line": 13,
"column": 71,
"index": 380
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 381,
"end": 382,
"loc": {
"start": {
"line": 13,
"column": 72,
"index": 381
},
"end": {
"line": 13,
"column": 73,
"index": 382
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 410,
"end": 416,
"loc": {
"start": {
"line": 14,
"column": 24,
"index": 410
},
"end": {
"line": 14,
"column": 30,
"index": 416
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 304,
"end": 307,
"loc": {
"start": {
"line": 12,
"column": 26,
"index": 304
},
"end": {
"line": 12,
"column": 29,
"index": 307
}
},
"extra": {
"rawValue": "C",
"raw": "\"C\""
},
"value": "C"
}
},
{
"type": "SwitchCase",
"start": 438,
"end": 553,
"loc": {
"start": {
"line": 15,
"column": 21,
"index": 438
},
"end": {
"line": 17,
"column": 30,
"index": 553
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 472,
"end": 522,
"loc": {
"start": {
"line": 16,
"column": 24,
"index": 472
},
"end": {
"line": 16,
"column": 74,
"index": 522
}
},
"expression": {
"type": "CallExpression",
"start": 472,
"end": 521,
"loc": {
"start": {
"line": 16,
"column": 24,
"index": 472
},
"end": {
"line": 16,
"column": 73,
"index": 521
}
},
"callee": {
"type": "MemberExpression",
"start": 472,
"end": 504,
"loc": {
"start": {
"line": 16,
"column": 24,
"index": 472
},
"end": {
"line": 16,
"column": 56,
"index": 504
}
},
"object": {
"type": "MemberExpression",
"start": 472,
"end": 488,
"loc": {
"start": {
"line": 16,
"column": 24,
"index": 472
},
"end": {
"line": 16,
"column": 40,
"index": 488
}
},
"object": {
"type": "MemberExpression",
"start": 472,
"end": 480,
"loc": {
"start": {
"line": 16,
"column": 24,
"index": 472
},
"end": {
"line": 16,
"column": 32,
"index": 480
}
},
"object": {
"type": "ThisExpression",
"start": 472,
"end": 476,
"loc": {
"start": {
"line": 16,
"column": 24,
"index": 472
},
"end": {
"line": 16,
"column": 28,
"index": 476
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 477,
"end": 480,
"loc": {
"start": {
"line": 16,
"column": 29,
"index": 477
},
"end": {
"line": 16,
"column": 32,
"index": 480
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 481,
"end": 488,
"loc": {
"start": {
"line": 16,
"column": 33,
"index": 481
},
"end": {
"line": 16,
"column": 40,
"index": 488
},
"identifierName": "Dungeon"
},
"name": "Dungeon"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 489,
"end": 504,
"loc": {
"start": {
"line": 16,
"column": 41,
"index": 489
},
"end": {
"line": 16,
"column": 56,
"index": 504
},
"identifierName": "onDungeonInvite"
},
"name": "onDungeonInvite"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 505,
"end": 520,
"loc": {
"start": {
"line": 16,
"column": 57,
"index": 505
},
"end": {
"line": 16,
"column": 72,
"index": 520
}
},
"callee": {
"type": "MemberExpression",
"start": 505,
"end": 517,
"loc": {
"start": {
"line": 16,
"column": 57,
"index": 505
},
"end": {
"line": 16,
"column": 69,
"index": 517
}
},
"object": {
"type": "Identifier",
"start": 505,
"end": 510,
"loc": {
"start": {
"line": 16,
"column": 57,
"index": 505
},
"end": {
"line": 16,
"column": 62,
"index": 510
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 511,
"end": 517,
"loc": {
"start": {
"line": 16,
"column": 63,
"index": 511
},
"end": {
"line": 16,
"column": 69,
"index": 517
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 518,
"end": 519,
"loc": {
"start": {
"line": 16,
"column": 70,
"index": 518
},
"end": {
"line": 16,
"column": 71,
"index": 519
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 547,
"end": 553,
"loc": {
"start": {
"line": 17,
"column": 24,
"index": 547
},
"end": {
"line": 17,
"column": 30,
"index": 553
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 443,
"end": 446,
"loc": {
"start": {
"line": 15,
"column": 26,
"index": 443
},
"end": {
"line": 15,
"column": 29,
"index": 446
}
},
"extra": {
"rawValue": "I",
"raw": "\"I\""
},
"value": "I"
}
},
{
"type": "SwitchCase",
"start": 575,
"end": 694,
"loc": {
"start": {
"line": 18,
"column": 21,
"index": 575
},
"end": {
"line": 20,
"column": 30,
"index": 694
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 609,
"end": 663,
"loc": {
"start": {
"line": 19,
"column": 24,
"index": 609
},
"end": {
"line": 19,
"column": 78,
"index": 663
}
},
"expression": {
"type": "CallExpression",
"start": 609,
"end": 662,
"loc": {
"start": {
"line": 19,
"column": 24,
"index": 609
},
"end": {
"line": 19,
"column": 77,
"index": 662
}
},
"callee": {
"type": "MemberExpression",
"start": 609,
"end": 645,
"loc": {
"start": {
"line": 19,
"column": 24,
"index": 609
},
"end": {
"line": 19,
"column": 60,
"index": 645
}
},
"object": {
"type": "MemberExpression",
"start": 609,
"end": 625,
"loc": {
"start": {
"line": 19,
"column": 24,
"index": 609
},
"end": {
"line": 19,
"column": 40,
"index": 625
}
},
"object": {
"type": "MemberExpression",
"start": 609,
"end": 617,
"loc": {
"start": {
"line": 19,
"column": 24,
"index": 609
},
"end": {
"line": 19,
"column": 32,
"index": 617
}
},
"object": {
"type": "ThisExpression",
"start": 609,
"end": 613,
"loc": {
"start": {
"line": 19,
"column": 24,
"index": 609
},
"end": {
"line": 19,
"column": 28,
"index": 613
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 614,
"end": 617,
"loc": {
"start": {
"line": 19,
"column": 29,
"index": 614
},
"end": {
"line": 19,
"column": 32,
"index": 617
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 618,
"end": 625,
"loc": {
"start": {
"line": 19,
"column": 33,
"index": 618
},
"end": {
"line": 19,
"column": 40,
"index": 625
},
"identifierName": "Dungeon"
},
"name": "Dungeon"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 626,
"end": 645,
"loc": {
"start": {
"line": 19,
"column": 41,
"index": 626
},
"end": {
"line": 19,
"column": 60,
"index": 645
},
"identifierName": "onDungeonInvitation"
},
"name": "onDungeonInvitation"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 646,
"end": 661,
"loc": {
"start": {
"line": 19,
"column": 61,
"index": 646
},
"end": {
"line": 19,
"column": 76,
"index": 661
}
},
"callee": {
"type": "MemberExpression",
"start": 646,
"end": 658,
"loc": {
"start": {
"line": 19,
"column": 61,
"index": 646
},
"end": {
"line": 19,
"column": 73,
"index": 658
}
},
"object": {
"type": "Identifier",
"start": 646,
"end": 651,
"loc": {
"start": {
"line": 19,
"column": 61,
"index": 646
},
"end": {
"line": 19,
"column": 66,
"index": 651
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 652,
"end": 658,
"loc": {
"start": {
"line": 19,
"column": 67,
"index": 652
},
"end": {
"line": 19,
"column": 73,
"index": 658
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 659,
"end": 660,
"loc": {
"start": {
"line": 19,
"column": 74,
"index": 659
},
"end": {
"line": 19,
"column": 75,
"index": 660
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 688,
"end": 694,
"loc": {
"start": {
"line": 20,
"column": 24,
"index": 688
},
"end": {
"line": 20,
"column": 30,
"index": 694
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 580,
"end": 583,
"loc": {
"start": {
"line": 18,
"column": 26,
"index": 580
},
"end": {
"line": 18,
"column": 29,
"index": 583
}
},
"extra": {
"rawValue": "i",
"raw": "\"i\""
},
"value": "i"
}
},
{
"type": "SwitchCase",
"start": 716,
"end": 830,
"loc": {
"start": {
"line": 21,
"column": 21,
"index": 716
},
"end": {
"line": 23,
"column": 30,
"index": 830
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 750,
"end": 799,
"loc": {
"start": {
"line": 22,
"column": 24,
"index": 750
},
"end": {
"line": 22,
"column": 73,
"index": 799
}
},
"expression": {
"type": "CallExpression",
"start": 750,
"end": 798,
"loc": {
"start": {
"line": 22,
"column": 24,
"index": 750
},
"end": {
"line": 22,
"column": 72,
"index": 798
}
},
"callee": {
"type": "MemberExpression",
"start": 750,
"end": 781,
"loc": {
"start": {
"line": 22,
"column": 24,
"index": 750
},
"end": {
"line": 22,
"column": 55,
"index": 781
}
},
"object": {
"type": "MemberExpression",
"start": 750,
"end": 766,
"loc": {
"start": {
"line": 22,
"column": 24,
"index": 750
},
"end": {
"line": 22,
"column": 40,
"index": 766
}
},
"object": {
"type": "MemberExpression",
"start": 750,
"end": 758,
"loc": {
"start": {
"line": 22,
"column": 24,
"index": 750
},
"end": {
"line": 22,
"column": 32,
"index": 758
}
},
"object": {
"type": "ThisExpression",
"start": 750,
"end": 754,
"loc": {
"start": {
"line": 22,
"column": 24,
"index": 750
},
"end": {
"line": 22,
"column": 28,
"index": 754
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 755,
"end": 758,
"loc": {
"start": {
"line": 22,
"column": 29,
"index": 755
},
"end": {
"line": 22,
"column": 32,
"index": 758
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 759,
"end": 766,
"loc": {
"start": {
"line": 22,
"column": 33,
"index": 759
},
"end": {
"line": 22,
"column": 40,
"index": 766
},
"identifierName": "Dungeon"
},
"name": "Dungeon"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 767,
"end": 781,
"loc": {
"start": {
"line": 22,
"column": 41,
"index": 767
},
"end": {
"line": 22,
"column": 55,
"index": 781
},
"identifierName": "onDungeonStart"
},
"name": "onDungeonStart"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 782,
"end": 797,
"loc": {
"start": {
"line": 22,
"column": 56,
"index": 782
},
"end": {
"line": 22,
"column": 71,
"index": 797
}
},
"callee": {
"type": "MemberExpression",
"start": 782,
"end": 794,
"loc": {
"start": {
"line": 22,
"column": 56,
"index": 782
},
"end": {
"line": 22,
"column": 68,
"index": 794
}
},
"object": {
"type": "Identifier",
"start": 782,
"end": 787,
"loc": {
"start": {
"line": 22,
"column": 56,
"index": 782
},
"end": {
"line": 22,
"column": 61,
"index": 787
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 788,
"end": 794,
"loc": {
"start": {
"line": 22,
"column": 62,
"index": 788
},
"end": {
"line": 22,
"column": 68,
"index": 794
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 795,
"end": 796,
"loc": {
"start": {
"line": 22,
"column": 69,
"index": 795
},
"end": {
"line": 22,
"column": 70,
"index": 796
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 824,
"end": 830,
"loc": {
"start": {
"line": 23,
"column": 24,
"index": 824
},
"end": {
"line": 23,
"column": 30,
"index": 830
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 721,
"end": 724,
"loc": {
"start": {
"line": 21,
"column": 26,
"index": 721
},
"end": {
"line": 21,
"column": 29,
"index": 724
}
},
"extra": {
"rawValue": "S",
"raw": "\"S\""
},
"value": "S"
}
},
{
"type": "SwitchCase",
"start": 852,
"end": 966,
"loc": {
"start": {
"line": 24,
"column": 21,
"index": 852
},
"end": {
"line": 26,
"column": 30,
"index": 966
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 886,
"end": 935,
"loc": {
"start": {
"line": 25,
"column": 24,
"index": 886
},
"end": {
"line": 25,
"column": 73,
"index": 935
}
},
"expression": {
"type": "CallExpression",
"start": 886,
"end": 934,
"loc": {
"start": {
"line": 25,
"column": 24,
"index": 886
},
"end": {
"line": 25,
"column": 72,
"index": 934
}
},
"callee": {
"type": "MemberExpression",
"start": 886,
"end": 909,
"loc": {
"start": {
"line": 25,
"column": 24,
"index": 886
},
"end": {
"line": 25,
"column": 47,
"index": 909
}
},
"object": {
"type": "MemberExpression",
"start": 886,
"end": 902,
"loc": {
"start": {
"line": 25,
"column": 24,
"index": 886
},
"end": {
"line": 25,
"column": 40,
"index": 902
}
},
"object": {
"type": "MemberExpression",
"start": 886,
"end": 894,
"loc": {
"start": {
"line": 25,
"column": 24,
"index": 886
},
"end": {
"line": 25,
"column": 32,
"index": 894
}
},
"object": {
"type": "ThisExpression",
"start": 886,
"end": 890,
"loc": {
"start": {
"line": 25,
"column": 24,
"index": 886
},
"end": {
"line": 25,
"column": 28,
"index": 890
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 891,
"end": 894,
"loc": {
"start": {
"line": 25,
"column": 29,
"index": 891
},
"end": {
"line": 25,
"column": 32,
"index": 894
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 895,
"end": 902,
"loc": {
"start": {
"line": 25,
"column": 33,
"index": 895
},
"end": {
"line": 25,
"column": 40,
"index": 902
},
"identifierName": "Dungeon"
},
"name": "Dungeon"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 903,
"end": 909,
"loc": {
"start": {
"line": 25,
"column": 41,
"index": 903
},
"end": {
"line": 25,
"column": 47,
"index": 909
},
"identifierName": "onJoin"
},
"name": "onJoin"
}
},
"arguments": [
{
"type": "UnaryExpression",
"start": 910,
"end": 917,
"loc": {
"start": {
"line": 25,
"column": 48,
"index": 910
},
"end": {
"line": 25,
"column": 55,
"index": 917
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 911,
"end": 917,
"loc": {
"start": {
"line": 25,
"column": 49,
"index": 911
},
"end": {
"line": 25,
"column": 55,
"index": 917
},
"identifierName": "bError"
},
"name": "bError"
}
},
{
"type": "CallExpression",
"start": 918,
"end": 933,
"loc": {
"start": {
"line": 25,
"column": 56,
"index": 918
},
"end": {
"line": 25,
"column": 71,
"index": 933
}
},
"callee": {
"type": "MemberExpression",
"start": 918,
"end": 930,
"loc": {
"start": {
"line": 25,
"column": 56,
"index": 918
},
"end": {
"line": 25,
"column": 68,
"index": 930
}
},
"object": {
"type": "Identifier",
"start": 918,
"end": 923,
"loc": {
"start": {
"line": 25,
"column": 56,
"index": 918
},
"end": {
"line": 25,
"column": 61,
"index": 923
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 924,
"end": 930,
"loc": {
"start": {
"line": 25,
"column": 62,
"index": 924
},
"end": {
"line": 25,
"column": 68,
"index": 930
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 931,
"end": 932,
"loc": {
"start": {
"line": 25,
"column": 69,
"index": 931
},
"end": {
"line": 25,
"column": 70,
"index": 932
}
},
"extra": {
"rawValue": 4,
"raw": "4"
},
"value": 4
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 960,
"end": 966,
"loc": {
"start": {
"line": 26,
"column": 24,
"index": 960
},
"end": {
"line": 26,
"column": 30,
"index": 966
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 857,
"end": 860,
"loc": {
"start": {
"line": 24,
"column": 26,
"index": 857
},
"end": {
"line": 24,
"column": 29,
"index": 860
}
},
"extra": {
"rawValue": "J",
"raw": "\"J\""
},
"value": "J"
}
},
{
"type": "SwitchCase",
"start": 988,
"end": 1080,
"loc": {
"start": {
"line": 27,
"column": 21,
"index": 988
},
"end": {
"line": 29,
"column": 30,
"index": 1080
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 1022,
"end": 1049,
"loc": {
"start": {
"line": 28,
"column": 24,
"index": 1022
},
"end": {
"line": 28,
"column": 51,
"index": 1049
}
},
"expression": {
"type": "CallExpression",
"start": 1022,
"end": 1048,
"loc": {
"start": {
"line": 28,
"column": 24,
"index": 1022
},
"end": {
"line": 28,
"column": 50,
"index": 1048
}
},
"callee": {
"type": "MemberExpression",
"start": 1022,
"end": 1046,
"loc": {
"start": {
"line": 28,
"column": 24,
"index": 1022
},
"end": {
"line": 28,
"column": 48,
"index": 1046
}
},
"object": {
"type": "MemberExpression",
"start": 1022,
"end": 1038,
"loc": {
"start": {
"line": 28,
"column": 24,
"index": 1022
},
"end": {
"line": 28,
"column": 40,
"index": 1038
}
},
"object": {
"type": "MemberExpression",
"start": 1022,
"end": 1030,
"loc": {
"start": {
"line": 28,
"column": 24,
"index": 1022
},
"end": {
"line": 28,
"column": 32,
"index": 1030
}
},
"object": {
"type": "ThisExpression",
"start": 1022,
"end": 1026,
"loc": {
"start": {
"line": 28,
"column": 24,
"index": 1022
},
"end": {
"line": 28,
"column": 28,
"index": 1026
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1027,
"end": 1030,
"loc": {
"start": {
"line": 28,
"column": 29,
"index": 1027
},
"end": {
"line": 28,
"column": 32,
"index": 1030
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1031,
"end": 1038,
"loc": {
"start": {
"line": 28,
"column": 33,
"index": 1031
},
"end": {
"line": 28,
"column": 40,
"index": 1038
},
"identifierName": "Dungeon"
},
"name": "Dungeon"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1039,
"end": 1046,
"loc": {
"start": {
"line": 28,
"column": 41,
"index": 1039
},
"end": {
"line": 28,
"column": 48,
"index": 1046
},
"identifierName": "onLeave"
},
"name": "onLeave"
}
},
"arguments": []
}
},
{
"type": "BreakStatement",
"start": 1074,
"end": 1080,
"loc": {
"start": {
"line": 29,
"column": 24,
"index": 1074
},
"end": {
"line": 29,
"column": 30,
"index": 1080
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 993,
"end": 996,
"loc": {
"start": {
"line": 27,
"column": 26,
"index": 993
},
"end": {
"line": 27,
"column": 29,
"index": 996
}
},
"extra": {
"rawValue": "V",
"raw": "\"V\""
},
"value": "V"
}
},
{
"type": "SwitchCase",
"start": 1102,
"end": 1218,
"loc": {
"start": {
"line": 30,
"column": 21,
"index": 1102
},
"end": {
"line": 32,
"column": 30,
"index": 1218
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 1136,
"end": 1187,
"loc": {
"start": {
"line": 31,
"column": 24,
"index": 1136
},
"end": {
"line": 31,
"column": 75,
"index": 1187
}
},
"expression": {
"type": "CallExpression",
"start": 1136,
"end": 1186,
"loc": {
"start": {
"line": 31,
"column": 24,
"index": 1136
},
"end": {
"line": 31,
"column": 74,
"index": 1186
}
},
"callee": {
"type": "MemberExpression",
"start": 1136,
"end": 1169,
"loc": {
"start": {
"line": 31,
"column": 24,
"index": 1136
},
"end": {
"line": 31,
"column": 57,
"index": 1169
}
},
"object": {
"type": "MemberExpression",
"start": 1136,
"end": 1152,
"loc": {
"start": {
"line": 31,
"column": 24,
"index": 1136
},
"end": {
"line": 31,
"column": 40,
"index": 1152
}
},
"object": {
"type": "MemberExpression",
"start": 1136,
"end": 1144,
"loc": {
"start": {
"line": 31,
"column": 24,
"index": 1136
},
"end": {
"line": 31,
"column": 32,
"index": 1144
}
},
"object": {
"type": "ThisExpression",
"start": 1136,
"end": 1140,
"loc": {
"start": {
"line": 31,
"column": 24,
"index": 1136
},
"end": {
"line": 31,
"column": 28,
"index": 1140
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1141,
"end": 1144,
"loc": {
"start": {
"line": 31,
"column": 29,
"index": 1141
},
"end": {
"line": 31,
"column": 32,
"index": 1144
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1145,
"end": 1152,
"loc": {
"start": {
"line": 31,
"column": 33,
"index": 1145
},
"end": {
"line": 31,
"column": 40,
"index": 1152
},
"identifierName": "Dungeon"
},
"name": "Dungeon"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1153,
"end": 1169,
"loc": {
"start": {
"line": 31,
"column": 41,
"index": 1153
},
"end": {
"line": 31,
"column": 57,
"index": 1169
},
"identifierName": "onMemberMovement"
},
"name": "onMemberMovement"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 1170,
"end": 1185,
"loc": {
"start": {
"line": 31,
"column": 58,
"index": 1170
},
"end": {
"line": 31,
"column": 73,
"index": 1185
}
},
"callee": {
"type": "MemberExpression",
"start": 1170,
"end": 1182,
"loc": {
"start": {
"line": 31,
"column": 58,
"index": 1170
},
"end": {
"line": 31,
"column": 70,
"index": 1182
}
},
"object": {
"type": "Identifier",
"start": 1170,
"end": 1175,
"loc": {
"start": {
"line": 31,
"column": 58,
"index": 1170
},
"end": {
"line": 31,
"column": 63,
"index": 1175
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1176,
"end": 1182,
"loc": {
"start": {
"line": 31,
"column": 64,
"index": 1176
},
"end": {
"line": 31,
"column": 70,
"index": 1182
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 1183,
"end": 1184,
"loc": {
"start": {
"line": 31,
"column": 71,
"index": 1183
},
"end": {
"line": 31,
"column": 72,
"index": 1184
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 1212,
"end": 1218,
"loc": {
"start": {
"line": 32,
"column": 24,
"index": 1212
},
"end": {
"line": 32,
"column": 30,
"index": 1218
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 1107,
"end": 1110,
"loc": {
"start": {
"line": 30,
"column": 26,
"index": 1107
},
"end": {
"line": 30,
"column": 29,
"index": 1110
}
},
"extra": {
"rawValue": "M",
"raw": "\"M\""
},
"value": "M"
}
},
{
"type": "SwitchCase",
"start": 1240,
"end": 1361,
"loc": {
"start": {
"line": 33,
"column": 21,
"index": 1240
},
"end": {
"line": 35,
"column": 30,
"index": 1361
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 1274,
"end": 1330,
"loc": {
"start": {
"line": 34,
"column": 24,
"index": 1274
},
"end": {
"line": 34,
"column": 80,
"index": 1330
}
},
"expression": {
"type": "CallExpression",
"start": 1274,
"end": 1329,
"loc": {
"start": {
"line": 34,
"column": 24,
"index": 1274
},
"end": {
"line": 34,
"column": 79,
"index": 1329
}
},
"callee": {
"type": "MemberExpression",
"start": 1274,
"end": 1312,
"loc": {
"start": {
"line": 34,
"column": 24,
"index": 1274
},
"end": {
"line": 34,
"column": 62,
"index": 1312
}
},
"object": {
"type": "MemberExpression",
"start": 1274,
"end": 1290,
"loc": {
"start": {
"line": 34,
"column": 24,
"index": 1274
},
"end": {
"line": 34,
"column": 40,
"index": 1290
}
},
"object": {
"type": "MemberExpression",
"start": 1274,
"end": 1282,
"loc": {
"start": {
"line": 34,
"column": 24,
"index": 1274
},
"end": {
"line": 34,
"column": 32,
"index": 1282
}
},
"object": {
"type": "ThisExpression",
"start": 1274,
"end": 1278,
"loc": {
"start": {
"line": 34,
"column": 24,
"index": 1274
},
"end": {
"line": 34,
"column": 28,
"index": 1278
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1279,
"end": 1282,
"loc": {
"start": {
"line": 34,
"column": 29,
"index": 1279
},
"end": {
"line": 34,
"column": 32,
"index": 1282
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1283,
"end": 1290,
"loc": {
"start": {
"line": 34,
"column": 33,
"index": 1283
},
"end": {
"line": 34,
"column": 40,
"index": 1290
},
"identifierName": "Dungeon"
},
"name": "Dungeon"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1291,
"end": 1312,
"loc": {
"start": {
"line": 34,
"column": 41,
"index": 1291
},
"end": {
"line": 34,
"column": 62,
"index": 1312
},
"identifierName": "onPlayerStatusChanged"
},
"name": "onPlayerStatusChanged"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 1313,
"end": 1328,
"loc": {
"start": {
"line": 34,
"column": 63,
"index": 1313
},
"end": {
"line": 34,
"column": 78,
"index": 1328
}
},
"callee": {
"type": "MemberExpression",
"start": 1313,
"end": 1325,
"loc": {
"start": {
"line": 34,
"column": 63,
"index": 1313
},
"end": {
"line": 34,
"column": 75,
"index": 1325
}
},
"object": {
"type": "Identifier",
"start": 1313,
"end": 1318,
"loc": {
"start": {
"line": 34,
"column": 63,
"index": 1313
},
"end": {
"line": 34,
"column": 68,
"index": 1318
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1319,
"end": 1325,
"loc": {
"start": {
"line": 34,
"column": 69,
"index": 1319
},
"end": {
"line": 34,
"column": 75,
"index": 1325
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 1326,
"end": 1327,
"loc": {
"start": {
"line": 34,
"column": 76,
"index": 1326
},
"end": {
"line": 34,
"column": 77,
"index": 1327
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 1355,
"end": 1361,
"loc": {
"start": {
"line": 35,
"column": 24,
"index": 1355
},
"end": {
"line": 35,
"column": 30,
"index": 1361
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 1245,
"end": 1248,
"loc": {
"start": {
"line": 33,
"column": 26,
"index": 1245
},
"end": {
"line": 33,
"column": 29,
"index": 1248
}
},
"extra": {
"rawValue": "s",
"raw": "\"s\""
},
"value": "s"
}
},
{
"type": "SwitchCase",
"start": 1383,
"end": 1488,
"loc": {
"start": {
"line": 36,
"column": 21,
"index": 1383
},
"end": {
"line": 38,
"column": 30,
"index": 1488
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 1417,
"end": 1457,
"loc": {
"start": {
"line": 37,
"column": 24,
"index": 1417
},
"end": {
"line": 37,
"column": 64,
"index": 1457
}
},
"expression": {
"type": "CallExpression",
"start": 1417,
"end": 1456,
"loc": {
"start": {
"line": 37,
"column": 24,
"index": 1417
},
"end": {
"line": 37,
"column": 63,
"index": 1456
}
},
"callee": {
"type": "MemberExpression",
"start": 1417,
"end": 1439,
"loc": {
"start": {
"line": 37,
"column": 24,
"index": 1417
},
"end": {
"line": 37,
"column": 46,
"index": 1439
}
},
"object": {
"type": "MemberExpression",
"start": 1417,
"end": 1433,
"loc": {
"start": {
"line": 37,
"column": 24,
"index": 1417
},
"end": {
"line": 37,
"column": 40,
"index": 1433
}
},
"object": {
"type": "MemberExpression",
"start": 1417,
"end": 1425,
"loc": {
"start": {
"line": 37,
"column": 24,
"index": 1417
},
"end": {
"line": 37,
"column": 32,
"index": 1425
}
},
"object": {
"type": "ThisExpression",
"start": 1417,
"end": 1421,
"loc": {
"start": {
"line": 37,
"column": 24,
"index": 1417
},
"end": {
"line": 37,
"column": 28,
"index": 1421
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1422,
"end": 1425,
"loc": {
"start": {
"line": 37,
"column": 29,
"index": 1422
},
"end": {
"line": 37,
"column": 32,
"index": 1425
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1426,
"end": 1433,
"loc": {
"start": {
"line": 37,
"column": 33,
"index": 1426
},
"end": {
"line": 37,
"column": 40,
"index": 1433
},
"identifierName": "Dungeon"
},
"name": "Dungeon"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1434,
"end": 1439,
"loc": {
"start": {
"line": 37,
"column": 41,
"index": 1434
},
"end": {
"line": 37,
"column": 46,
"index": 1439
},
"identifierName": "onWin"
},
"name": "onWin"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 1440,
"end": 1455,
"loc": {
"start": {
"line": 37,
"column": 47,
"index": 1440
},
"end": {
"line": 37,
"column": 62,
"index": 1455
}
},
"callee": {
"type": "MemberExpression",
"start": 1440,
"end": 1452,
"loc": {
"start": {
"line": 37,
"column": 47,
"index": 1440
},
"end": {
"line": 37,
"column": 59,
"index": 1452
}
},
"object": {
"type": "Identifier",
"start": 1440,
"end": 1445,
"loc": {
"start": {
"line": 37,
"column": 47,
"index": 1440
},
"end": {
"line": 37,
"column": 52,
"index": 1445
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1446,
"end": 1452,
"loc": {
"start": {
"line": 37,
"column": 53,
"index": 1446
},
"end": {
"line": 37,
"column": 59,
"index": 1452
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 1453,
"end": 1454,
"loc": {
"start": {
"line": 37,
"column": 60,
"index": 1453
},
"end": {
"line": 37,
"column": 61,
"index": 1454
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 1482,
"end": 1488,
"loc": {
"start": {
"line": 38,
"column": 24,
"index": 1482
},
"end": {
"line": 38,
"column": 30,
"index": 1488
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 1388,
"end": 1391,
"loc": {
"start": {
"line": 36,
"column": 26,
"index": 1388
},
"end": {
"line": 36,
"column": 29,
"index": 1391
}
},
"extra": {
"rawValue": "W",
"raw": "\"W\""
},
"value": "W"
}
},
{
"type": "SwitchCase",
"start": 1510,
"end": 1586,
"loc": {
"start": {
"line": 39,
"column": 21,
"index": 1510
},
"end": {
"line": 40,
"column": 66,
"index": 1586
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 1544,
"end": 1586,
"loc": {
"start": {
"line": 40,
"column": 24,
"index": 1544
},
"end": {
"line": 40,
"column": 66,
"index": 1586
}
},
"expression": {
"type": "CallExpression",
"start": 1544,
"end": 1585,
"loc": {
"start": {
"line": 40,
"column": 24,
"index": 1544
},
"end": {
"line": 40,
"column": 65,
"index": 1585
}
},
"callee": {
"type": "MemberExpression",
"start": 1544,
"end": 1568,
"loc": {
"start": {
"line": 40,
"column": 24,
"index": 1544
},
"end": {
"line": 40,
"column": 48,
"index": 1568
}
},
"object": {
"type": "MemberExpression",
"start": 1544,
"end": 1560,
"loc": {
"start": {
"line": 40,
"column": 24,
"index": 1544
},
"end": {
"line": 40,
"column": 40,
"index": 1560
}
},
"object": {
"type": "MemberExpression",
"start": 1544,
"end": 1552,
"loc": {
"start": {
"line": 40,
"column": 24,
"index": 1544
},
"end": {
"line": 40,
"column": 32,
"index": 1552
}
},
"object": {
"type": "ThisExpression",
"start": 1544,
"end": 1548,
"loc": {
"start": {
"line": 40,
"column": 24,
"index": 1544
},
"end": {
"line": 40,
"column": 28,
"index": 1548
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1549,
"end": 1552,
"loc": {
"start": {
"line": 40,
"column": 29,
"index": 1549
},
"end": {
"line": 40,
"column": 32,
"index": 1552
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1553,
"end": 1560,
"loc": {
"start": {
"line": 40,
"column": 33,
"index": 1553
},
"end": {
"line": 40,
"column": 40,
"index": 1560
},
"identifierName": "Dungeon"
},
"name": "Dungeon"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1561,
"end": 1568,
"loc": {
"start": {
"line": 40,
"column": 41,
"index": 1561
},
"end": {
"line": 40,
"column": 48,
"index": 1568
},
"identifierName": "onError"
},
"name": "onError"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 1569,
"end": 1584,
"loc": {
"start": {
"line": 40,
"column": 49,
"index": 1569
},
"end": {
"line": 40,
"column": 64,
"index": 1584
}
},
"callee": {
"type": "MemberExpression",
"start": 1569,
"end": 1581,
"loc": {
"start": {
"line": 40,
"column": 49,
"index": 1569
},
"end": {
"line": 40,
"column": 61,
"index": 1581
}
},
"object": {
"type": "Identifier",
"start": 1569,
"end": 1574,
"loc": {
"start": {
"line": 40,
"column": 49,
"index": 1569
},
"end": {
"line": 40,
"column": 54,
"index": 1574
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1575,
"end": 1581,
"loc": {
"start": {
"line": 40,
"column": 55,
"index": 1575
},
"end": {
"line": 40,
"column": 61,
"index": 1581
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 1582,
"end": 1583,
"loc": {
"start": {
"line": 40,
"column": 62,
"index": 1582
},
"end": {
"line": 40,
"column": 63,
"index": 1583
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
}
],
"test": {
"type": "StringLiteral",
"start": 1515,
"end": 1518,
"loc": {
"start": {
"line": 39,
"column": 26,
"index": 1515
},
"end": {
"line": 39,
"column": 29,
"index": 1518
}
},
"extra": {
"rawValue": "E",
"raw": "\"E\""
},
"value": "E"
}
}
]
},
{
"type": "BreakStatement",
"start": 1625,
"end": 1631,
"loc": {
"start": {
"line": 42,
"column": 18,
"index": 1625
},
"end": {
"line": 42,
"column": 24,
"index": 1631
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 211,
"end": 214,
"loc": {
"start": {
"line": 9,
"column": 20,
"index": 211
},
"end": {
"line": 9,
"column": 23,
"index": 214
}
},
"extra": {
"rawValue": "D",
"raw": "\"D\""
},
"value": "D"
}
},
{
"type": "SwitchCase",
"start": 1647,
"end": 1918,
"loc": {
"start": {
"line": 43,
"column": 15,
"index": 1647
},
"end": {
"line": 49,
"column": 24,
"index": 1918
}
},
"consequent": [
{
"type": "IfStatement",
"start": 1675,
"end": 1893,
"loc": {
"start": {
"line": 44,
"column": 18,
"index": 1675
},
"end": {
"line": 48,
"column": 19,
"index": 1893
}
},
"test": {
"type": "BinaryExpression",
"start": 1678,
"end": 1712,
"loc": {
"start": {
"line": 44,
"column": 21,
"index": 1678
},
"end": {
"line": 44,
"column": 55,
"index": 1712
}
},
"left": {
"type": "AssignmentExpression",
"start": 1679,
"end": 1703,
"loc": {
"start": {
"line": 44,
"column": 22,
"index": 1679
},
"end": {
"line": 44,
"column": 46,
"index": 1703
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 1679,
"end": 1685,
"loc": {
"start": {
"line": 44,
"column": 22,
"index": 1679
},
"end": {
"line": 44,
"column": 28,
"index": 1685
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
},
"right": {
"type": "CallExpression",
"start": 1688,
"end": 1703,
"loc": {
"start": {
"line": 44,
"column": 31,
"index": 1688
},
"end": {
"line": 44,
"column": 46,
"index": 1703
}
},
"callee": {
"type": "MemberExpression",
"start": 1688,
"end": 1700,
"loc": {
"start": {
"line": 44,
"column": 31,
"index": 1688
},
"end": {
"line": 44,
"column": 43,
"index": 1700
}
},
"object": {
"type": "Identifier",
"start": 1688,
"end": 1693,
"loc": {
"start": {
"line": 44,
"column": 31,
"index": 1688
},
"end": {
"line": 44,
"column": 36,
"index": 1693
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1694,
"end": 1700,
"loc": {
"start": {
"line": 44,
"column": 37,
"index": 1694
},
"end": {
"line": 44,
"column": 43,
"index": 1700
},
"identifierName": "charAt"
},
"name": "charAt"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 1701,
"end": 1702,
"loc": {
"start": {
"line": 44,
"column": 44,
"index": 1701
},
"end": {
"line": 44,
"column": 45,
"index": 1702
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
]
},
"extra": {
"parenthesized": true,
"parenStart": 1678
}
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 1709,
"end": 1712,
"loc": {
"start": {
"line": 44,
"column": 52,
"index": 1709
},
"end": {
"line": 44,
"column": 55,
"index": 1712
}
},
"extra": {
"rawValue": "S",
"raw": "\"S\""
},
"value": "S"
}
},
"consequent": {
"type": "BlockStatement",
"start": 1732,
"end": 1893,
"loc": {
"start": {
"line": 45,
"column": 18,
"index": 1732
},
"end": {
"line": 48,
"column": 19,
"index": 1893
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1755,
"end": 1792,
"loc": {
"start": {
"line": 46,
"column": 21,
"index": 1755
},
"end": {
"line": 46,
"column": 58,
"index": 1792
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1759,
"end": 1791,
"loc": {
"start": {
"line": 46,
"column": 25,
"index": 1759
},
"end": {
"line": 46,
"column": 57,
"index": 1791
}
},
"id": {
"type": "Identifier",
"start": 1759,
"end": 1765,
"loc": {
"start": {
"line": 46,
"column": 25,
"index": 1759
},
"end": {
"line": 46,
"column": 31,
"index": 1765
},
"identifierName": "_loc6_"
},
"name": "_loc6_"
},
"init": {
"type": "CallExpression",
"start": 1768,
"end": 1791,
"loc": {
"start": {
"line": 46,
"column": 34,
"index": 1768
},
"end": {
"line": 46,
"column": 57,
"index": 1791
}
},
"callee": {
"type": "Identifier",
"start": 1768,
"end": 1774,
"loc": {
"start": {
"line": 46,
"column": 34,
"index": 1768
},
"end": {
"line": 46,
"column": 40,
"index": 1774
},
"identifierName": "Number"
},
"name": "Number"
},
"arguments": [
{
"type": "CallExpression",
"start": 1775,
"end": 1790,
"loc": {
"start": {
"line": 46,
"column": 41,
"index": 1775
},
"end": {
"line": 46,
"column": 56,
"index": 1790
}
},
"callee": {
"type": "MemberExpression",
"start": 1775,
"end": 1787,
"loc": {
"start": {
"line": 46,
"column": 41,
"index": 1775
},
"end": {
"line": 46,
"column": 53,
"index": 1787
}
},
"object": {
"type": "Identifier",
"start": 1775,
"end": 1780,
"loc": {
"start": {
"line": 46,
"column": 41,
"index": 1775
},
"end": {
"line": 46,
"column": 46,
"index": 1780
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1781,
"end": 1787,
"loc": {
"start": {
"line": 46,
"column": 47,
"index": 1781
},
"end": {
"line": 46,
"column": 53,
"index": 1787
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 1788,
"end": 1789,
"loc": {
"start": {
"line": 46,
"column": 54,
"index": 1788
},
"end": {
"line": 46,
"column": 55,
"index": 1789
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
}
],
"kind": "var"
},
{
"type": "ExpressionStatement",
"start": 1814,
"end": 1873,
"loc": {
"start": {
"line": 47,
"column": 21,
"index": 1814
},
"end": {
"line": 47,
"column": 80,
"index": 1873
}
},
"expression": {
"type": "CallExpression",
"start": 1814,
"end": 1872,
"loc": {
"start": {
"line": 47,
"column": 21,
"index": 1814
},
"end": {
"line": 47,
"column": 79,
"index": 1872
}
},
"callee": {
"type": "MemberExpression",
"start": 1814,
"end": 1864,
"loc": {
"start": {
"line": 47,
"column": 21,
"index": 1814
},
"end": {
"line": 47,
"column": 71,
"index": 1864
}
},
"object": {
"type": "CallExpression",
"start": 1814,
"end": 1853,
"loc": {
"start": {
"line": 47,
"column": 21,
"index": 1814
},
"end": {
"line": 47,
"column": 60,
"index": 1853
}
},
"callee": {
"type": "MemberExpression",
"start": 1814,
"end": 1851,
"loc": {
"start": {
"line": 47,
"column": 21,
"index": 1814
},
"end": {
"line": 47,
"column": 58,
"index": 1851
}
},
"object": {
"type": "MemberExpression",
"start": 1814,
"end": 1839,
"loc": {
"start": {
"line": 47,
"column": 21,
"index": 1814
},
"end": {
"line": 47,
"column": 46,
"index": 1839
}
},
"object": {
"type": "MemberExpression",
"start": 1814,
"end": 1826,
"loc": {
"start": {
"line": 47,
"column": 21,
"index": 1814
},
"end": {
"line": 47,
"column": 33,
"index": 1826
}
},
"object": {
"type": "Identifier",
"start": 1814,
"end": 1819,
"loc": {
"start": {
"line": 47,
"column": 21,
"index": 1814
},
"end": {
"line": 47,
"column": 26,
"index": 1819
},
"identifierName": "dofus"
},
"name": "dofus"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1820,
"end": 1826,
"loc": {
"start": {
"line": 47,
"column": 27,
"index": 1820
},
"end": {
"line": 47,
"column": 33,
"index": 1826
},
"identifierName": "sounds"
},
"name": "sounds"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1827,
"end": 1839,
"loc": {
"start": {
"line": 47,
"column": 34,
"index": 1827
},
"end": {
"line": 47,
"column": 46,
"index": 1839
},
"identifierName": "AudioManager"
},
"name": "AudioManager"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1840,
"end": 1851,
"loc": {
"start": {
"line": 47,
"column": 47,
"index": 1840
},
"end": {
"line": 47,
"column": 58,
"index": 1851
},
"identifierName": "getInstance"
},
"name": "getInstance"
}
},
"arguments": []
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1854,
"end": 1864,
"loc": {
"start": {
"line": 47,
"column": 61,
"index": 1854
},
"end": {
"line": 47,
"column": 71,
"index": 1864
},
"identifierName": "playEffect"
},
"name": "playEffect"
}
},
"arguments": [
{
"type": "Identifier",
"start": 1865,
"end": 1871,
"loc": {
"start": {
"line": 47,
"column": 72,
"index": 1865
},
"end": {
"line": 47,
"column": 78,
"index": 1871
},
"identifierName": "_loc6_"
},
"name": "_loc6_"
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "BreakStatement",
"start": 1912,
"end": 1918,
"loc": {
"start": {
"line": 49,
"column": 18,
"index": 1912
},
"end": {
"line": 49,
"column": 24,
"index": 1918
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 1652,
"end": 1655,
"loc": {
"start": {
"line": 43,
"column": 20,
"index": 1652
},
"end": {
"line": 43,
"column": 23,
"index": 1655
}
},
"extra": {
"rawValue": "E",
"raw": "\"E\""
},
"value": "E"
}
},
{
"type": "SwitchCase",
"start": 1934,
"end": 2523,
"loc": {
"start": {
"line": 50,
"column": 15,
"index": 1934
},
"end": {
"line": 64,
"column": 24,
"index": 2523
}
},
"consequent": [
{
"type": "IfStatement",
"start": 1962,
"end": 2498,
"loc": {
"start": {
"line": 51,
"column": 18,
"index": 1962
},
"end": {
"line": 63,
"column": 19,
"index": 2498
}
},
"test": {
"type": "BinaryExpression",
"start": 1965,
"end": 1999,
"loc": {
"start": {
"line": 51,
"column": 21,
"index": 1965
},
"end": {
"line": 51,
"column": 55,
"index": 1999
}
},
"left": {
"type": "AssignmentExpression",
"start": 1966,
"end": 1990,
"loc": {
"start": {
"line": 51,
"column": 22,
"index": 1966
},
"end": {
"line": 51,
"column": 46,
"index": 1990
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 1966,
"end": 1972,
"loc": {
"start": {
"line": 51,
"column": 22,
"index": 1966
},
"end": {
"line": 51,
"column": 28,
"index": 1972
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
},
"right": {
"type": "CallExpression",
"start": 1975,
"end": 1990,
"loc": {
"start": {
"line": 51,
"column": 31,
"index": 1975
},
"end": {
"line": 51,
"column": 46,
"index": 1990
}
},
"callee": {
"type": "MemberExpression",
"start": 1975,
"end": 1987,
"loc": {
"start": {
"line": 51,
"column": 31,
"index": 1975
},
"end": {
"line": 51,
"column": 43,
"index": 1987
}
},
"object": {
"type": "Identifier",
"start": 1975,
"end": 1980,
"loc": {
"start": {
"line": 51,
"column": 31,
"index": 1975
},
"end": {
"line": 51,
"column": 36,
"index": 1980
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 1981,
"end": 1987,
"loc": {
"start": {
"line": 51,
"column": 37,
"index": 1981
},
"end": {
"line": 51,
"column": 43,
"index": 1987
},
"identifierName": "charAt"
},
"name": "charAt"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 1988,
"end": 1989,
"loc": {
"start": {
"line": 51,
"column": 44,
"index": 1988
},
"end": {
"line": 51,
"column": 45,
"index": 1989
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
]
},
"extra": {
"parenthesized": true,
"parenStart": 1965
}
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 1996,
"end": 1999,
"loc": {
"start": {
"line": 51,
"column": 52,
"index": 1996
},
"end": {
"line": 51,
"column": 55,
"index": 1999
}
},
"extra": {
"rawValue": "G",
"raw": "\"G\""
},
"value": "G"
}
},
"consequent": {
"type": "BlockStatement",
"start": 2019,
"end": 2498,
"loc": {
"start": {
"line": 52,
"column": 18,
"index": 2019
},
"end": {
"line": 63,
"column": 19,
"index": 2498
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2042,
"end": 2091,
"loc": {
"start": {
"line": 53,
"column": 21,
"index": 2042
},
"end": {
"line": 53,
"column": 70,
"index": 2091
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2046,
"end": 2090,
"loc": {
"start": {
"line": 53,
"column": 25,
"index": 2046
},
"end": {
"line": 53,
"column": 69,
"index": 2090
}
},
"id": {
"type": "Identifier",
"start": 2046,
"end": 2052,
"loc": {
"start": {
"line": 53,
"column": 25,
"index": 2046
},
"end": {
"line": 53,
"column": 31,
"index": 2052
},
"identifierName": "_loc7_"
},
"name": "_loc7_"
},
"init": {
"type": "CallExpression",
"start": 2055,
"end": 2090,
"loc": {
"start": {
"line": 53,
"column": 34,
"index": 2055
},
"end": {
"line": 53,
"column": 69,
"index": 2090
}
},
"callee": {
"type": "MemberExpression",
"start": 2055,
"end": 2081,
"loc": {
"start": {
"line": 53,
"column": 34,
"index": 2055
},
"end": {
"line": 53,
"column": 60,
"index": 2081
}
},
"object": {
"type": "MemberExpression",
"start": 2055,
"end": 2066,
"loc": {
"start": {
"line": 53,
"column": 34,
"index": 2055
},
"end": {
"line": 53,
"column": 45,
"index": 2066
}
},
"object": {
"type": "MemberExpression",
"start": 2055,
"end": 2063,
"loc": {
"start": {
"line": 53,
"column": 34,
"index": 2055
},
"end": {
"line": 53,
"column": 42,
"index": 2063
}
},
"object": {
"type": "ThisExpression",
"start": 2055,
"end": 2059,
"loc": {
"start": {
"line": 53,
"column": 34,
"index": 2055
},
"end": {
"line": 53,
"column": 38,
"index": 2059
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2060,
"end": 2063,
"loc": {
"start": {
"line": 53,
"column": 39,
"index": 2060
},
"end": {
"line": 53,
"column": 42,
"index": 2063
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2064,
"end": 2066,
"loc": {
"start": {
"line": 53,
"column": 43,
"index": 2064
},
"end": {
"line": 53,
"column": 45,
"index": 2066
},
"identifierName": "ui"
},
"name": "ui"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2067,
"end": 2081,
"loc": {
"start": {
"line": 53,
"column": 46,
"index": 2067
},
"end": {
"line": 53,
"column": 60,
"index": 2081
},
"identifierName": "getUIComponent"
},
"name": "getUIComponent"
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 2082,
"end": 2089,
"loc": {
"start": {
"line": 53,
"column": 61,
"index": 2082
},
"end": {
"line": 53,
"column": 68,
"index": 2089
}
},
"extra": {
"rawValue": "Craft",
"raw": "\"Craft\""
},
"value": "Craft"
}
]
}
}
],
"kind": "var"
},
{
"type": "IfStatement",
"start": 2113,
"end": 2246,
"loc": {
"start": {
"line": 54,
"column": 21,
"index": 2113
},
"end": {
"line": 57,
"column": 22,
"index": 2246
}
},
"test": {
"type": "BinaryExpression",
"start": 2116,
"end": 2135,
"loc": {
"start": {
"line": 54,
"column": 24,
"index": 2116
},
"end": {
"line": 54,
"column": 43,
"index": 2135
}
},
"left": {
"type": "Identifier",
"start": 2116,
"end": 2122,
"loc": {
"start": {
"line": 54,
"column": 24,
"index": 2116
},
"end": {
"line": 54,
"column": 30,
"index": 2122
},
"identifierName": "_loc7_"
},
"name": "_loc7_"
},
"operator": "!=",
"right": {
"type": "Identifier",
"start": 2126,
"end": 2135,
"loc": {
"start": {
"line": 54,
"column": 34,
"index": 2126
},
"end": {
"line": 54,
"column": 43,
"index": 2135
},
"identifierName": "undefined"
},
"name": "undefined"
}
},
"consequent": {
"type": "BlockStatement",
"start": 2158,
"end": 2246,
"loc": {
"start": {
"line": 55,
"column": 21,
"index": 2158
},
"end": {
"line": 57,
"column": 22,
"index": 2246
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2184,
"end": 2223,
"loc": {
"start": {
"line": 56,
"column": 24,
"index": 2184
},
"end": {
"line": 56,
"column": 63,
"index": 2223
}
},
"expression": {
"type": "CallExpression",
"start": 2184,
"end": 2222,
"loc": {
"start": {
"line": 56,
"column": 24,
"index": 2184
},
"end": {
"line": 56,
"column": 62,
"index": 2222
}
},
"callee": {
"type": "MemberExpression",
"start": 2184,
"end": 2205,
"loc": {
"start": {
"line": 56,
"column": 24,
"index": 2184
},
"end": {
"line": 56,
"column": 45,
"index": 2205
}
},
"object": {
"type": "Identifier",
"start": 2184,
"end": 2190,
"loc": {
"start": {
"line": 56,
"column": 24,
"index": 2184
},
"end": {
"line": 56,
"column": 30,
"index": 2190
},
"identifierName": "_loc7_"
},
"name": "_loc7_"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2191,
"end": 2205,
"loc": {
"start": {
"line": 56,
"column": 31,
"index": 2191
},
"end": {
"line": 56,
"column": 45,
"index": 2205
},
"identifierName": "onCookbookData"
},
"name": "onCookbookData"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 2206,
"end": 2221,
"loc": {
"start": {
"line": 56,
"column": 46,
"index": 2206
},
"end": {
"line": 56,
"column": 61,
"index": 2221
}
},
"callee": {
"type": "MemberExpression",
"start": 2206,
"end": 2218,
"loc": {
"start": {
"line": 56,
"column": 46,
"index": 2206
},
"end": {
"line": 56,
"column": 58,
"index": 2218
}
},
"object": {
"type": "Identifier",
"start": 2206,
"end": 2211,
"loc": {
"start": {
"line": 56,
"column": 46,
"index": 2206
},
"end": {
"line": 56,
"column": 51,
"index": 2211
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2212,
"end": 2218,
"loc": {
"start": {
"line": 56,
"column": 52,
"index": 2212
},
"end": {
"line": 56,
"column": 58,
"index": 2218
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 2219,
"end": 2220,
"loc": {
"start": {
"line": 56,
"column": 59,
"index": 2219
},
"end": {
"line": 56,
"column": 60,
"index": 2220
}
},
"extra": {
"rawValue": 4,
"raw": "4"
},
"value": 4
}
]
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 2268,
"end": 2323,
"loc": {
"start": {
"line": 58,
"column": 21,
"index": 2268
},
"end": {
"line": 58,
"column": 76,
"index": 2323
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2272,
"end": 2322,
"loc": {
"start": {
"line": 58,
"column": 25,
"index": 2272
},
"end": {
"line": 58,
"column": 75,
"index": 2322
}
},
"id": {
"type": "Identifier",
"start": 2272,
"end": 2278,
"loc": {
"start": {
"line": 58,
"column": 25,
"index": 2272
},
"end": {
"line": 58,
"column": 31,
"index": 2278
},
"identifierName": "_loc8_"
},
"name": "_loc8_"
},
"init": {
"type": "CallExpression",
"start": 2281,
"end": 2322,
"loc": {
"start": {
"line": 58,
"column": 34,
"index": 2281
},
"end": {
"line": 58,
"column": 75,
"index": 2322
}
},
"callee": {
"type": "MemberExpression",
"start": 2281,
"end": 2307,
"loc": {
"start": {
"line": 58,
"column": 34,
"index": 2281
},
"end": {
"line": 58,
"column": 60,
"index": 2307
}
},
"object": {
"type": "MemberExpression",
"start": 2281,
"end": 2292,
"loc": {
"start": {
"line": 58,
"column": 34,
"index": 2281
},
"end": {
"line": 58,
"column": 45,
"index": 2292
}
},
"object": {
"type": "MemberExpression",
"start": 2281,
"end": 2289,
"loc": {
"start": {
"line": 58,
"column": 34,
"index": 2281
},
"end": {
"line": 58,
"column": 42,
"index": 2289
}
},
"object": {
"type": "ThisExpression",
"start": 2281,
"end": 2285,
"loc": {
"start": {
"line": 58,
"column": 34,
"index": 2281
},
"end": {
"line": 58,
"column": 38,
"index": 2285
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2286,
"end": 2289,
"loc": {
"start": {
"line": 58,
"column": 39,
"index": 2286
},
"end": {
"line": 58,
"column": 42,
"index": 2289
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2290,
"end": 2292,
"loc": {
"start": {
"line": 58,
"column": 43,
"index": 2290
},
"end": {
"line": 58,
"column": 45,
"index": 2292
},
"identifierName": "ui"
},
"name": "ui"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2293,
"end": 2307,
"loc": {
"start": {
"line": 58,
"column": 46,
"index": 2293
},
"end": {
"line": 58,
"column": 60,
"index": 2307
},
"identifierName": "getUIComponent"
},
"name": "getUIComponent"
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 2308,
"end": 2321,
"loc": {
"start": {
"line": 58,
"column": 61,
"index": 2308
},
"end": {
"line": 58,
"column": 74,
"index": 2321
}
},
"extra": {
"rawValue": "D2Cookbook",
"raw": "\"D2Cookbook\""
},
"value": "D2Cookbook"
}
]
}
}
],
"kind": "var"
},
{
"type": "IfStatement",
"start": 2345,
"end": 2478,
"loc": {
"start": {
"line": 59,
"column": 21,
"index": 2345
},
"end": {
"line": 62,
"column": 22,
"index": 2478
}
},
"test": {
"type": "BinaryExpression",
"start": 2348,
"end": 2367,
"loc": {
"start": {
"line": 59,
"column": 24,
"index": 2348
},
"end": {
"line": 59,
"column": 43,
"index": 2367
}
},
"left": {
"type": "Identifier",
"start": 2348,
"end": 2354,
"loc": {
"start": {
"line": 59,
"column": 24,
"index": 2348
},
"end": {
"line": 59,
"column": 30,
"index": 2354
},
"identifierName": "_loc8_"
},
"name": "_loc8_"
},
"operator": "!=",
"right": {
"type": "Identifier",
"start": 2358,
"end": 2367,
"loc": {
"start": {
"line": 59,
"column": 34,
"index": 2358
},
"end": {
"line": 59,
"column": 43,
"index": 2367
},
"identifierName": "undefined"
},
"name": "undefined"
}
},
"consequent": {
"type": "BlockStatement",
"start": 2390,
"end": 2478,
"loc": {
"start": {
"line": 60,
"column": 21,
"index": 2390
},
"end": {
"line": 62,
"column": 22,
"index": 2478
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2416,
"end": 2455,
"loc": {
"start": {
"line": 61,
"column": 24,
"index": 2416
},
"end": {
"line": 61,
"column": 63,
"index": 2455
}
},
"expression": {
"type": "CallExpression",
"start": 2416,
"end": 2454,
"loc": {
"start": {
"line": 61,
"column": 24,
"index": 2416
},
"end": {
"line": 61,
"column": 62,
"index": 2454
}
},
"callee": {
"type": "MemberExpression",
"start": 2416,
"end": 2437,
"loc": {
"start": {
"line": 61,
"column": 24,
"index": 2416
},
"end": {
"line": 61,
"column": 45,
"index": 2437
}
},
"object": {
"type": "Identifier",
"start": 2416,
"end": 2422,
"loc": {
"start": {
"line": 61,
"column": 24,
"index": 2416
},
"end": {
"line": 61,
"column": 30,
"index": 2422
},
"identifierName": "_loc8_"
},
"name": "_loc8_"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2423,
"end": 2437,
"loc": {
"start": {
"line": 61,
"column": 31,
"index": 2423
},
"end": {
"line": 61,
"column": 45,
"index": 2437
},
"identifierName": "onCookbookData"
},
"name": "onCookbookData"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 2438,
"end": 2453,
"loc": {
"start": {
"line": 61,
"column": 46,
"index": 2438
},
"end": {
"line": 61,
"column": 61,
"index": 2453
}
},
"callee": {
"type": "MemberExpression",
"start": 2438,
"end": 2450,
"loc": {
"start": {
"line": 61,
"column": 46,
"index": 2438
},
"end": {
"line": 61,
"column": 58,
"index": 2450
}
},
"object": {
"type": "Identifier",
"start": 2438,
"end": 2443,
"loc": {
"start": {
"line": 61,
"column": 46,
"index": 2438
},
"end": {
"line": 61,
"column": 51,
"index": 2443
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2444,
"end": 2450,
"loc": {
"start": {
"line": 61,
"column": 52,
"index": 2444
},
"end": {
"line": 61,
"column": 58,
"index": 2450
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 2451,
"end": 2452,
"loc": {
"start": {
"line": 61,
"column": 59,
"index": 2451
},
"end": {
"line": 61,
"column": 60,
"index": 2452
}
},
"extra": {
"rawValue": 4,
"raw": "4"
},
"value": 4
}
]
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "BreakStatement",
"start": 2517,
"end": 2523,
"loc": {
"start": {
"line": 64,
"column": 18,
"index": 2517
},
"end": {
"line": 64,
"column": 24,
"index": 2523
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 1939,
"end": 1942,
"loc": {
"start": {
"line": 50,
"column": 20,
"index": 1939
},
"end": {
"line": 50,
"column": 23,
"index": 1942
}
},
"extra": {
"rawValue": "C",
"raw": "\"C\""
},
"value": "C"
}
},
{
"type": "SwitchCase",
"start": 2539,
"end": 2888,
"loc": {
"start": {
"line": 65,
"column": 15,
"index": 2539
},
"end": {
"line": 70,
"column": 24,
"index": 2888
}
},
"consequent": [
{
"type": "VariableDeclaration",
"start": 2567,
"end": 2597,
"loc": {
"start": {
"line": 66,
"column": 18,
"index": 2567
},
"end": {
"line": 66,
"column": 48,
"index": 2597
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2571,
"end": 2596,
"loc": {
"start": {
"line": 66,
"column": 22,
"index": 2571
},
"end": {
"line": 66,
"column": 47,
"index": 2596
}
},
"id": {
"type": "Identifier",
"start": 2571,
"end": 2577,
"loc": {
"start": {
"line": 66,
"column": 22,
"index": 2571
},
"end": {
"line": 66,
"column": 28,
"index": 2577
},
"identifierName": "_loc9_"
},
"name": "_loc9_"
},
"init": {
"type": "CallExpression",
"start": 2580,
"end": 2596,
"loc": {
"start": {
"line": 66,
"column": 31,
"index": 2580
},
"end": {
"line": 66,
"column": 47,
"index": 2596
}
},
"callee": {
"type": "MemberExpression",
"start": 2580,
"end": 2591,
"loc": {
"start": {
"line": 66,
"column": 31,
"index": 2580
},
"end": {
"line": 66,
"column": 42,
"index": 2591
}
},
"object": {
"type": "Identifier",
"start": 2580,
"end": 2585,
"loc": {
"start": {
"line": 66,
"column": 31,
"index": 2580
},
"end": {
"line": 66,
"column": 36,
"index": 2585
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2586,
"end": 2591,
"loc": {
"start": {
"line": 66,
"column": 37,
"index": 2586
},
"end": {
"line": 66,
"column": 42,
"index": 2591
},
"identifierName": "split"
},
"name": "split"
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 2592,
"end": 2595,
"loc": {
"start": {
"line": 66,
"column": 43,
"index": 2592
},
"end": {
"line": 66,
"column": 46,
"index": 2595
}
},
"extra": {
"rawValue": "|",
"raw": "\"|\""
},
"value": "|"
}
]
}
}
],
"kind": "var"
},
{
"type": "VariableDeclaration",
"start": 2616,
"end": 2648,
"loc": {
"start": {
"line": 67,
"column": 18,
"index": 2616
},
"end": {
"line": 67,
"column": 50,
"index": 2648
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2620,
"end": 2647,
"loc": {
"start": {
"line": 67,
"column": 22,
"index": 2620
},
"end": {
"line": 67,
"column": 49,
"index": 2647
}
},
"id": {
"type": "Identifier",
"start": 2620,
"end": 2627,
"loc": {
"start": {
"line": 67,
"column": 22,
"index": 2620
},
"end": {
"line": 67,
"column": 29,
"index": 2627
},
"identifierName": "_loc10_"
},
"name": "_loc10_"
},
"init": {
"type": "CallExpression",
"start": 2630,
"end": 2647,
"loc": {
"start": {
"line": 67,
"column": 32,
"index": 2630
},
"end": {
"line": 67,
"column": 49,
"index": 2647
}
},
"callee": {
"type": "Identifier",
"start": 2630,
"end": 2636,
"loc": {
"start": {
"line": 67,
"column": 32,
"index": 2630
},
"end": {
"line": 67,
"column": 38,
"index": 2636
},
"identifierName": "Number"
},
"name": "Number"
},
"arguments": [
{
"type": "MemberExpression",
"start": 2637,
"end": 2646,
"loc": {
"start": {
"line": 67,
"column": 39,
"index": 2637
},
"end": {
"line": 67,
"column": 48,
"index": 2646
}
},
"object": {
"type": "Identifier",
"start": 2637,
"end": 2643,
"loc": {
"start": {
"line": 67,
"column": 39,
"index": 2637
},
"end": {
"line": 67,
"column": 45,
"index": 2643
},
"identifierName": "_loc9_"
},
"name": "_loc9_"
},
"computed": true,
"property": {
"type": "NumericLiteral",
"start": 2644,
"end": 2645,
"loc": {
"start": {
"line": 67,
"column": 46,
"index": 2644
},
"end": {
"line": 67,
"column": 47,
"index": 2645
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
]
}
}
],
"kind": "var"
},
{
"type": "VariableDeclaration",
"start": 2667,
"end": 2699,
"loc": {
"start": {
"line": 68,
"column": 18,
"index": 2667
},
"end": {
"line": 68,
"column": 50,
"index": 2699
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2671,
"end": 2698,
"loc": {
"start": {
"line": 68,
"column": 22,
"index": 2671
},
"end": {
"line": 68,
"column": 49,
"index": 2698
}
},
"id": {
"type": "Identifier",
"start": 2671,
"end": 2678,
"loc": {
"start": {
"line": 68,
"column": 22,
"index": 2671
},
"end": {
"line": 68,
"column": 29,
"index": 2678
},
"identifierName": "_loc11_"
},
"name": "_loc11_"
},
"init": {
"type": "CallExpression",
"start": 2681,
"end": 2698,
"loc": {
"start": {
"line": 68,
"column": 32,
"index": 2681
},
"end": {
"line": 68,
"column": 49,
"index": 2698
}
},
"callee": {
"type": "Identifier",
"start": 2681,
"end": 2687,
"loc": {
"start": {
"line": 68,
"column": 32,
"index": 2681
},
"end": {
"line": 68,
"column": 38,
"index": 2687
},
"identifierName": "Number"
},
"name": "Number"
},
"arguments": [
{
"type": "MemberExpression",
"start": 2688,
"end": 2697,
"loc": {
"start": {
"line": 68,
"column": 39,
"index": 2688
},
"end": {
"line": 68,
"column": 48,
"index": 2697
}
},
"object": {
"type": "Identifier",
"start": 2688,
"end": 2694,
"loc": {
"start": {
"line": 68,
"column": 39,
"index": 2688
},
"end": {
"line": 68,
"column": 45,
"index": 2694
},
"identifierName": "_loc9_"
},
"name": "_loc9_"
},
"computed": true,
"property": {
"type": "NumericLiteral",
"start": 2695,
"end": 2696,
"loc": {
"start": {
"line": 68,
"column": 46,
"index": 2695
},
"end": {
"line": 68,
"column": 47,
"index": 2696
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
]
}
}
],
"kind": "var"
},
{
"type": "ExpressionStatement",
"start": 2718,
"end": 2863,
"loc": {
"start": {
"line": 69,
"column": 18,
"index": 2718
},
"end": {
"line": 69,
"column": 163,
"index": 2863
}
},
"expression": {
"type": "CallExpression",
"start": 2718,
"end": 2862,
"loc": {
"start": {
"line": 69,
"column": 18,
"index": 2718
},
"end": {
"line": 69,
"column": 162,
"index": 2862
}
},
"callee": {
"type": "MemberExpression",
"start": 2718,
"end": 2745,
"loc": {
"start": {
"line": 69,
"column": 18,
"index": 2718
},
"end": {
"line": 69,
"column": 45,
"index": 2745
}
},
"object": {
"type": "MemberExpression",
"start": 2718,
"end": 2729,
"loc": {
"start": {
"line": 69,
"column": 18,
"index": 2718
},
"end": {
"line": 69,
"column": 29,
"index": 2729
}
},
"object": {
"type": "MemberExpression",
"start": 2718,
"end": 2726,
"loc": {
"start": {
"line": 69,
"column": 18,
"index": 2718
},
"end": {
"line": 69,
"column": 26,
"index": 2726
}
},
"object": {
"type": "ThisExpression",
"start": 2718,
"end": 2722,
"loc": {
"start": {
"line": 69,
"column": 18,
"index": 2718
},
"end": {
"line": 69,
"column": 22,
"index": 2722
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2723,
"end": 2726,
"loc": {
"start": {
"line": 69,
"column": 23,
"index": 2723
},
"end": {
"line": 69,
"column": 26,
"index": 2726
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2727,
"end": 2729,
"loc": {
"start": {
"line": 69,
"column": 27,
"index": 2727
},
"end": {
"line": 69,
"column": 29,
"index": 2729
},
"identifierName": "ui"
},
"name": "ui"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2730,
"end": 2745,
"loc": {
"start": {
"line": 69,
"column": 30,
"index": 2730
},
"end": {
"line": 69,
"column": 45,
"index": 2745
},
"identifierName": "loadUIComponent"
},
"name": "loadUIComponent"
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 2746,
"end": 2758,
"loc": {
"start": {
"line": 69,
"column": 46,
"index": 2746
},
"end": {
"line": 69,
"column": 58,
"index": 2758
}
},
"extra": {
"rawValue": "ItemViewer",
"raw": "\"ItemViewer\""
},
"value": "ItemViewer"
},
{
"type": "StringLiteral",
"start": 2759,
"end": 2771,
"loc": {
"start": {
"line": 69,
"column": 59,
"index": 2759
},
"end": {
"line": 69,
"column": 71,
"index": 2771
}
},
"extra": {
"rawValue": "ItemViewer",
"raw": "\"ItemViewer\""
},
"value": "ItemViewer"
},
{
"type": "ObjectExpression",
"start": 2772,
"end": 2861,
"loc": {
"start": {
"line": 69,
"column": 72,
"index": 2772
},
"end": {
"line": 69,
"column": 161,
"index": 2861
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2773,
"end": 2830,
"loc": {
"start": {
"line": 69,
"column": 73,
"index": 2773
},
"end": {
"line": 69,
"column": 130,
"index": 2830
}
},
"method": false,
"key": {
"type": "Identifier",
"start": 2773,
"end": 2777,
"loc": {
"start": {
"line": 69,
"column": 73,
"index": 2773
},
"end": {
"line": 69,
"column": 77,
"index": 2777
},
"identifierName": "item"
},
"name": "item"
},
"computed": false,
"shorthand": false,
"value": {
"type": "NewExpression",
"start": 2778,
"end": 2830,
"loc": {
"start": {
"line": 69,
"column": 78,
"index": 2778
},
"end": {
"line": 69,
"column": 130,
"index": 2830
}
},
"callee": {
"type": "MemberExpression",
"start": 2782,
"end": 2803,
"loc": {
"start": {
"line": 69,
"column": 82,
"index": 2782
},
"end": {
"line": 69,
"column": 103,
"index": 2803
}
},
"object": {
"type": "MemberExpression",
"start": 2782,
"end": 2798,
"loc": {
"start": {
"line": 69,
"column": 82,
"index": 2782
},
"end": {
"line": 69,
"column": 98,
"index": 2798
}
},
"object": {
"type": "Identifier",
"start": 2782,
"end": 2787,
"loc": {
"start": {
"line": 69,
"column": 82,
"index": 2782
},
"end": {
"line": 69,
"column": 87,
"index": 2787
},
"identifierName": "dofus"
},
"name": "dofus"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2788,
"end": 2798,
"loc": {
"start": {
"line": 69,
"column": 88,
"index": 2788
},
"end": {
"line": 69,
"column": 98,
"index": 2798
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2799,
"end": 2803,
"loc": {
"start": {
"line": 69,
"column": 99,
"index": 2799
},
"end": {
"line": 69,
"column": 103,
"index": 2803
},
"identifierName": "Item"
},
"name": "Item"
}
},
"typeArguments": null,
"arguments": [
{
"type": "UnaryExpression",
"start": 2804,
"end": 2806,
"loc": {
"start": {
"line": 69,
"column": 104,
"index": 2804
},
"end": {
"line": 69,
"column": 106,
"index": 2806
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "NumericLiteral",
"start": 2805,
"end": 2806,
"loc": {
"start": {
"line": 69,
"column": 105,
"index": 2805
},
"end": {
"line": 69,
"column": 106,
"index": 2806
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
},
{
"type": "Identifier",
"start": 2807,
"end": 2814,
"loc": {
"start": {
"line": 69,
"column": 107,
"index": 2807
},
"end": {
"line": 69,
"column": 114,
"index": 2814
},
"identifierName": "_loc10_"
},
"name": "_loc10_"
},
{
"type": "Identifier",
"start": 2815,
"end": 2822,
"loc": {
"start": {
"line": 69,
"column": 115,
"index": 2815
},
"end": {
"line": 69,
"column": 122,
"index": 2822
},
"identifierName": "_loc11_"
},
"name": "_loc11_"
},
{
"type": "NumericLiteral",
"start": 2823,
"end": 2824,
"loc": {
"start": {
"line": 69,
"column": 123,
"index": 2823
},
"end": {
"line": 69,
"column": 124,
"index": 2824
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
{
"type": "StringLiteral",
"start": 2825,
"end": 2827,
"loc": {
"start": {
"line": 69,
"column": 125,
"index": 2825
},
"end": {
"line": 69,
"column": 127,
"index": 2827
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
},
{
"type": "NumericLiteral",
"start": 2828,
"end": 2829,
"loc": {
"start": {
"line": 69,
"column": 128,
"index": 2828
},
"end": {
"line": 69,
"column": 129,
"index": 2829
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
]
}
},
{
"type": "ObjectProperty",
"start": 2831,
"end": 2843,
"loc": {
"start": {
"line": 69,
"column": 131,
"index": 2831
},
"end": {
"line": 69,
"column": 143,
"index": 2843
}
},
"method": false,
"key": {
"type": "Identifier",
"start": 2831,
"end": 2838,
"loc": {
"start": {
"line": 69,
"column": 131,
"index": 2831
},
"end": {
"line": 69,
"column": 138,
"index": 2838
},
"identifierName": "harvest"
},
"name": "harvest"
},
"computed": false,
"shorthand": false,
"value": {
"type": "BooleanLiteral",
"start": 2839,
"end": 2843,
"loc": {
"start": {
"line": 69,
"column": 139,
"index": 2839
},
"end": {
"line": 69,
"column": 143,
"index": 2843
}
},
"value": true
}
},
{
"type": "ObjectProperty",
"start": 2844,
"end": 2860,
"loc": {
"start": {
"line": 69,
"column": 144,
"index": 2844
},
"end": {
"line": 69,
"column": 160,
"index": 2860
}
},
"method": false,
"key": {
"type": "Identifier",
"start": 2844,
"end": 2852,
"loc": {
"start": {
"line": 69,
"column": 144,
"index": 2844
},
"end": {
"line": 69,
"column": 152,
"index": 2852
},
"identifierName": "quantity"
},
"name": "quantity"
},
"computed": false,
"shorthand": false,
"value": {
"type": "Identifier",
"start": 2853,
"end": 2860,
"loc": {
"start": {
"line": 69,
"column": 153,
"index": 2853
},
"end": {
"line": 69,
"column": 160,
"index": 2860
},
"identifierName": "_loc11_"
},
"name": "_loc11_"
}
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 2882,
"end": 2888,
"loc": {
"start": {
"line": 70,
"column": 18,
"index": 2882
},
"end": {
"line": 70,
"column": 24,
"index": 2888
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 2544,
"end": 2547,
"loc": {
"start": {
"line": 65,
"column": 20,
"index": 2544
},
"end": {
"line": 65,
"column": 23,
"index": 2547
}
},
"extra": {
"rawValue": "H",
"raw": "\"H\""
},
"value": "H"
}
},
{
"type": "SwitchCase",
"start": 2904,
"end": 3943,
"loc": {
"start": {
"line": 71,
"column": 15,
"index": 2904
},
"end": {
"line": 87,
"column": 24,
"index": 3943
}
},
"consequent": [
{
"type": "IfStatement",
"start": 2932,
"end": 3918,
"loc": {
"start": {
"line": 72,
"column": 18,
"index": 2932
},
"end": {
"line": 86,
"column": 19,
"index": 3918
}
},
"test": {
"type": "BinaryExpression",
"start": 2935,
"end": 2969,
"loc": {
"start": {
"line": 72,
"column": 21,
"index": 2935
},
"end": {
"line": 72,
"column": 55,
"index": 2969
}
},
"left": {
"type": "AssignmentExpression",
"start": 2936,
"end": 2960,
"loc": {
"start": {
"line": 72,
"column": 22,
"index": 2936
},
"end": {
"line": 72,
"column": 46,
"index": 2960
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 2936,
"end": 2942,
"loc": {
"start": {
"line": 72,
"column": 22,
"index": 2936
},
"end": {
"line": 72,
"column": 28,
"index": 2942
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
},
"right": {
"type": "CallExpression",
"start": 2945,
"end": 2960,
"loc": {
"start": {
"line": 72,
"column": 31,
"index": 2945
},
"end": {
"line": 72,
"column": 46,
"index": 2960
}
},
"callee": {
"type": "MemberExpression",
"start": 2945,
"end": 2957,
"loc": {
"start": {
"line": 72,
"column": 31,
"index": 2945
},
"end": {
"line": 72,
"column": 43,
"index": 2957
}
},
"object": {
"type": "Identifier",
"start": 2945,
"end": 2950,
"loc": {
"start": {
"line": 72,
"column": 31,
"index": 2945
},
"end": {
"line": 72,
"column": 36,
"index": 2950
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 2951,
"end": 2957,
"loc": {
"start": {
"line": 72,
"column": 37,
"index": 2951
},
"end": {
"line": 72,
"column": 43,
"index": 2957
},
"identifierName": "charAt"
},
"name": "charAt"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 2958,
"end": 2959,
"loc": {
"start": {
"line": 72,
"column": 44,
"index": 2958
},
"end": {
"line": 72,
"column": 45,
"index": 2959
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
]
},
"extra": {
"parenthesized": true,
"parenStart": 2935
}
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 2966,
"end": 2969,
"loc": {
"start": {
"line": 72,
"column": 52,
"index": 2966
},
"end": {
"line": 72,
"column": 55,
"index": 2969
}
},
"extra": {
"rawValue": "C",
"raw": "\"C\""
},
"value": "C"
}
},
"consequent": {
"type": "BlockStatement",
"start": 2989,
"end": 3918,
"loc": {
"start": {
"line": 73,
"column": 18,
"index": 2989
},
"end": {
"line": 86,
"column": 19,
"index": 3918
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 3012,
"end": 3053,
"loc": {
"start": {
"line": 74,
"column": 21,
"index": 3012
},
"end": {
"line": 74,
"column": 62,
"index": 3053
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3016,
"end": 3052,
"loc": {
"start": {
"line": 74,
"column": 25,
"index": 3016
},
"end": {
"line": 74,
"column": 61,
"index": 3052
}
},
"id": {
"type": "Identifier",
"start": 3016,
"end": 3023,
"loc": {
"start": {
"line": 74,
"column": 25,
"index": 3016
},
"end": {
"line": 74,
"column": 32,
"index": 3023
},
"identifierName": "_loc12_"
},
"name": "_loc12_"
},
"init": {
"type": "CallExpression",
"start": 3026,
"end": 3052,
"loc": {
"start": {
"line": 74,
"column": 35,
"index": 3026
},
"end": {
"line": 74,
"column": 61,
"index": 3052
}
},
"callee": {
"type": "MemberExpression",
"start": 3026,
"end": 3047,
"loc": {
"start": {
"line": 74,
"column": 35,
"index": 3026
},
"end": {
"line": 74,
"column": 56,
"index": 3047
}
},
"object": {
"type": "CallExpression",
"start": 3026,
"end": 3041,
"loc": {
"start": {
"line": 74,
"column": 35,
"index": 3026
},
"end": {
"line": 74,
"column": 50,
"index": 3041
}
},
"callee": {
"type": "MemberExpression",
"start": 3026,
"end": 3038,
"loc": {
"start": {
"line": 74,
"column": 35,
"index": 3026
},
"end": {
"line": 74,
"column": 47,
"index": 3038
}
},
"object": {
"type": "Identifier",
"start": 3026,
"end": 3031,
"loc": {
"start": {
"line": 74,
"column": 35,
"index": 3026
},
"end": {
"line": 74,
"column": 40,
"index": 3031
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3032,
"end": 3038,
"loc": {
"start": {
"line": 74,
"column": 41,
"index": 3032
},
"end": {
"line": 74,
"column": 47,
"index": 3038
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 3039,
"end": 3040,
"loc": {
"start": {
"line": 74,
"column": 48,
"index": 3039
},
"end": {
"line": 74,
"column": 49,
"index": 3040
}
},
"extra": {
"rawValue": 4,
"raw": "4"
},
"value": 4
}
]
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3042,
"end": 3047,
"loc": {
"start": {
"line": 74,
"column": 51,
"index": 3042
},
"end": {
"line": 74,
"column": 56,
"index": 3047
},
"identifierName": "split"
},
"name": "split"
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 3048,
"end": 3051,
"loc": {
"start": {
"line": 74,
"column": 57,
"index": 3048
},
"end": {
"line": 74,
"column": 60,
"index": 3051
}
},
"extra": {
"rawValue": "|",
"raw": "\"|\""
},
"value": "|"
}
]
}
}
],
"kind": "var"
},
{
"type": "ExpressionStatement",
"start": 3075,
"end": 3141,
"loc": {
"start": {
"line": 75,
"column": 21,
"index": 3075
},
"end": {
"line": 75,
"column": 87,
"index": 3141
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3075,
"end": 3140,
"loc": {
"start": {
"line": 75,
"column": 21,
"index": 3075
},
"end": {
"line": 75,
"column": 86,
"index": 3140
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3075,
"end": 3118,
"loc": {
"start": {
"line": 75,
"column": 21,
"index": 3075
},
"end": {
"line": 75,
"column": 64,
"index": 3118
}
},
"object": {
"type": "MemberExpression",
"start": 3075,
"end": 3111,
"loc": {
"start": {
"line": 75,
"column": 21,
"index": 3075
},
"end": {
"line": 75,
"column": 57,
"index": 3111
}
},
"object": {
"type": "MemberExpression",
"start": 3075,
"end": 3106,
"loc": {
"start": {
"line": 75,
"column": 21,
"index": 3075
},
"end": {
"line": 75,
"column": 52,
"index": 3106
}
},
"object": {
"type": "MemberExpression",
"start": 3075,
"end": 3101,
"loc": {
"start": {
"line": 75,
"column": 21,
"index": 3075
},
"end": {
"line": 75,
"column": 47,
"index": 3101
}
},
"object": {
"type": "MemberExpression",
"start": 3075,
"end": 3094,
"loc": {
"start": {
"line": 75,
"column": 21,
"index": 3075
},
"end": {
"line": 75,
"column": 40,
"index": 3094
}
},
"object": {
"type": "MemberExpression",
"start": 3075,
"end": 3083,
"loc": {
"start": {
"line": 75,
"column": 21,
"index": 3075
},
"end": {
"line": 75,
"column": 29,
"index": 3083
}
},
"object": {
"type": "ThisExpression",
"start": 3075,
"end": 3079,
"loc": {
"start": {
"line": 75,
"column": 21,
"index": 3075
},
"end": {
"line": 75,
"column": 25,
"index": 3079
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3080,
"end": 3083,
"loc": {
"start": {
"line": 75,
"column": 26,
"index": 3080
},
"end": {
"line": 75,
"column": 29,
"index": 3083
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3084,
"end": 3094,
"loc": {
"start": {
"line": 75,
"column": 30,
"index": 3084
},
"end": {
"line": 75,
"column": 40,
"index": 3094
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3095,
"end": 3101,
"loc": {
"start": {
"line": 75,
"column": 41,
"index": 3095
},
"end": {
"line": 75,
"column": 47,
"index": 3101
},
"identifierName": "Player"
},
"name": "Player"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3102,
"end": 3106,
"loc": {
"start": {
"line": 75,
"column": 48,
"index": 3102
},
"end": {
"line": 75,
"column": 52,
"index": 3106
},
"identifierName": "data"
},
"name": "data"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3107,
"end": 3111,
"loc": {
"start": {
"line": 75,
"column": 53,
"index": 3107
},
"end": {
"line": 75,
"column": 57,
"index": 3111
},
"identifierName": "data"
},
"name": "data"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3112,
"end": 3118,
"loc": {
"start": {
"line": 75,
"column": 58,
"index": 3112
},
"end": {
"line": 75,
"column": 64,
"index": 3118
},
"identifierName": "color1"
},
"name": "color1"
}
},
"right": {
"type": "AssignmentExpression",
"start": 3121,
"end": 3140,
"loc": {
"start": {
"line": 75,
"column": 67,
"index": 3121
},
"end": {
"line": 75,
"column": 86,
"index": 3140
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 3121,
"end": 3127,
"loc": {
"start": {
"line": 75,
"column": 67,
"index": 3121
},
"end": {
"line": 75,
"column": 73,
"index": 3127
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
},
"right": {
"type": "MemberExpression",
"start": 3130,
"end": 3140,
"loc": {
"start": {
"line": 75,
"column": 76,
"index": 3130
},
"end": {
"line": 75,
"column": 86,
"index": 3140
}
},
"object": {
"type": "Identifier",
"start": 3130,
"end": 3137,
"loc": {
"start": {
"line": 75,
"column": 76,
"index": 3130
},
"end": {
"line": 75,
"column": 83,
"index": 3137
},
"identifierName": "_loc12_"
},
"name": "_loc12_"
},
"computed": true,
"property": {
"type": "NumericLiteral",
"start": 3138,
"end": 3139,
"loc": {
"start": {
"line": 75,
"column": 84,
"index": 3138
},
"end": {
"line": 75,
"column": 85,
"index": 3139
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 3163,
"end": 3206,
"loc": {
"start": {
"line": 76,
"column": 21,
"index": 3163
},
"end": {
"line": 76,
"column": 64,
"index": 3206
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3163,
"end": 3205,
"loc": {
"start": {
"line": 76,
"column": 21,
"index": 3163
},
"end": {
"line": 76,
"column": 63,
"index": 3205
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3163,
"end": 3196,
"loc": {
"start": {
"line": 76,
"column": 21,
"index": 3163
},
"end": {
"line": 76,
"column": 54,
"index": 3196
}
},
"object": {
"type": "MemberExpression",
"start": 3163,
"end": 3189,
"loc": {
"start": {
"line": 76,
"column": 21,
"index": 3163
},
"end": {
"line": 76,
"column": 47,
"index": 3189
}
},
"object": {
"type": "MemberExpression",
"start": 3163,
"end": 3182,
"loc": {
"start": {
"line": 76,
"column": 21,
"index": 3163
},
"end": {
"line": 76,
"column": 40,
"index": 3182
}
},
"object": {
"type": "MemberExpression",
"start": 3163,
"end": 3171,
"loc": {
"start": {
"line": 76,
"column": 21,
"index": 3163
},
"end": {
"line": 76,
"column": 29,
"index": 3171
}
},
"object": {
"type": "ThisExpression",
"start": 3163,
"end": 3167,
"loc": {
"start": {
"line": 76,
"column": 21,
"index": 3163
},
"end": {
"line": 76,
"column": 25,
"index": 3167
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3168,
"end": 3171,
"loc": {
"start": {
"line": 76,
"column": 26,
"index": 3168
},
"end": {
"line": 76,
"column": 29,
"index": 3171
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3172,
"end": 3182,
"loc": {
"start": {
"line": 76,
"column": 30,
"index": 3172
},
"end": {
"line": 76,
"column": 40,
"index": 3182
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3183,
"end": 3189,
"loc": {
"start": {
"line": 76,
"column": 41,
"index": 3183
},
"end": {
"line": 76,
"column": 47,
"index": 3189
},
"identifierName": "Player"
},
"name": "Player"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3190,
"end": 3196,
"loc": {
"start": {
"line": 76,
"column": 48,
"index": 3190
},
"end": {
"line": 76,
"column": 54,
"index": 3196
},
"identifierName": "color1"
},
"name": "color1"
}
},
"right": {
"type": "Identifier",
"start": 3199,
"end": 3205,
"loc": {
"start": {
"line": 76,
"column": 57,
"index": 3199
},
"end": {
"line": 76,
"column": 63,
"index": 3205
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
}
}
},
{
"type": "ExpressionStatement",
"start": 3228,
"end": 3294,
"loc": {
"start": {
"line": 77,
"column": 21,
"index": 3228
},
"end": {
"line": 77,
"column": 87,
"index": 3294
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3228,
"end": 3293,
"loc": {
"start": {
"line": 77,
"column": 21,
"index": 3228
},
"end": {
"line": 77,
"column": 86,
"index": 3293
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3228,
"end": 3271,
"loc": {
"start": {
"line": 77,
"column": 21,
"index": 3228
},
"end": {
"line": 77,
"column": 64,
"index": 3271
}
},
"object": {
"type": "MemberExpression",
"start": 3228,
"end": 3264,
"loc": {
"start": {
"line": 77,
"column": 21,
"index": 3228
},
"end": {
"line": 77,
"column": 57,
"index": 3264
}
},
"object": {
"type": "MemberExpression",
"start": 3228,
"end": 3259,
"loc": {
"start": {
"line": 77,
"column": 21,
"index": 3228
},
"end": {
"line": 77,
"column": 52,
"index": 3259
}
},
"object": {
"type": "MemberExpression",
"start": 3228,
"end": 3254,
"loc": {
"start": {
"line": 77,
"column": 21,
"index": 3228
},
"end": {
"line": 77,
"column": 47,
"index": 3254
}
},
"object": {
"type": "MemberExpression",
"start": 3228,
"end": 3247,
"loc": {
"start": {
"line": 77,
"column": 21,
"index": 3228
},
"end": {
"line": 77,
"column": 40,
"index": 3247
}
},
"object": {
"type": "MemberExpression",
"start": 3228,
"end": 3236,
"loc": {
"start": {
"line": 77,
"column": 21,
"index": 3228
},
"end": {
"line": 77,
"column": 29,
"index": 3236
}
},
"object": {
"type": "ThisExpression",
"start": 3228,
"end": 3232,
"loc": {
"start": {
"line": 77,
"column": 21,
"index": 3228
},
"end": {
"line": 77,
"column": 25,
"index": 3232
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3233,
"end": 3236,
"loc": {
"start": {
"line": 77,
"column": 26,
"index": 3233
},
"end": {
"line": 77,
"column": 29,
"index": 3236
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3237,
"end": 3247,
"loc": {
"start": {
"line": 77,
"column": 30,
"index": 3237
},
"end": {
"line": 77,
"column": 40,
"index": 3247
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3248,
"end": 3254,
"loc": {
"start": {
"line": 77,
"column": 41,
"index": 3248
},
"end": {
"line": 77,
"column": 47,
"index": 3254
},
"identifierName": "Player"
},
"name": "Player"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3255,
"end": 3259,
"loc": {
"start": {
"line": 77,
"column": 48,
"index": 3255
},
"end": {
"line": 77,
"column": 52,
"index": 3259
},
"identifierName": "data"
},
"name": "data"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3260,
"end": 3264,
"loc": {
"start": {
"line": 77,
"column": 53,
"index": 3260
},
"end": {
"line": 77,
"column": 57,
"index": 3264
},
"identifierName": "data"
},
"name": "data"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3265,
"end": 3271,
"loc": {
"start": {
"line": 77,
"column": 58,
"index": 3265
},
"end": {
"line": 77,
"column": 64,
"index": 3271
},
"identifierName": "color2"
},
"name": "color2"
}
},
"right": {
"type": "AssignmentExpression",
"start": 3274,
"end": 3293,
"loc": {
"start": {
"line": 77,
"column": 67,
"index": 3274
},
"end": {
"line": 77,
"column": 86,
"index": 3293
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 3274,
"end": 3280,
"loc": {
"start": {
"line": 77,
"column": 67,
"index": 3274
},
"end": {
"line": 77,
"column": 73,
"index": 3280
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
},
"right": {
"type": "MemberExpression",
"start": 3283,
"end": 3293,
"loc": {
"start": {
"line": 77,
"column": 76,
"index": 3283
},
"end": {
"line": 77,
"column": 86,
"index": 3293
}
},
"object": {
"type": "Identifier",
"start": 3283,
"end": 3290,
"loc": {
"start": {
"line": 77,
"column": 76,
"index": 3283
},
"end": {
"line": 77,
"column": 83,
"index": 3290
},
"identifierName": "_loc12_"
},
"name": "_loc12_"
},
"computed": true,
"property": {
"type": "NumericLiteral",
"start": 3291,
"end": 3292,
"loc": {
"start": {
"line": 77,
"column": 84,
"index": 3291
},
"end": {
"line": 77,
"column": 85,
"index": 3292
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 3316,
"end": 3359,
"loc": {
"start": {
"line": 78,
"column": 21,
"index": 3316
},
"end": {
"line": 78,
"column": 64,
"index": 3359
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3316,
"end": 3358,
"loc": {
"start": {
"line": 78,
"column": 21,
"index": 3316
},
"end": {
"line": 78,
"column": 63,
"index": 3358
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3316,
"end": 3349,
"loc": {
"start": {
"line": 78,
"column": 21,
"index": 3316
},
"end": {
"line": 78,
"column": 54,
"index": 3349
}
},
"object": {
"type": "MemberExpression",
"start": 3316,
"end": 3342,
"loc": {
"start": {
"line": 78,
"column": 21,
"index": 3316
},
"end": {
"line": 78,
"column": 47,
"index": 3342
}
},
"object": {
"type": "MemberExpression",
"start": 3316,
"end": 3335,
"loc": {
"start": {
"line": 78,
"column": 21,
"index": 3316
},
"end": {
"line": 78,
"column": 40,
"index": 3335
}
},
"object": {
"type": "MemberExpression",
"start": 3316,
"end": 3324,
"loc": {
"start": {
"line": 78,
"column": 21,
"index": 3316
},
"end": {
"line": 78,
"column": 29,
"index": 3324
}
},
"object": {
"type": "ThisExpression",
"start": 3316,
"end": 3320,
"loc": {
"start": {
"line": 78,
"column": 21,
"index": 3316
},
"end": {
"line": 78,
"column": 25,
"index": 3320
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3321,
"end": 3324,
"loc": {
"start": {
"line": 78,
"column": 26,
"index": 3321
},
"end": {
"line": 78,
"column": 29,
"index": 3324
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3325,
"end": 3335,
"loc": {
"start": {
"line": 78,
"column": 30,
"index": 3325
},
"end": {
"line": 78,
"column": 40,
"index": 3335
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3336,
"end": 3342,
"loc": {
"start": {
"line": 78,
"column": 41,
"index": 3336
},
"end": {
"line": 78,
"column": 47,
"index": 3342
},
"identifierName": "Player"
},
"name": "Player"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3343,
"end": 3349,
"loc": {
"start": {
"line": 78,
"column": 48,
"index": 3343
},
"end": {
"line": 78,
"column": 54,
"index": 3349
},
"identifierName": "color2"
},
"name": "color2"
}
},
"right": {
"type": "Identifier",
"start": 3352,
"end": 3358,
"loc": {
"start": {
"line": 78,
"column": 57,
"index": 3352
},
"end": {
"line": 78,
"column": 63,
"index": 3358
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
}
}
},
{
"type": "ExpressionStatement",
"start": 3381,
"end": 3447,
"loc": {
"start": {
"line": 79,
"column": 21,
"index": 3381
},
"end": {
"line": 79,
"column": 87,
"index": 3447
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3381,
"end": 3446,
"loc": {
"start": {
"line": 79,
"column": 21,
"index": 3381
},
"end": {
"line": 79,
"column": 86,
"index": 3446
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3381,
"end": 3424,
"loc": {
"start": {
"line": 79,
"column": 21,
"index": 3381
},
"end": {
"line": 79,
"column": 64,
"index": 3424
}
},
"object": {
"type": "MemberExpression",
"start": 3381,
"end": 3417,
"loc": {
"start": {
"line": 79,
"column": 21,
"index": 3381
},
"end": {
"line": 79,
"column": 57,
"index": 3417
}
},
"object": {
"type": "MemberExpression",
"start": 3381,
"end": 3412,
"loc": {
"start": {
"line": 79,
"column": 21,
"index": 3381
},
"end": {
"line": 79,
"column": 52,
"index": 3412
}
},
"object": {
"type": "MemberExpression",
"start": 3381,
"end": 3407,
"loc": {
"start": {
"line": 79,
"column": 21,
"index": 3381
},
"end": {
"line": 79,
"column": 47,
"index": 3407
}
},
"object": {
"type": "MemberExpression",
"start": 3381,
"end": 3400,
"loc": {
"start": {
"line": 79,
"column": 21,
"index": 3381
},
"end": {
"line": 79,
"column": 40,
"index": 3400
}
},
"object": {
"type": "MemberExpression",
"start": 3381,
"end": 3389,
"loc": {
"start": {
"line": 79,
"column": 21,
"index": 3381
},
"end": {
"line": 79,
"column": 29,
"index": 3389
}
},
"object": {
"type": "ThisExpression",
"start": 3381,
"end": 3385,
"loc": {
"start": {
"line": 79,
"column": 21,
"index": 3381
},
"end": {
"line": 79,
"column": 25,
"index": 3385
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3386,
"end": 3389,
"loc": {
"start": {
"line": 79,
"column": 26,
"index": 3386
},
"end": {
"line": 79,
"column": 29,
"index": 3389
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3390,
"end": 3400,
"loc": {
"start": {
"line": 79,
"column": 30,
"index": 3390
},
"end": {
"line": 79,
"column": 40,
"index": 3400
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3401,
"end": 3407,
"loc": {
"start": {
"line": 79,
"column": 41,
"index": 3401
},
"end": {
"line": 79,
"column": 47,
"index": 3407
},
"identifierName": "Player"
},
"name": "Player"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3408,
"end": 3412,
"loc": {
"start": {
"line": 79,
"column": 48,
"index": 3408
},
"end": {
"line": 79,
"column": 52,
"index": 3412
},
"identifierName": "data"
},
"name": "data"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3413,
"end": 3417,
"loc": {
"start": {
"line": 79,
"column": 53,
"index": 3413
},
"end": {
"line": 79,
"column": 57,
"index": 3417
},
"identifierName": "data"
},
"name": "data"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3418,
"end": 3424,
"loc": {
"start": {
"line": 79,
"column": 58,
"index": 3418
},
"end": {
"line": 79,
"column": 64,
"index": 3424
},
"identifierName": "color3"
},
"name": "color3"
}
},
"right": {
"type": "AssignmentExpression",
"start": 3427,
"end": 3446,
"loc": {
"start": {
"line": 79,
"column": 67,
"index": 3427
},
"end": {
"line": 79,
"column": 86,
"index": 3446
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 3427,
"end": 3433,
"loc": {
"start": {
"line": 79,
"column": 67,
"index": 3427
},
"end": {
"line": 79,
"column": 73,
"index": 3433
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
},
"right": {
"type": "MemberExpression",
"start": 3436,
"end": 3446,
"loc": {
"start": {
"line": 79,
"column": 76,
"index": 3436
},
"end": {
"line": 79,
"column": 86,
"index": 3446
}
},
"object": {
"type": "Identifier",
"start": 3436,
"end": 3443,
"loc": {
"start": {
"line": 79,
"column": 76,
"index": 3436
},
"end": {
"line": 79,
"column": 83,
"index": 3443
},
"identifierName": "_loc12_"
},
"name": "_loc12_"
},
"computed": true,
"property": {
"type": "NumericLiteral",
"start": 3444,
"end": 3445,
"loc": {
"start": {
"line": 79,
"column": 84,
"index": 3444
},
"end": {
"line": 79,
"column": 85,
"index": 3445
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 3469,
"end": 3512,
"loc": {
"start": {
"line": 80,
"column": 21,
"index": 3469
},
"end": {
"line": 80,
"column": 64,
"index": 3512
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3469,
"end": 3511,
"loc": {
"start": {
"line": 80,
"column": 21,
"index": 3469
},
"end": {
"line": 80,
"column": 63,
"index": 3511
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3469,
"end": 3502,
"loc": {
"start": {
"line": 80,
"column": 21,
"index": 3469
},
"end": {
"line": 80,
"column": 54,
"index": 3502
}
},
"object": {
"type": "MemberExpression",
"start": 3469,
"end": 3495,
"loc": {
"start": {
"line": 80,
"column": 21,
"index": 3469
},
"end": {
"line": 80,
"column": 47,
"index": 3495
}
},
"object": {
"type": "MemberExpression",
"start": 3469,
"end": 3488,
"loc": {
"start": {
"line": 80,
"column": 21,
"index": 3469
},
"end": {
"line": 80,
"column": 40,
"index": 3488
}
},
"object": {
"type": "MemberExpression",
"start": 3469,
"end": 3477,
"loc": {
"start": {
"line": 80,
"column": 21,
"index": 3469
},
"end": {
"line": 80,
"column": 29,
"index": 3477
}
},
"object": {
"type": "ThisExpression",
"start": 3469,
"end": 3473,
"loc": {
"start": {
"line": 80,
"column": 21,
"index": 3469
},
"end": {
"line": 80,
"column": 25,
"index": 3473
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3474,
"end": 3477,
"loc": {
"start": {
"line": 80,
"column": 26,
"index": 3474
},
"end": {
"line": 80,
"column": 29,
"index": 3477
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3478,
"end": 3488,
"loc": {
"start": {
"line": 80,
"column": 30,
"index": 3478
},
"end": {
"line": 80,
"column": 40,
"index": 3488
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3489,
"end": 3495,
"loc": {
"start": {
"line": 80,
"column": 41,
"index": 3489
},
"end": {
"line": 80,
"column": 47,
"index": 3495
},
"identifierName": "Player"
},
"name": "Player"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3496,
"end": 3502,
"loc": {
"start": {
"line": 80,
"column": 48,
"index": 3496
},
"end": {
"line": 80,
"column": 54,
"index": 3502
},
"identifierName": "color3"
},
"name": "color3"
}
},
"right": {
"type": "Identifier",
"start": 3505,
"end": 3511,
"loc": {
"start": {
"line": 80,
"column": 57,
"index": 3505
},
"end": {
"line": 80,
"column": 63,
"index": 3511
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
}
}
},
{
"type": "ExpressionStatement",
"start": 3534,
"end": 3600,
"loc": {
"start": {
"line": 81,
"column": 21,
"index": 3534
},
"end": {
"line": 81,
"column": 87,
"index": 3600
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3534,
"end": 3599,
"loc": {
"start": {
"line": 81,
"column": 21,
"index": 3534
},
"end": {
"line": 81,
"column": 86,
"index": 3599
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3534,
"end": 3577,
"loc": {
"start": {
"line": 81,
"column": 21,
"index": 3534
},
"end": {
"line": 81,
"column": 64,
"index": 3577
}
},
"object": {
"type": "MemberExpression",
"start": 3534,
"end": 3570,
"loc": {
"start": {
"line": 81,
"column": 21,
"index": 3534
},
"end": {
"line": 81,
"column": 57,
"index": 3570
}
},
"object": {
"type": "MemberExpression",
"start": 3534,
"end": 3565,
"loc": {
"start": {
"line": 81,
"column": 21,
"index": 3534
},
"end": {
"line": 81,
"column": 52,
"index": 3565
}
},
"object": {
"type": "MemberExpression",
"start": 3534,
"end": 3560,
"loc": {
"start": {
"line": 81,
"column": 21,
"index": 3534
},
"end": {
"line": 81,
"column": 47,
"index": 3560
}
},
"object": {
"type": "MemberExpression",
"start": 3534,
"end": 3553,
"loc": {
"start": {
"line": 81,
"column": 21,
"index": 3534
},
"end": {
"line": 81,
"column": 40,
"index": 3553
}
},
"object": {
"type": "MemberExpression",
"start": 3534,
"end": 3542,
"loc": {
"start": {
"line": 81,
"column": 21,
"index": 3534
},
"end": {
"line": 81,
"column": 29,
"index": 3542
}
},
"object": {
"type": "ThisExpression",
"start": 3534,
"end": 3538,
"loc": {
"start": {
"line": 81,
"column": 21,
"index": 3534
},
"end": {
"line": 81,
"column": 25,
"index": 3538
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3539,
"end": 3542,
"loc": {
"start": {
"line": 81,
"column": 26,
"index": 3539
},
"end": {
"line": 81,
"column": 29,
"index": 3542
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3543,
"end": 3553,
"loc": {
"start": {
"line": 81,
"column": 30,
"index": 3543
},
"end": {
"line": 81,
"column": 40,
"index": 3553
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3554,
"end": 3560,
"loc": {
"start": {
"line": 81,
"column": 41,
"index": 3554
},
"end": {
"line": 81,
"column": 47,
"index": 3560
},
"identifierName": "Player"
},
"name": "Player"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3561,
"end": 3565,
"loc": {
"start": {
"line": 81,
"column": 48,
"index": 3561
},
"end": {
"line": 81,
"column": 52,
"index": 3565
},
"identifierName": "data"
},
"name": "data"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3566,
"end": 3570,
"loc": {
"start": {
"line": 81,
"column": 53,
"index": 3566
},
"end": {
"line": 81,
"column": 57,
"index": 3570
},
"identifierName": "data"
},
"name": "data"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3571,
"end": 3577,
"loc": {
"start": {
"line": 81,
"column": 58,
"index": 3571
},
"end": {
"line": 81,
"column": 64,
"index": 3577
},
"identifierName": "color4"
},
"name": "color4"
}
},
"right": {
"type": "AssignmentExpression",
"start": 3580,
"end": 3599,
"loc": {
"start": {
"line": 81,
"column": 67,
"index": 3580
},
"end": {
"line": 81,
"column": 86,
"index": 3599
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 3580,
"end": 3586,
"loc": {
"start": {
"line": 81,
"column": 67,
"index": 3580
},
"end": {
"line": 81,
"column": 73,
"index": 3586
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
},
"right": {
"type": "MemberExpression",
"start": 3589,
"end": 3599,
"loc": {
"start": {
"line": 81,
"column": 76,
"index": 3589
},
"end": {
"line": 81,
"column": 86,
"index": 3599
}
},
"object": {
"type": "Identifier",
"start": 3589,
"end": 3596,
"loc": {
"start": {
"line": 81,
"column": 76,
"index": 3589
},
"end": {
"line": 81,
"column": 83,
"index": 3596
},
"identifierName": "_loc12_"
},
"name": "_loc12_"
},
"computed": true,
"property": {
"type": "NumericLiteral",
"start": 3597,
"end": 3598,
"loc": {
"start": {
"line": 81,
"column": 84,
"index": 3597
},
"end": {
"line": 81,
"column": 85,
"index": 3598
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 3622,
"end": 3665,
"loc": {
"start": {
"line": 82,
"column": 21,
"index": 3622
},
"end": {
"line": 82,
"column": 64,
"index": 3665
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3622,
"end": 3664,
"loc": {
"start": {
"line": 82,
"column": 21,
"index": 3622
},
"end": {
"line": 82,
"column": 63,
"index": 3664
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3622,
"end": 3655,
"loc": {
"start": {
"line": 82,
"column": 21,
"index": 3622
},
"end": {
"line": 82,
"column": 54,
"index": 3655
}
},
"object": {
"type": "MemberExpression",
"start": 3622,
"end": 3648,
"loc": {
"start": {
"line": 82,
"column": 21,
"index": 3622
},
"end": {
"line": 82,
"column": 47,
"index": 3648
}
},
"object": {
"type": "MemberExpression",
"start": 3622,
"end": 3641,
"loc": {
"start": {
"line": 82,
"column": 21,
"index": 3622
},
"end": {
"line": 82,
"column": 40,
"index": 3641
}
},
"object": {
"type": "MemberExpression",
"start": 3622,
"end": 3630,
"loc": {
"start": {
"line": 82,
"column": 21,
"index": 3622
},
"end": {
"line": 82,
"column": 29,
"index": 3630
}
},
"object": {
"type": "ThisExpression",
"start": 3622,
"end": 3626,
"loc": {
"start": {
"line": 82,
"column": 21,
"index": 3622
},
"end": {
"line": 82,
"column": 25,
"index": 3626
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3627,
"end": 3630,
"loc": {
"start": {
"line": 82,
"column": 26,
"index": 3627
},
"end": {
"line": 82,
"column": 29,
"index": 3630
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3631,
"end": 3641,
"loc": {
"start": {
"line": 82,
"column": 30,
"index": 3631
},
"end": {
"line": 82,
"column": 40,
"index": 3641
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3642,
"end": 3648,
"loc": {
"start": {
"line": 82,
"column": 41,
"index": 3642
},
"end": {
"line": 82,
"column": 47,
"index": 3648
},
"identifierName": "Player"
},
"name": "Player"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3649,
"end": 3655,
"loc": {
"start": {
"line": 82,
"column": 48,
"index": 3649
},
"end": {
"line": 82,
"column": 54,
"index": 3655
},
"identifierName": "color4"
},
"name": "color4"
}
},
"right": {
"type": "Identifier",
"start": 3658,
"end": 3664,
"loc": {
"start": {
"line": 82,
"column": 57,
"index": 3658
},
"end": {
"line": 82,
"column": 63,
"index": 3664
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
}
}
},
{
"type": "ExpressionStatement",
"start": 3687,
"end": 3753,
"loc": {
"start": {
"line": 83,
"column": 21,
"index": 3687
},
"end": {
"line": 83,
"column": 87,
"index": 3753
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3687,
"end": 3752,
"loc": {
"start": {
"line": 83,
"column": 21,
"index": 3687
},
"end": {
"line": 83,
"column": 86,
"index": 3752
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3687,
"end": 3730,
"loc": {
"start": {
"line": 83,
"column": 21,
"index": 3687
},
"end": {
"line": 83,
"column": 64,
"index": 3730
}
},
"object": {
"type": "MemberExpression",
"start": 3687,
"end": 3723,
"loc": {
"start": {
"line": 83,
"column": 21,
"index": 3687
},
"end": {
"line": 83,
"column": 57,
"index": 3723
}
},
"object": {
"type": "MemberExpression",
"start": 3687,
"end": 3718,
"loc": {
"start": {
"line": 83,
"column": 21,
"index": 3687
},
"end": {
"line": 83,
"column": 52,
"index": 3718
}
},
"object": {
"type": "MemberExpression",
"start": 3687,
"end": 3713,
"loc": {
"start": {
"line": 83,
"column": 21,
"index": 3687
},
"end": {
"line": 83,
"column": 47,
"index": 3713
}
},
"object": {
"type": "MemberExpression",
"start": 3687,
"end": 3706,
"loc": {
"start": {
"line": 83,
"column": 21,
"index": 3687
},
"end": {
"line": 83,
"column": 40,
"index": 3706
}
},
"object": {
"type": "MemberExpression",
"start": 3687,
"end": 3695,
"loc": {
"start": {
"line": 83,
"column": 21,
"index": 3687
},
"end": {
"line": 83,
"column": 29,
"index": 3695
}
},
"object": {
"type": "ThisExpression",
"start": 3687,
"end": 3691,
"loc": {
"start": {
"line": 83,
"column": 21,
"index": 3687
},
"end": {
"line": 83,
"column": 25,
"index": 3691
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3692,
"end": 3695,
"loc": {
"start": {
"line": 83,
"column": 26,
"index": 3692
},
"end": {
"line": 83,
"column": 29,
"index": 3695
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3696,
"end": 3706,
"loc": {
"start": {
"line": 83,
"column": 30,
"index": 3696
},
"end": {
"line": 83,
"column": 40,
"index": 3706
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3707,
"end": 3713,
"loc": {
"start": {
"line": 83,
"column": 41,
"index": 3707
},
"end": {
"line": 83,
"column": 47,
"index": 3713
},
"identifierName": "Player"
},
"name": "Player"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3714,
"end": 3718,
"loc": {
"start": {
"line": 83,
"column": 48,
"index": 3714
},
"end": {
"line": 83,
"column": 52,
"index": 3718
},
"identifierName": "data"
},
"name": "data"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3719,
"end": 3723,
"loc": {
"start": {
"line": 83,
"column": 53,
"index": 3719
},
"end": {
"line": 83,
"column": 57,
"index": 3723
},
"identifierName": "data"
},
"name": "data"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3724,
"end": 3730,
"loc": {
"start": {
"line": 83,
"column": 58,
"index": 3724
},
"end": {
"line": 83,
"column": 64,
"index": 3730
},
"identifierName": "color5"
},
"name": "color5"
}
},
"right": {
"type": "AssignmentExpression",
"start": 3733,
"end": 3752,
"loc": {
"start": {
"line": 83,
"column": 67,
"index": 3733
},
"end": {
"line": 83,
"column": 86,
"index": 3752
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 3733,
"end": 3739,
"loc": {
"start": {
"line": 83,
"column": 67,
"index": 3733
},
"end": {
"line": 83,
"column": 73,
"index": 3739
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
},
"right": {
"type": "MemberExpression",
"start": 3742,
"end": 3752,
"loc": {
"start": {
"line": 83,
"column": 76,
"index": 3742
},
"end": {
"line": 83,
"column": 86,
"index": 3752
}
},
"object": {
"type": "Identifier",
"start": 3742,
"end": 3749,
"loc": {
"start": {
"line": 83,
"column": 76,
"index": 3742
},
"end": {
"line": 83,
"column": 83,
"index": 3749
},
"identifierName": "_loc12_"
},
"name": "_loc12_"
},
"computed": true,
"property": {
"type": "NumericLiteral",
"start": 3750,
"end": 3751,
"loc": {
"start": {
"line": 83,
"column": 84,
"index": 3750
},
"end": {
"line": 83,
"column": 85,
"index": 3751
}
},
"extra": {
"rawValue": 4,
"raw": "4"
},
"value": 4
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 3775,
"end": 3818,
"loc": {
"start": {
"line": 84,
"column": 21,
"index": 3775
},
"end": {
"line": 84,
"column": 64,
"index": 3818
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3775,
"end": 3817,
"loc": {
"start": {
"line": 84,
"column": 21,
"index": 3775
},
"end": {
"line": 84,
"column": 63,
"index": 3817
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3775,
"end": 3808,
"loc": {
"start": {
"line": 84,
"column": 21,
"index": 3775
},
"end": {
"line": 84,
"column": 54,
"index": 3808
}
},
"object": {
"type": "MemberExpression",
"start": 3775,
"end": 3801,
"loc": {
"start": {
"line": 84,
"column": 21,
"index": 3775
},
"end": {
"line": 84,
"column": 47,
"index": 3801
}
},
"object": {
"type": "MemberExpression",
"start": 3775,
"end": 3794,
"loc": {
"start": {
"line": 84,
"column": 21,
"index": 3775
},
"end": {
"line": 84,
"column": 40,
"index": 3794
}
},
"object": {
"type": "MemberExpression",
"start": 3775,
"end": 3783,
"loc": {
"start": {
"line": 84,
"column": 21,
"index": 3775
},
"end": {
"line": 84,
"column": 29,
"index": 3783
}
},
"object": {
"type": "ThisExpression",
"start": 3775,
"end": 3779,
"loc": {
"start": {
"line": 84,
"column": 21,
"index": 3775
},
"end": {
"line": 84,
"column": 25,
"index": 3779
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3780,
"end": 3783,
"loc": {
"start": {
"line": 84,
"column": 26,
"index": 3780
},
"end": {
"line": 84,
"column": 29,
"index": 3783
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3784,
"end": 3794,
"loc": {
"start": {
"line": 84,
"column": 30,
"index": 3784
},
"end": {
"line": 84,
"column": 40,
"index": 3794
},
"identifierName": "datacenter"
},
"name": "datacenter"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3795,
"end": 3801,
"loc": {
"start": {
"line": 84,
"column": 41,
"index": 3795
},
"end": {
"line": 84,
"column": 47,
"index": 3801
},
"identifierName": "Player"
},
"name": "Player"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3802,
"end": 3808,
"loc": {
"start": {
"line": 84,
"column": 48,
"index": 3802
},
"end": {
"line": 84,
"column": 54,
"index": 3808
},
"identifierName": "color5"
},
"name": "color5"
}
},
"right": {
"type": "Identifier",
"start": 3811,
"end": 3817,
"loc": {
"start": {
"line": 84,
"column": 57,
"index": 3811
},
"end": {
"line": 84,
"column": 63,
"index": 3817
},
"identifierName": "_loc0_"
},
"name": "_loc0_"
}
}
},
{
"type": "ExpressionStatement",
"start": 3840,
"end": 3898,
"loc": {
"start": {
"line": 85,
"column": 21,
"index": 3840
},
"end": {
"line": 85,
"column": 79,
"index": 3898
}
},
"expression": {
"type": "CallExpression",
"start": 3840,
"end": 3897,
"loc": {
"start": {
"line": 85,
"column": 21,
"index": 3840
},
"end": {
"line": 85,
"column": 78,
"index": 3897
}
},
"callee": {
"type": "MemberExpression",
"start": 3840,
"end": 3895,
"loc": {
"start": {
"line": 85,
"column": 21,
"index": 3840
},
"end": {
"line": 85,
"column": 76,
"index": 3895
}
},
"object": {
"type": "CallExpression",
"start": 3840,
"end": 3876,
"loc": {
"start": {
"line": 85,
"column": 21,
"index": 3840
},
"end": {
"line": 85,
"column": 57,
"index": 3876
}
},
"callee": {
"type": "MemberExpression",
"start": 3840,
"end": 3866,
"loc": {
"start": {
"line": 85,
"column": 21,
"index": 3840
},
"end": {
"line": 85,
"column": 47,
"index": 3866
}
},
"object": {
"type": "MemberExpression",
"start": 3840,
"end": 3851,
"loc": {
"start": {
"line": 85,
"column": 21,
"index": 3840
},
"end": {
"line": 85,
"column": 32,
"index": 3851
}
},
"object": {
"type": "MemberExpression",
"start": 3840,
"end": 3848,
"loc": {
"start": {
"line": 85,
"column": 21,
"index": 3840
},
"end": {
"line": 85,
"column": 29,
"index": 3848
}
},
"object": {
"type": "ThisExpression",
"start": 3840,
"end": 3844,
"loc": {
"start": {
"line": 85,
"column": 21,
"index": 3840
},
"end": {
"line": 85,
"column": 25,
"index": 3844
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3845,
"end": 3848,
"loc": {
"start": {
"line": 85,
"column": 26,
"index": 3845
},
"end": {
"line": 85,
"column": 29,
"index": 3848
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3849,
"end": 3851,
"loc": {
"start": {
"line": 85,
"column": 30,
"index": 3849
},
"end": {
"line": 85,
"column": 32,
"index": 3851
},
"identifierName": "ui"
},
"name": "ui"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3852,
"end": 3866,
"loc": {
"start": {
"line": 85,
"column": 33,
"index": 3852
},
"end": {
"line": 85,
"column": 47,
"index": 3866
},
"identifierName": "getUIComponent"
},
"name": "getUIComponent"
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 3867,
"end": 3875,
"loc": {
"start": {
"line": 85,
"column": 48,
"index": 3867
},
"end": {
"line": 85,
"column": 56,
"index": 3875
}
},
"extra": {
"rawValue": "Banner",
"raw": "\"Banner\""
},
"value": "Banner"
}
]
},
"computed": false,
"property": {
"type": "Identifier",
"start": 3877,
"end": 3895,
"loc": {
"start": {
"line": 85,
"column": 58,
"index": 3877
},
"end": {
"line": 85,
"column": 76,
"index": 3895
},
"identifierName": "updateIllustration"
},
"name": "updateIllustration"
}
},
"arguments": []
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "BreakStatement",
"start": 3937,
"end": 3943,
"loc": {
"start": {
"line": 87,
"column": 18,
"index": 3937
},
"end": {
"line": 87,
"column": 24,
"index": 3943
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 2909,
"end": 2912,
"loc": {
"start": {
"line": 71,
"column": 20,
"index": 2909
},
"end": {
"line": 71,
"column": 23,
"index": 2912
}
},
"extra": {
"rawValue": "F",
"raw": "\"F\""
},
"value": "F"
}
},
{
"type": "SwitchCase",
"start": 3959,
"end": 4205,
"loc": {
"start": {
"line": 88,
"column": 15,
"index": 3959
},
"end": {
"line": 92,
"column": 24,
"index": 4205
}
},
"consequent": [
{
"type": "VariableDeclaration",
"start": 3987,
"end": 4028,
"loc": {
"start": {
"line": 89,
"column": 18,
"index": 3987
},
"end": {
"line": 89,
"column": 59,
"index": 4028
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3991,
"end": 4027,
"loc": {
"start": {
"line": 89,
"column": 22,
"index": 3991
},
"end": {
"line": 89,
"column": 58,
"index": 4027
}
},
"id": {
"type": "Identifier",
"start": 3991,
"end": 3998,
"loc": {
"start": {
"line": 89,
"column": 22,
"index": 3991
},
"end": {
"line": 89,
"column": 29,
"index": 3998
},
"identifierName": "_loc13_"
},
"name": "_loc13_"
},
"init": {
"type": "CallExpression",
"start": 4001,
"end": 4027,
"loc": {
"start": {
"line": 89,
"column": 32,
"index": 4001
},
"end": {
"line": 89,
"column": 58,
"index": 4027
}
},
"callee": {
"type": "MemberExpression",
"start": 4001,
"end": 4022,
"loc": {
"start": {
"line": 89,
"column": 32,
"index": 4001
},
"end": {
"line": 89,
"column": 53,
"index": 4022
}
},
"object": {
"type": "CallExpression",
"start": 4001,
"end": 4016,
"loc": {
"start": {
"line": 89,
"column": 32,
"index": 4001
},
"end": {
"line": 89,
"column": 47,
"index": 4016
}
},
"callee": {
"type": "MemberExpression",
"start": 4001,
"end": 4013,
"loc": {
"start": {
"line": 89,
"column": 32,
"index": 4001
},
"end": {
"line": 89,
"column": 44,
"index": 4013
}
},
"object": {
"type": "Identifier",
"start": 4001,
"end": 4006,
"loc": {
"start": {
"line": 89,
"column": 32,
"index": 4001
},
"end": {
"line": 89,
"column": 37,
"index": 4006
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4007,
"end": 4013,
"loc": {
"start": {
"line": 89,
"column": 38,
"index": 4007
},
"end": {
"line": 89,
"column": 44,
"index": 4013
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 4014,
"end": 4015,
"loc": {
"start": {
"line": 89,
"column": 45,
"index": 4014
},
"end": {
"line": 89,
"column": 46,
"index": 4015
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
]
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4017,
"end": 4022,
"loc": {
"start": {
"line": 89,
"column": 48,
"index": 4017
},
"end": {
"line": 89,
"column": 53,
"index": 4022
},
"identifierName": "split"
},
"name": "split"
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 4023,
"end": 4026,
"loc": {
"start": {
"line": 89,
"column": 54,
"index": 4023
},
"end": {
"line": 89,
"column": 57,
"index": 4026
}
},
"extra": {
"rawValue": "|",
"raw": "\"|\""
},
"value": "|"
}
]
}
}
],
"kind": "var"
},
{
"type": "VariableDeclaration",
"start": 4047,
"end": 4080,
"loc": {
"start": {
"line": 90,
"column": 18,
"index": 4047
},
"end": {
"line": 90,
"column": 51,
"index": 4080
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4051,
"end": 4079,
"loc": {
"start": {
"line": 90,
"column": 22,
"index": 4051
},
"end": {
"line": 90,
"column": 50,
"index": 4079
}
},
"id": {
"type": "Identifier",
"start": 4051,
"end": 4058,
"loc": {
"start": {
"line": 90,
"column": 22,
"index": 4051
},
"end": {
"line": 90,
"column": 29,
"index": 4058
},
"identifierName": "_loc14_"
},
"name": "_loc14_"
},
"init": {
"type": "CallExpression",
"start": 4061,
"end": 4079,
"loc": {
"start": {
"line": 90,
"column": 32,
"index": 4061
},
"end": {
"line": 90,
"column": 50,
"index": 4079
}
},
"callee": {
"type": "Identifier",
"start": 4061,
"end": 4067,
"loc": {
"start": {
"line": 90,
"column": 32,
"index": 4061
},
"end": {
"line": 90,
"column": 38,
"index": 4067
},
"identifierName": "Number"
},
"name": "Number"
},
"arguments": [
{
"type": "MemberExpression",
"start": 4068,
"end": 4078,
"loc": {
"start": {
"line": 90,
"column": 39,
"index": 4068
},
"end": {
"line": 90,
"column": 49,
"index": 4078
}
},
"object": {
"type": "Identifier",
"start": 4068,
"end": 4075,
"loc": {
"start": {
"line": 90,
"column": 39,
"index": 4068
},
"end": {
"line": 90,
"column": 46,
"index": 4075
},
"identifierName": "_loc13_"
},
"name": "_loc13_"
},
"computed": true,
"property": {
"type": "NumericLiteral",
"start": 4076,
"end": 4077,
"loc": {
"start": {
"line": 90,
"column": 47,
"index": 4076
},
"end": {
"line": 90,
"column": 48,
"index": 4077
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
]
}
}
],
"kind": "var"
},
{
"type": "ExpressionStatement",
"start": 4099,
"end": 4180,
"loc": {
"start": {
"line": 91,
"column": 18,
"index": 4099
},
"end": {
"line": 91,
"column": 99,
"index": 4180
}
},
"expression": {
"type": "CallExpression",
"start": 4099,
"end": 4179,
"loc": {
"start": {
"line": 91,
"column": 18,
"index": 4099
},
"end": {
"line": 91,
"column": 98,
"index": 4179
}
},
"callee": {
"type": "MemberExpression",
"start": 4099,
"end": 4126,
"loc": {
"start": {
"line": 91,
"column": 18,
"index": 4099
},
"end": {
"line": 91,
"column": 45,
"index": 4126
}
},
"object": {
"type": "MemberExpression",
"start": 4099,
"end": 4110,
"loc": {
"start": {
"line": 91,
"column": 18,
"index": 4099
},
"end": {
"line": 91,
"column": 29,
"index": 4110
}
},
"object": {
"type": "MemberExpression",
"start": 4099,
"end": 4107,
"loc": {
"start": {
"line": 91,
"column": 18,
"index": 4099
},
"end": {
"line": 91,
"column": 26,
"index": 4107
}
},
"object": {
"type": "ThisExpression",
"start": 4099,
"end": 4103,
"loc": {
"start": {
"line": 91,
"column": 18,
"index": 4099
},
"end": {
"line": 91,
"column": 22,
"index": 4103
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4104,
"end": 4107,
"loc": {
"start": {
"line": 91,
"column": 23,
"index": 4104
},
"end": {
"line": 91,
"column": 26,
"index": 4107
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4108,
"end": 4110,
"loc": {
"start": {
"line": 91,
"column": 27,
"index": 4108
},
"end": {
"line": 91,
"column": 29,
"index": 4110
},
"identifierName": "ui"
},
"name": "ui"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4111,
"end": 4126,
"loc": {
"start": {
"line": 91,
"column": 30,
"index": 4111
},
"end": {
"line": 91,
"column": 45,
"index": 4126
},
"identifierName": "loadUIComponent"
},
"name": "loadUIComponent"
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 4127,
"end": 4142,
"loc": {
"start": {
"line": 91,
"column": 46,
"index": 4127
},
"end": {
"line": 91,
"column": 61,
"index": 4142
}
},
"extra": {
"rawValue": "MapCinematics",
"raw": "\"MapCinematics\""
},
"value": "MapCinematics"
},
{
"type": "StringLiteral",
"start": 4143,
"end": 4158,
"loc": {
"start": {
"line": 91,
"column": 62,
"index": 4143
},
"end": {
"line": 91,
"column": 77,
"index": 4158
}
},
"extra": {
"rawValue": "MapCinematics",
"raw": "\"MapCinematics\""
},
"value": "MapCinematics"
},
{
"type": "ObjectExpression",
"start": 4159,
"end": 4178,
"loc": {
"start": {
"line": 91,
"column": 78,
"index": 4159
},
"end": {
"line": 91,
"column": 97,
"index": 4178
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 4160,
"end": 4177,
"loc": {
"start": {
"line": 91,
"column": 79,
"index": 4160
},
"end": {
"line": 91,
"column": 96,
"index": 4177
}
},
"method": false,
"key": {
"type": "Identifier",
"start": 4160,
"end": 4169,
"loc": {
"start": {
"line": 91,
"column": 79,
"index": 4160
},
"end": {
"line": 91,
"column": 88,
"index": 4169
},
"identifierName": "artworkId"
},
"name": "artworkId"
},
"computed": false,
"shorthand": false,
"value": {
"type": "Identifier",
"start": 4170,
"end": 4177,
"loc": {
"start": {
"line": 91,
"column": 89,
"index": 4170
},
"end": {
"line": 91,
"column": 96,
"index": 4177
},
"identifierName": "_loc14_"
},
"name": "_loc14_"
}
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 4199,
"end": 4205,
"loc": {
"start": {
"line": 92,
"column": 18,
"index": 4199
},
"end": {
"line": 92,
"column": 24,
"index": 4205
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 3964,
"end": 3967,
"loc": {
"start": {
"line": 88,
"column": 20,
"index": 3964
},
"end": {
"line": 88,
"column": 23,
"index": 3967
}
},
"extra": {
"rawValue": "r",
"raw": "\"r\""
},
"value": "r"
}
},
{
"type": "SwitchCase",
"start": 4221,
"end": 4577,
"loc": {
"start": {
"line": 93,
"column": 15,
"index": 4221
},
"end": {
"line": 102,
"column": 24,
"index": 4577
}
},
"consequent": [
{
"type": "SwitchStatement",
"start": 4249,
"end": 4552,
"loc": {
"start": {
"line": 94,
"column": 18,
"index": 4249
},
"end": {
"line": 101,
"column": 19,
"index": 4552
}
},
"discriminant": {
"type": "CallExpression",
"start": 4256,
"end": 4271,
"loc": {
"start": {
"line": 94,
"column": 25,
"index": 4256
},
"end": {
"line": 94,
"column": 40,
"index": 4271
}
},
"callee": {
"type": "MemberExpression",
"start": 4256,
"end": 4268,
"loc": {
"start": {
"line": 94,
"column": 25,
"index": 4256
},
"end": {
"line": 94,
"column": 37,
"index": 4268
}
},
"object": {
"type": "Identifier",
"start": 4256,
"end": 4261,
"loc": {
"start": {
"line": 94,
"column": 25,
"index": 4256
},
"end": {
"line": 94,
"column": 30,
"index": 4261
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4262,
"end": 4268,
"loc": {
"start": {
"line": 94,
"column": 31,
"index": 4262
},
"end": {
"line": 94,
"column": 37,
"index": 4268
},
"identifierName": "charAt"
},
"name": "charAt"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 4269,
"end": 4270,
"loc": {
"start": {
"line": 94,
"column": 38,
"index": 4269
},
"end": {
"line": 94,
"column": 39,
"index": 4270
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
]
},
"cases": [
{
"type": "SwitchCase",
"start": 4314,
"end": 4425,
"loc": {
"start": {
"line": 96,
"column": 21,
"index": 4314
},
"end": {
"line": 98,
"column": 30,
"index": 4425
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 4348,
"end": 4394,
"loc": {
"start": {
"line": 97,
"column": 24,
"index": 4348
},
"end": {
"line": 97,
"column": 70,
"index": 4394
}
},
"expression": {
"type": "CallExpression",
"start": 4348,
"end": 4393,
"loc": {
"start": {
"line": 97,
"column": 24,
"index": 4348
},
"end": {
"line": 97,
"column": 69,
"index": 4393
}
},
"callee": {
"type": "MemberExpression",
"start": 4348,
"end": 4376,
"loc": {
"start": {
"line": 97,
"column": 24,
"index": 4348
},
"end": {
"line": 97,
"column": 52,
"index": 4376
}
},
"object": {
"type": "MemberExpression",
"start": 4348,
"end": 4369,
"loc": {
"start": {
"line": 97,
"column": 24,
"index": 4348
},
"end": {
"line": 97,
"column": 45,
"index": 4369
}
},
"object": {
"type": "MemberExpression",
"start": 4348,
"end": 4356,
"loc": {
"start": {
"line": 97,
"column": 24,
"index": 4348
},
"end": {
"line": 97,
"column": 32,
"index": 4356
}
},
"object": {
"type": "ThisExpression",
"start": 4348,
"end": 4352,
"loc": {
"start": {
"line": 97,
"column": 24,
"index": 4348
},
"end": {
"line": 97,
"column": 28,
"index": 4352
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4353,
"end": 4356,
"loc": {
"start": {
"line": 97,
"column": 29,
"index": 4353
},
"end": {
"line": 97,
"column": 32,
"index": 4356
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4357,
"end": 4369,
"loc": {
"start": {
"line": 97,
"column": 33,
"index": 4357
},
"end": {
"line": 97,
"column": 45,
"index": 4369
},
"identifierName": "Achievements"
},
"name": "Achievements"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4370,
"end": 4376,
"loc": {
"start": {
"line": 97,
"column": 46,
"index": 4370
},
"end": {
"line": 97,
"column": 52,
"index": 4376
},
"identifierName": "onList"
},
"name": "onList"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 4377,
"end": 4392,
"loc": {
"start": {
"line": 97,
"column": 53,
"index": 4377
},
"end": {
"line": 97,
"column": 68,
"index": 4392
}
},
"callee": {
"type": "MemberExpression",
"start": 4377,
"end": 4389,
"loc": {
"start": {
"line": 97,
"column": 53,
"index": 4377
},
"end": {
"line": 97,
"column": 65,
"index": 4389
}
},
"object": {
"type": "Identifier",
"start": 4377,
"end": 4382,
"loc": {
"start": {
"line": 97,
"column": 53,
"index": 4377
},
"end": {
"line": 97,
"column": 58,
"index": 4382
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4383,
"end": 4389,
"loc": {
"start": {
"line": 97,
"column": 59,
"index": 4383
},
"end": {
"line": 97,
"column": 65,
"index": 4389
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 4390,
"end": 4391,
"loc": {
"start": {
"line": 97,
"column": 66,
"index": 4390
},
"end": {
"line": 97,
"column": 67,
"index": 4391
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 4419,
"end": 4425,
"loc": {
"start": {
"line": 98,
"column": 24,
"index": 4419
},
"end": {
"line": 98,
"column": 30,
"index": 4425
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 4319,
"end": 4322,
"loc": {
"start": {
"line": 96,
"column": 26,
"index": 4319
},
"end": {
"line": 96,
"column": 29,
"index": 4322
}
},
"extra": {
"rawValue": "L",
"raw": "\"L\""
},
"value": "L"
}
},
{
"type": "SwitchCase",
"start": 4447,
"end": 4532,
"loc": {
"start": {
"line": 99,
"column": 21,
"index": 4447
},
"end": {
"line": 100,
"column": 75,
"index": 4532
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 4481,
"end": 4532,
"loc": {
"start": {
"line": 100,
"column": 24,
"index": 4481
},
"end": {
"line": 100,
"column": 75,
"index": 4532
}
},
"expression": {
"type": "CallExpression",
"start": 4481,
"end": 4531,
"loc": {
"start": {
"line": 100,
"column": 24,
"index": 4481
},
"end": {
"line": 100,
"column": 74,
"index": 4531
}
},
"callee": {
"type": "MemberExpression",
"start": 4481,
"end": 4514,
"loc": {
"start": {
"line": 100,
"column": 24,
"index": 4481
},
"end": {
"line": 100,
"column": 57,
"index": 4514
}
},
"object": {
"type": "MemberExpression",
"start": 4481,
"end": 4497,
"loc": {
"start": {
"line": 100,
"column": 24,
"index": 4481
},
"end": {
"line": 100,
"column": 40,
"index": 4497
}
},
"object": {
"type": "MemberExpression",
"start": 4481,
"end": 4489,
"loc": {
"start": {
"line": 100,
"column": 24,
"index": 4481
},
"end": {
"line": 100,
"column": 32,
"index": 4489
}
},
"object": {
"type": "ThisExpression",
"start": 4481,
"end": 4485,
"loc": {
"start": {
"line": 100,
"column": 24,
"index": 4481
},
"end": {
"line": 100,
"column": 28,
"index": 4485
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4486,
"end": 4489,
"loc": {
"start": {
"line": 100,
"column": 29,
"index": 4486
},
"end": {
"line": 100,
"column": 32,
"index": 4489
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4490,
"end": 4497,
"loc": {
"start": {
"line": 100,
"column": 33,
"index": 4490
},
"end": {
"line": 100,
"column": 40,
"index": 4497
},
"identifierName": "Account"
},
"name": "Account"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4498,
"end": 4514,
"loc": {
"start": {
"line": 100,
"column": 41,
"index": 4498
},
"end": {
"line": 100,
"column": 57,
"index": 4514
},
"identifierName": "onNewAchievement"
},
"name": "onNewAchievement"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 4515,
"end": 4530,
"loc": {
"start": {
"line": 100,
"column": 58,
"index": 4515
},
"end": {
"line": 100,
"column": 73,
"index": 4530
}
},
"callee": {
"type": "MemberExpression",
"start": 4515,
"end": 4527,
"loc": {
"start": {
"line": 100,
"column": 58,
"index": 4515
},
"end": {
"line": 100,
"column": 70,
"index": 4527
}
},
"object": {
"type": "Identifier",
"start": 4515,
"end": 4520,
"loc": {
"start": {
"line": 100,
"column": 58,
"index": 4515
},
"end": {
"line": 100,
"column": 63,
"index": 4520
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4521,
"end": 4527,
"loc": {
"start": {
"line": 100,
"column": 64,
"index": 4521
},
"end": {
"line": 100,
"column": 70,
"index": 4527
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 4528,
"end": 4529,
"loc": {
"start": {
"line": 100,
"column": 71,
"index": 4528
},
"end": {
"line": 100,
"column": 72,
"index": 4529
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
}
],
"test": {
"type": "StringLiteral",
"start": 4452,
"end": 4455,
"loc": {
"start": {
"line": 99,
"column": 26,
"index": 4452
},
"end": {
"line": 99,
"column": 29,
"index": 4455
}
},
"extra": {
"rawValue": "N",
"raw": "\"N\""
},
"value": "N"
}
}
]
},
{
"type": "BreakStatement",
"start": 4571,
"end": 4577,
"loc": {
"start": {
"line": 102,
"column": 18,
"index": 4571
},
"end": {
"line": 102,
"column": 24,
"index": 4577
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 4226,
"end": 4229,
"loc": {
"start": {
"line": 93,
"column": 20,
"index": 4226
},
"end": {
"line": 93,
"column": 23,
"index": 4229
}
},
"extra": {
"rawValue": "A",
"raw": "\"A\""
},
"value": "A"
}
},
{
"type": "SwitchCase",
"start": 4593,
"end": 5105,
"loc": {
"start": {
"line": 103,
"column": 15,
"index": 4593
},
"end": {
"line": 113,
"column": 24,
"index": 5105
}
},
"consequent": [
{
"type": "SwitchStatement",
"start": 4621,
"end": 5080,
"loc": {
"start": {
"line": 104,
"column": 18,
"index": 4621
},
"end": {
"line": 112,
"column": 19,
"index": 5080
}
},
"discriminant": {
"type": "CallExpression",
"start": 4628,
"end": 4643,
"loc": {
"start": {
"line": 104,
"column": 25,
"index": 4628
},
"end": {
"line": 104,
"column": 40,
"index": 4643
}
},
"callee": {
"type": "MemberExpression",
"start": 4628,
"end": 4640,
"loc": {
"start": {
"line": 104,
"column": 25,
"index": 4628
},
"end": {
"line": 104,
"column": 37,
"index": 4640
}
},
"object": {
"type": "Identifier",
"start": 4628,
"end": 4633,
"loc": {
"start": {
"line": 104,
"column": 25,
"index": 4628
},
"end": {
"line": 104,
"column": 30,
"index": 4633
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4634,
"end": 4640,
"loc": {
"start": {
"line": 104,
"column": 31,
"index": 4634
},
"end": {
"line": 104,
"column": 37,
"index": 4640
},
"identifierName": "charAt"
},
"name": "charAt"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 4641,
"end": 4642,
"loc": {
"start": {
"line": 104,
"column": 38,
"index": 4641
},
"end": {
"line": 104,
"column": 39,
"index": 4642
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
]
},
"cases": [
{
"type": "SwitchCase",
"start": 4686,
"end": 4819,
"loc": {
"start": {
"line": 106,
"column": 21,
"index": 4686
},
"end": {
"line": 108,
"column": 30,
"index": 4819
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 4720,
"end": 4788,
"loc": {
"start": {
"line": 107,
"column": 24,
"index": 4720
},
"end": {
"line": 107,
"column": 92,
"index": 4788
}
},
"expression": {
"type": "CallExpression",
"start": 4720,
"end": 4787,
"loc": {
"start": {
"line": 107,
"column": 24,
"index": 4720
},
"end": {
"line": 107,
"column": 91,
"index": 4787
}
},
"callee": {
"type": "MemberExpression",
"start": 4720,
"end": 4770,
"loc": {
"start": {
"line": 107,
"column": 24,
"index": 4720
},
"end": {
"line": 107,
"column": 74,
"index": 4770
}
},
"object": {
"type": "CallExpression",
"start": 4720,
"end": 4758,
"loc": {
"start": {
"line": 107,
"column": 24,
"index": 4720
},
"end": {
"line": 107,
"column": 62,
"index": 4758
}
},
"callee": {
"type": "MemberExpression",
"start": 4720,
"end": 4746,
"loc": {
"start": {
"line": 107,
"column": 24,
"index": 4720
},
"end": {
"line": 107,
"column": 50,
"index": 4746
}
},
"object": {
"type": "MemberExpression",
"start": 4720,
"end": 4731,
"loc": {
"start": {
"line": 107,
"column": 24,
"index": 4720
},
"end": {
"line": 107,
"column": 35,
"index": 4731
}
},
"object": {
"type": "MemberExpression",
"start": 4720,
"end": 4728,
"loc": {
"start": {
"line": 107,
"column": 24,
"index": 4720
},
"end": {
"line": 107,
"column": 32,
"index": 4728
}
},
"object": {
"type": "ThisExpression",
"start": 4720,
"end": 4724,
"loc": {
"start": {
"line": 107,
"column": 24,
"index": 4720
},
"end": {
"line": 107,
"column": 28,
"index": 4724
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4725,
"end": 4728,
"loc": {
"start": {
"line": 107,
"column": 29,
"index": 4725
},
"end": {
"line": 107,
"column": 32,
"index": 4728
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4729,
"end": 4731,
"loc": {
"start": {
"line": 107,
"column": 33,
"index": 4729
},
"end": {
"line": 107,
"column": 35,
"index": 4731
},
"identifierName": "ui"
},
"name": "ui"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4732,
"end": 4746,
"loc": {
"start": {
"line": 107,
"column": 36,
"index": 4732
},
"end": {
"line": 107,
"column": 50,
"index": 4746
},
"identifierName": "getUIComponent"
},
"name": "getUIComponent"
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 4747,
"end": 4757,
"loc": {
"start": {
"line": 107,
"column": 51,
"index": 4747
},
"end": {
"line": 107,
"column": 61,
"index": 4757
}
},
"extra": {
"rawValue": "StatsJob",
"raw": "\"StatsJob\""
},
"value": "StatsJob"
}
]
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4759,
"end": 4770,
"loc": {
"start": {
"line": 107,
"column": 63,
"index": 4759
},
"end": {
"line": 107,
"column": 74,
"index": 4770
},
"identifierName": "onTitleList"
},
"name": "onTitleList"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 4771,
"end": 4786,
"loc": {
"start": {
"line": 107,
"column": 75,
"index": 4771
},
"end": {
"line": 107,
"column": 90,
"index": 4786
}
},
"callee": {
"type": "MemberExpression",
"start": 4771,
"end": 4783,
"loc": {
"start": {
"line": 107,
"column": 75,
"index": 4771
},
"end": {
"line": 107,
"column": 87,
"index": 4783
}
},
"object": {
"type": "Identifier",
"start": 4771,
"end": 4776,
"loc": {
"start": {
"line": 107,
"column": 75,
"index": 4771
},
"end": {
"line": 107,
"column": 80,
"index": 4776
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4777,
"end": 4783,
"loc": {
"start": {
"line": 107,
"column": 81,
"index": 4777
},
"end": {
"line": 107,
"column": 87,
"index": 4783
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 4784,
"end": 4785,
"loc": {
"start": {
"line": 107,
"column": 88,
"index": 4784
},
"end": {
"line": 107,
"column": 89,
"index": 4785
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 4813,
"end": 4819,
"loc": {
"start": {
"line": 108,
"column": 24,
"index": 4813
},
"end": {
"line": 108,
"column": 30,
"index": 4819
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 4691,
"end": 4694,
"loc": {
"start": {
"line": 106,
"column": 26,
"index": 4691
},
"end": {
"line": 106,
"column": 29,
"index": 4694
}
},
"extra": {
"rawValue": "L",
"raw": "\"L\""
},
"value": "L"
}
},
{
"type": "SwitchCase",
"start": 4841,
"end": 5060,
"loc": {
"start": {
"line": 109,
"column": 21,
"index": 4841
},
"end": {
"line": 111,
"column": 146,
"index": 5060
}
},
"consequent": [
{
"type": "VariableDeclaration",
"start": 4875,
"end": 4913,
"loc": {
"start": {
"line": 110,
"column": 24,
"index": 4875
},
"end": {
"line": 110,
"column": 62,
"index": 4913
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4879,
"end": 4912,
"loc": {
"start": {
"line": 110,
"column": 28,
"index": 4879
},
"end": {
"line": 110,
"column": 61,
"index": 4912
}
},
"id": {
"type": "Identifier",
"start": 4879,
"end": 4886,
"loc": {
"start": {
"line": 110,
"column": 28,
"index": 4879
},
"end": {
"line": 110,
"column": 35,
"index": 4886
},
"identifierName": "_loc15_"
},
"name": "_loc15_"
},
"init": {
"type": "CallExpression",
"start": 4889,
"end": 4912,
"loc": {
"start": {
"line": 110,
"column": 38,
"index": 4889
},
"end": {
"line": 110,
"column": 61,
"index": 4912
}
},
"callee": {
"type": "Identifier",
"start": 4889,
"end": 4895,
"loc": {
"start": {
"line": 110,
"column": 38,
"index": 4889
},
"end": {
"line": 110,
"column": 44,
"index": 4895
},
"identifierName": "Number"
},
"name": "Number"
},
"arguments": [
{
"type": "CallExpression",
"start": 4896,
"end": 4911,
"loc": {
"start": {
"line": 110,
"column": 45,
"index": 4896
},
"end": {
"line": 110,
"column": 60,
"index": 4911
}
},
"callee": {
"type": "MemberExpression",
"start": 4896,
"end": 4908,
"loc": {
"start": {
"line": 110,
"column": 45,
"index": 4896
},
"end": {
"line": 110,
"column": 57,
"index": 4908
}
},
"object": {
"type": "Identifier",
"start": 4896,
"end": 4901,
"loc": {
"start": {
"line": 110,
"column": 45,
"index": 4896
},
"end": {
"line": 110,
"column": 50,
"index": 4901
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4902,
"end": 4908,
"loc": {
"start": {
"line": 110,
"column": 51,
"index": 4902
},
"end": {
"line": 110,
"column": 57,
"index": 4908
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 4909,
"end": 4910,
"loc": {
"start": {
"line": 110,
"column": 58,
"index": 4909
},
"end": {
"line": 110,
"column": 59,
"index": 4910
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
}
],
"kind": "var"
},
{
"type": "ExpressionStatement",
"start": 4938,
"end": 5060,
"loc": {
"start": {
"line": 111,
"column": 24,
"index": 4938
},
"end": {
"line": 111,
"column": 146,
"index": 5060
}
},
"expression": {
"type": "CallExpression",
"start": 4938,
"end": 5059,
"loc": {
"start": {
"line": 111,
"column": 24,
"index": 4938
},
"end": {
"line": 111,
"column": 145,
"index": 5059
}
},
"callee": {
"type": "MemberExpression",
"start": 4938,
"end": 4965,
"loc": {
"start": {
"line": 111,
"column": 24,
"index": 4938
},
"end": {
"line": 111,
"column": 51,
"index": 4965
}
},
"object": {
"type": "MemberExpression",
"start": 4938,
"end": 4953,
"loc": {
"start": {
"line": 111,
"column": 24,
"index": 4938
},
"end": {
"line": 111,
"column": 39,
"index": 4953
}
},
"object": {
"type": "MemberExpression",
"start": 4938,
"end": 4946,
"loc": {
"start": {
"line": 111,
"column": 24,
"index": 4938
},
"end": {
"line": 111,
"column": 32,
"index": 4946
}
},
"object": {
"type": "ThisExpression",
"start": 4938,
"end": 4942,
"loc": {
"start": {
"line": 111,
"column": 24,
"index": 4938
},
"end": {
"line": 111,
"column": 28,
"index": 4942
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4943,
"end": 4946,
"loc": {
"start": {
"line": 111,
"column": 29,
"index": 4943
},
"end": {
"line": 111,
"column": 32,
"index": 4946
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4947,
"end": 4953,
"loc": {
"start": {
"line": 111,
"column": 33,
"index": 4947
},
"end": {
"line": 111,
"column": 39,
"index": 4953
},
"identifierName": "kernel"
},
"name": "kernel"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4954,
"end": 4965,
"loc": {
"start": {
"line": 111,
"column": 40,
"index": 4954
},
"end": {
"line": 111,
"column": 51,
"index": 4965
},
"identifierName": "showMessage"
},
"name": "showMessage"
}
},
"arguments": [
{
"type": "Identifier",
"start": 4966,
"end": 4975,
"loc": {
"start": {
"line": 111,
"column": 52,
"index": 4966
},
"end": {
"line": 111,
"column": 61,
"index": 4975
},
"identifierName": "undefined"
},
"name": "undefined"
},
{
"type": "CallExpression",
"start": 4976,
"end": 5046,
"loc": {
"start": {
"line": 111,
"column": 62,
"index": 4976
},
"end": {
"line": 111,
"column": 132,
"index": 5046
}
},
"callee": {
"type": "MemberExpression",
"start": 4976,
"end": 4997,
"loc": {
"start": {
"line": 111,
"column": 62,
"index": 4976
},
"end": {
"line": 111,
"column": 83,
"index": 4997
}
},
"object": {
"type": "MemberExpression",
"start": 4976,
"end": 4989,
"loc": {
"start": {
"line": 111,
"column": 62,
"index": 4976
},
"end": {
"line": 111,
"column": 75,
"index": 4989
}
},
"object": {
"type": "MemberExpression",
"start": 4976,
"end": 4984,
"loc": {
"start": {
"line": 111,
"column": 62,
"index": 4976
},
"end": {
"line": 111,
"column": 70,
"index": 4984
}
},
"object": {
"type": "ThisExpression",
"start": 4976,
"end": 4980,
"loc": {
"start": {
"line": 111,
"column": 62,
"index": 4976
},
"end": {
"line": 111,
"column": 66,
"index": 4980
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4981,
"end": 4984,
"loc": {
"start": {
"line": 111,
"column": 67,
"index": 4981
},
"end": {
"line": 111,
"column": 70,
"index": 4984
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4985,
"end": 4989,
"loc": {
"start": {
"line": 111,
"column": 71,
"index": 4985
},
"end": {
"line": 111,
"column": 75,
"index": 4989
},
"identifierName": "lang"
},
"name": "lang"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 4990,
"end": 4997,
"loc": {
"start": {
"line": 111,
"column": 76,
"index": 4990
},
"end": {
"line": 111,
"column": 83,
"index": 4997
},
"identifierName": "getText"
},
"name": "getText"
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 4998,
"end": 5009,
"loc": {
"start": {
"line": 111,
"column": 84,
"index": 4998
},
"end": {
"line": 111,
"column": 95,
"index": 5009
}
},
"extra": {
"rawValue": "NEW_TITLE",
"raw": "\"NEW_TITLE\""
},
"value": "NEW_TITLE"
},
{
"type": "ArrayExpression",
"start": 5010,
"end": 5045,
"loc": {
"start": {
"line": 111,
"column": 96,
"index": 5010
},
"end": {
"line": 111,
"column": 131,
"index": 5045
}
},
"elements": [
{
"type": "MemberExpression",
"start": 5011,
"end": 5044,
"loc": {
"start": {
"line": 111,
"column": 97,
"index": 5011
},
"end": {
"line": 111,
"column": 130,
"index": 5044
}
},
"object": {
"type": "CallExpression",
"start": 5011,
"end": 5042,
"loc": {
"start": {
"line": 111,
"column": 97,
"index": 5011
},
"end": {
"line": 111,
"column": 128,
"index": 5042
}
},
"callee": {
"type": "MemberExpression",
"start": 5011,
"end": 5033,
"loc": {
"start": {
"line": 111,
"column": 97,
"index": 5011
},
"end": {
"line": 111,
"column": 119,
"index": 5033
}
},
"object": {
"type": "MemberExpression",
"start": 5011,
"end": 5024,
"loc": {
"start": {
"line": 111,
"column": 97,
"index": 5011
},
"end": {
"line": 111,
"column": 110,
"index": 5024
}
},
"object": {
"type": "MemberExpression",
"start": 5011,
"end": 5019,
"loc": {
"start": {
"line": 111,
"column": 97,
"index": 5011
},
"end": {
"line": 111,
"column": 105,
"index": 5019
}
},
"object": {
"type": "ThisExpression",
"start": 5011,
"end": 5015,
"loc": {
"start": {
"line": 111,
"column": 97,
"index": 5011
},
"end": {
"line": 111,
"column": 101,
"index": 5015
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5016,
"end": 5019,
"loc": {
"start": {
"line": 111,
"column": 102,
"index": 5016
},
"end": {
"line": 111,
"column": 105,
"index": 5019
},
"identifierName": "api"
},
"name": "api"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5020,
"end": 5024,
"loc": {
"start": {
"line": 111,
"column": 106,
"index": 5020
},
"end": {
"line": 111,
"column": 110,
"index": 5024
},
"identifierName": "lang"
},
"name": "lang"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5025,
"end": 5033,
"loc": {
"start": {
"line": 111,
"column": 111,
"index": 5025
},
"end": {
"line": 111,
"column": 119,
"index": 5033
},
"identifierName": "getTitle"
},
"name": "getTitle"
}
},
"arguments": [
{
"type": "Identifier",
"start": 5034,
"end": 5041,
"loc": {
"start": {
"line": 111,
"column": 120,
"index": 5034
},
"end": {
"line": 111,
"column": 127,
"index": 5041
},
"identifierName": "_loc15_"
},
"name": "_loc15_"
}
]
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5043,
"end": 5044,
"loc": {
"start": {
"line": 111,
"column": 129,
"index": 5043
},
"end": {
"line": 111,
"column": 130,
"index": 5044
},
"identifierName": "t"
},
"name": "t"
}
}
]
}
]
},
{
"type": "StringLiteral",
"start": 5047,
"end": 5058,
"loc": {
"start": {
"line": 111,
"column": 133,
"index": 5047
},
"end": {
"line": 111,
"column": 144,
"index": 5058
}
},
"extra": {
"rawValue": "INFO_CHAT",
"raw": "\"INFO_CHAT\""
},
"value": "INFO_CHAT"
}
]
}
}
],
"test": {
"type": "StringLiteral",
"start": 4846,
"end": 4849,
"loc": {
"start": {
"line": 109,
"column": 26,
"index": 4846
},
"end": {
"line": 109,
"column": 29,
"index": 4849
}
},
"extra": {
"rawValue": "A",
"raw": "\"A\""
},
"value": "A"
}
}
]
},
{
"type": "BreakStatement",
"start": 5099,
"end": 5105,
"loc": {
"start": {
"line": 113,
"column": 18,
"index": 5099
},
"end": {
"line": 113,
"column": 24,
"index": 5105
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 4598,
"end": 4601,
"loc": {
"start": {
"line": 103,
"column": 20,
"index": 4598
},
"end": {
"line": 103,
"column": 23,
"index": 4601
}
},
"extra": {
"rawValue": "T",
"raw": "\"T\""
},
"value": "T"
}
},
{
"type": "SwitchCase",
"start": 5121,
"end": 5823,
"loc": {
"start": {
"line": 114,
"column": 15,
"index": 5121
},
"end": {
"line": 132,
"column": 24,
"index": 5823
}
},
"consequent": [
{
"type": "SwitchStatement",
"start": 5149,
"end": 5798,
"loc": {
"start": {
"line": 115,
"column": 18,
"index": 5149
},
"end": {
"line": 131,
"column": 19,
"index": 5798
}
},
"discriminant": {
"type": "CallExpression",
"start": 5156,
"end": 5171,
"loc": {
"start": {
"line": 115,
"column": 25,
"index": 5156
},
"end": {
"line": 115,
"column": 40,
"index": 5171
}
},
"callee": {
"type": "MemberExpression",
"start": 5156,
"end": 5168,
"loc": {
"start": {
"line": 115,
"column": 25,
"index": 5156
},
"end": {
"line": 115,
"column": 37,
"index": 5168
}
},
"object": {
"type": "Identifier",
"start": 5156,
"end": 5161,
"loc": {
"start": {
"line": 115,
"column": 25,
"index": 5156
},
"end": {
"line": 115,
"column": 30,
"index": 5161
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5162,
"end": 5168,
"loc": {
"start": {
"line": 115,
"column": 31,
"index": 5162
},
"end": {
"line": 115,
"column": 37,
"index": 5168
},
"identifierName": "charAt"
},
"name": "charAt"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 5169,
"end": 5170,
"loc": {
"start": {
"line": 115,
"column": 38,
"index": 5169
},
"end": {
"line": 115,
"column": 39,
"index": 5170
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
]
},
"cases": [
{
"type": "SwitchCase",
"start": 5214,
"end": 5322,
"loc": {
"start": {
"line": 117,
"column": 21,
"index": 5214
},
"end": {
"line": 119,
"column": 30,
"index": 5322
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 5248,
"end": 5291,
"loc": {
"start": {
"line": 118,
"column": 24,
"index": 5248
},
"end": {
"line": 118,
"column": 67,
"index": 5291
}
},
"expression": {
"type": "CallExpression",
"start": 5248,
"end": 5290,
"loc": {
"start": {
"line": 118,
"column": 24,
"index": 5248
},
"end": {
"line": 118,
"column": 66,
"index": 5290
}
},
"callee": {
"type": "MemberExpression",
"start": 5248,
"end": 5273,
"loc": {
"start": {
"line": 118,
"column": 24,
"index": 5248
},
"end": {
"line": 118,
"column": 49,
"index": 5273
}
},
"object": {
"type": "MemberExpression",
"start": 5248,
"end": 5263,
"loc": {
"start": {
"line": 118,
"column": 24,
"index": 5248
},
"end": {
"line": 118,
"column": 39,
"index": 5263
}
},
"object": {
"type": "MemberExpression",
"start": 5248,
"end": 5256,
"loc": {
"start": {
"line": 118,
"column": 24,
"index": 5248
},
"end": {
"line": 118,
"column": 32,
"index": 5256
}
},
"object": {
"type": "ThisExpression",
"start": 5248,
"end": 5252,
"loc": {
"start": {
"line": 118,
"column": 24,
"index": 5248
},
"end": {
"line": 118,
"column": 28,
"index": 5252
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5253,
"end": 5256,
"loc": {
"start": {
"line": 118,
"column": 29,
"index": 5253
},
"end": {
"line": 118,
"column": 32,
"index": 5256
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5257,
"end": 5263,
"loc": {
"start": {
"line": 118,
"column": 33,
"index": 5257
},
"end": {
"line": 118,
"column": 39,
"index": 5263
},
"identifierName": "Ladder"
},
"name": "Ladder"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5264,
"end": 5273,
"loc": {
"start": {
"line": 118,
"column": 40,
"index": 5264
},
"end": {
"line": 118,
"column": 49,
"index": 5273
},
"identifierName": "onGetInfo"
},
"name": "onGetInfo"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 5274,
"end": 5289,
"loc": {
"start": {
"line": 118,
"column": 50,
"index": 5274
},
"end": {
"line": 118,
"column": 65,
"index": 5289
}
},
"callee": {
"type": "MemberExpression",
"start": 5274,
"end": 5286,
"loc": {
"start": {
"line": 118,
"column": 50,
"index": 5274
},
"end": {
"line": 118,
"column": 62,
"index": 5286
}
},
"object": {
"type": "Identifier",
"start": 5274,
"end": 5279,
"loc": {
"start": {
"line": 118,
"column": 50,
"index": 5274
},
"end": {
"line": 118,
"column": 55,
"index": 5279
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5280,
"end": 5286,
"loc": {
"start": {
"line": 118,
"column": 56,
"index": 5280
},
"end": {
"line": 118,
"column": 62,
"index": 5286
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 5287,
"end": 5288,
"loc": {
"start": {
"line": 118,
"column": 63,
"index": 5287
},
"end": {
"line": 118,
"column": 64,
"index": 5288
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 5316,
"end": 5322,
"loc": {
"start": {
"line": 119,
"column": 24,
"index": 5316
},
"end": {
"line": 119,
"column": 30,
"index": 5322
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 5219,
"end": 5222,
"loc": {
"start": {
"line": 117,
"column": 26,
"index": 5219
},
"end": {
"line": 117,
"column": 29,
"index": 5222
}
},
"extra": {
"rawValue": "i",
"raw": "\"i\""
},
"value": "i"
}
},
{
"type": "SwitchCase",
"start": 5344,
"end": 5453,
"loc": {
"start": {
"line": 120,
"column": 21,
"index": 5344
},
"end": {
"line": 122,
"column": 30,
"index": 5453
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 5378,
"end": 5422,
"loc": {
"start": {
"line": 121,
"column": 24,
"index": 5378
},
"end": {
"line": 121,
"column": 68,
"index": 5422
}
},
"expression": {
"type": "CallExpression",
"start": 5378,
"end": 5421,
"loc": {
"start": {
"line": 121,
"column": 24,
"index": 5378
},
"end": {
"line": 121,
"column": 67,
"index": 5421
}
},
"callee": {
"type": "MemberExpression",
"start": 5378,
"end": 5404,
"loc": {
"start": {
"line": 121,
"column": 24,
"index": 5378
},
"end": {
"line": 121,
"column": 50,
"index": 5404
}
},
"object": {
"type": "MemberExpression",
"start": 5378,
"end": 5393,
"loc": {
"start": {
"line": 121,
"column": 24,
"index": 5378
},
"end": {
"line": 121,
"column": 39,
"index": 5393
}
},
"object": {
"type": "MemberExpression",
"start": 5378,
"end": 5386,
"loc": {
"start": {
"line": 121,
"column": 24,
"index": 5378
},
"end": {
"line": 121,
"column": 32,
"index": 5386
}
},
"object": {
"type": "ThisExpression",
"start": 5378,
"end": 5382,
"loc": {
"start": {
"line": 121,
"column": 24,
"index": 5378
},
"end": {
"line": 121,
"column": 28,
"index": 5382
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5383,
"end": 5386,
"loc": {
"start": {
"line": 121,
"column": 29,
"index": 5383
},
"end": {
"line": 121,
"column": 32,
"index": 5386
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5387,
"end": 5393,
"loc": {
"start": {
"line": 121,
"column": 33,
"index": 5387
},
"end": {
"line": 121,
"column": 39,
"index": 5393
},
"identifierName": "Ladder"
},
"name": "Ladder"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5394,
"end": 5404,
"loc": {
"start": {
"line": 121,
"column": 40,
"index": 5394
},
"end": {
"line": 121,
"column": 50,
"index": 5404
},
"identifierName": "onInitList"
},
"name": "onInitList"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 5405,
"end": 5420,
"loc": {
"start": {
"line": 121,
"column": 51,
"index": 5405
},
"end": {
"line": 121,
"column": 66,
"index": 5420
}
},
"callee": {
"type": "MemberExpression",
"start": 5405,
"end": 5417,
"loc": {
"start": {
"line": 121,
"column": 51,
"index": 5405
},
"end": {
"line": 121,
"column": 63,
"index": 5417
}
},
"object": {
"type": "Identifier",
"start": 5405,
"end": 5410,
"loc": {
"start": {
"line": 121,
"column": 51,
"index": 5405
},
"end": {
"line": 121,
"column": 56,
"index": 5410
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5411,
"end": 5417,
"loc": {
"start": {
"line": 121,
"column": 57,
"index": 5411
},
"end": {
"line": 121,
"column": 63,
"index": 5417
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 5418,
"end": 5419,
"loc": {
"start": {
"line": 121,
"column": 64,
"index": 5418
},
"end": {
"line": 121,
"column": 65,
"index": 5419
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 5447,
"end": 5453,
"loc": {
"start": {
"line": 122,
"column": 24,
"index": 5447
},
"end": {
"line": 122,
"column": 30,
"index": 5453
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 5349,
"end": 5352,
"loc": {
"start": {
"line": 120,
"column": 26,
"index": 5349
},
"end": {
"line": 120,
"column": 29,
"index": 5352
}
},
"extra": {
"rawValue": "l",
"raw": "\"l\""
},
"value": "l"
}
},
{
"type": "SwitchCase",
"start": 5475,
"end": 5583,
"loc": {
"start": {
"line": 123,
"column": 21,
"index": 5475
},
"end": {
"line": 125,
"column": 30,
"index": 5583
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 5509,
"end": 5552,
"loc": {
"start": {
"line": 124,
"column": 24,
"index": 5509
},
"end": {
"line": 124,
"column": 67,
"index": 5552
}
},
"expression": {
"type": "CallExpression",
"start": 5509,
"end": 5551,
"loc": {
"start": {
"line": 124,
"column": 24,
"index": 5509
},
"end": {
"line": 124,
"column": 66,
"index": 5551
}
},
"callee": {
"type": "MemberExpression",
"start": 5509,
"end": 5534,
"loc": {
"start": {
"line": 124,
"column": 24,
"index": 5509
},
"end": {
"line": 124,
"column": 49,
"index": 5534
}
},
"object": {
"type": "MemberExpression",
"start": 5509,
"end": 5524,
"loc": {
"start": {
"line": 124,
"column": 24,
"index": 5509
},
"end": {
"line": 124,
"column": 39,
"index": 5524
}
},
"object": {
"type": "MemberExpression",
"start": 5509,
"end": 5517,
"loc": {
"start": {
"line": 124,
"column": 24,
"index": 5509
},
"end": {
"line": 124,
"column": 32,
"index": 5517
}
},
"object": {
"type": "ThisExpression",
"start": 5509,
"end": 5513,
"loc": {
"start": {
"line": 124,
"column": 24,
"index": 5509
},
"end": {
"line": 124,
"column": 28,
"index": 5513
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5514,
"end": 5517,
"loc": {
"start": {
"line": 124,
"column": 29,
"index": 5514
},
"end": {
"line": 124,
"column": 32,
"index": 5517
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5518,
"end": 5524,
"loc": {
"start": {
"line": 124,
"column": 33,
"index": 5518
},
"end": {
"line": 124,
"column": 39,
"index": 5524
},
"identifierName": "Ladder"
},
"name": "Ladder"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5525,
"end": 5534,
"loc": {
"start": {
"line": 124,
"column": 40,
"index": 5525
},
"end": {
"line": 124,
"column": 49,
"index": 5534
},
"identifierName": "onGetList"
},
"name": "onGetList"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 5535,
"end": 5550,
"loc": {
"start": {
"line": 124,
"column": 50,
"index": 5535
},
"end": {
"line": 124,
"column": 65,
"index": 5550
}
},
"callee": {
"type": "MemberExpression",
"start": 5535,
"end": 5547,
"loc": {
"start": {
"line": 124,
"column": 50,
"index": 5535
},
"end": {
"line": 124,
"column": 62,
"index": 5547
}
},
"object": {
"type": "Identifier",
"start": 5535,
"end": 5540,
"loc": {
"start": {
"line": 124,
"column": 50,
"index": 5535
},
"end": {
"line": 124,
"column": 55,
"index": 5540
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5541,
"end": 5547,
"loc": {
"start": {
"line": 124,
"column": 56,
"index": 5541
},
"end": {
"line": 124,
"column": 62,
"index": 5547
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 5548,
"end": 5549,
"loc": {
"start": {
"line": 124,
"column": 63,
"index": 5548
},
"end": {
"line": 124,
"column": 64,
"index": 5549
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 5577,
"end": 5583,
"loc": {
"start": {
"line": 125,
"column": 24,
"index": 5577
},
"end": {
"line": 125,
"column": 30,
"index": 5583
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 5480,
"end": 5483,
"loc": {
"start": {
"line": 123,
"column": 26,
"index": 5480
},
"end": {
"line": 123,
"column": 29,
"index": 5483
}
},
"extra": {
"rawValue": "p",
"raw": "\"p\""
},
"value": "p"
}
},
{
"type": "SwitchCase",
"start": 5605,
"end": 5696,
"loc": {
"start": {
"line": 126,
"column": 21,
"index": 5605
},
"end": {
"line": 128,
"column": 30,
"index": 5696
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 5639,
"end": 5665,
"loc": {
"start": {
"line": 127,
"column": 24,
"index": 5639
},
"end": {
"line": 127,
"column": 50,
"index": 5665
}
},
"expression": {
"type": "CallExpression",
"start": 5639,
"end": 5664,
"loc": {
"start": {
"line": 127,
"column": 24,
"index": 5639
},
"end": {
"line": 127,
"column": 49,
"index": 5664
}
},
"callee": {
"type": "MemberExpression",
"start": 5639,
"end": 5662,
"loc": {
"start": {
"line": 127,
"column": 24,
"index": 5639
},
"end": {
"line": 127,
"column": 47,
"index": 5662
}
},
"object": {
"type": "MemberExpression",
"start": 5639,
"end": 5654,
"loc": {
"start": {
"line": 127,
"column": 24,
"index": 5639
},
"end": {
"line": 127,
"column": 39,
"index": 5654
}
},
"object": {
"type": "MemberExpression",
"start": 5639,
"end": 5647,
"loc": {
"start": {
"line": 127,
"column": 24,
"index": 5639
},
"end": {
"line": 127,
"column": 32,
"index": 5647
}
},
"object": {
"type": "ThisExpression",
"start": 5639,
"end": 5643,
"loc": {
"start": {
"line": 127,
"column": 24,
"index": 5639
},
"end": {
"line": 127,
"column": 28,
"index": 5643
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5644,
"end": 5647,
"loc": {
"start": {
"line": 127,
"column": 29,
"index": 5644
},
"end": {
"line": 127,
"column": 32,
"index": 5647
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5648,
"end": 5654,
"loc": {
"start": {
"line": 127,
"column": 33,
"index": 5648
},
"end": {
"line": 127,
"column": 39,
"index": 5654
},
"identifierName": "Ladder"
},
"name": "Ladder"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5655,
"end": 5662,
"loc": {
"start": {
"line": 127,
"column": 40,
"index": 5655
},
"end": {
"line": 127,
"column": 47,
"index": 5662
},
"identifierName": "onError"
},
"name": "onError"
}
},
"arguments": []
}
},
{
"type": "BreakStatement",
"start": 5690,
"end": 5696,
"loc": {
"start": {
"line": 128,
"column": 24,
"index": 5690
},
"end": {
"line": 128,
"column": 30,
"index": 5696
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 5610,
"end": 5613,
"loc": {
"start": {
"line": 126,
"column": 26,
"index": 5610
},
"end": {
"line": 126,
"column": 29,
"index": 5613
}
},
"extra": {
"rawValue": "e",
"raw": "\"e\""
},
"value": "e"
}
},
{
"type": "SwitchCase",
"start": 5718,
"end": 5778,
"loc": {
"start": {
"line": 129,
"column": 21,
"index": 5718
},
"end": {
"line": 130,
"column": 50,
"index": 5778
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 5752,
"end": 5778,
"loc": {
"start": {
"line": 130,
"column": 24,
"index": 5752
},
"end": {
"line": 130,
"column": 50,
"index": 5778
}
},
"expression": {
"type": "CallExpression",
"start": 5752,
"end": 5777,
"loc": {
"start": {
"line": 130,
"column": 24,
"index": 5752
},
"end": {
"line": 130,
"column": 49,
"index": 5777
}
},
"callee": {
"type": "MemberExpression",
"start": 5752,
"end": 5775,
"loc": {
"start": {
"line": 130,
"column": 24,
"index": 5752
},
"end": {
"line": 130,
"column": 47,
"index": 5775
}
},
"object": {
"type": "MemberExpression",
"start": 5752,
"end": 5767,
"loc": {
"start": {
"line": 130,
"column": 24,
"index": 5752
},
"end": {
"line": 130,
"column": 39,
"index": 5767
}
},
"object": {
"type": "MemberExpression",
"start": 5752,
"end": 5760,
"loc": {
"start": {
"line": 130,
"column": 24,
"index": 5752
},
"end": {
"line": 130,
"column": 32,
"index": 5760
}
},
"object": {
"type": "ThisExpression",
"start": 5752,
"end": 5756,
"loc": {
"start": {
"line": 130,
"column": 24,
"index": 5752
},
"end": {
"line": 130,
"column": 28,
"index": 5756
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5757,
"end": 5760,
"loc": {
"start": {
"line": 130,
"column": 29,
"index": 5757
},
"end": {
"line": 130,
"column": 32,
"index": 5760
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5761,
"end": 5767,
"loc": {
"start": {
"line": 130,
"column": 33,
"index": 5761
},
"end": {
"line": 130,
"column": 39,
"index": 5767
},
"identifierName": "Ladder"
},
"name": "Ladder"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5768,
"end": 5775,
"loc": {
"start": {
"line": 130,
"column": 40,
"index": 5768
},
"end": {
"line": 130,
"column": 47,
"index": 5775
},
"identifierName": "onEmpty"
},
"name": "onEmpty"
}
},
"arguments": []
}
}
],
"test": {
"type": "StringLiteral",
"start": 5723,
"end": 5726,
"loc": {
"start": {
"line": 129,
"column": 26,
"index": 5723
},
"end": {
"line": 129,
"column": 29,
"index": 5726
}
},
"extra": {
"rawValue": "v",
"raw": "\"v\""
},
"value": "v"
}
}
]
},
{
"type": "BreakStatement",
"start": 5817,
"end": 5823,
"loc": {
"start": {
"line": 132,
"column": 18,
"index": 5817
},
"end": {
"line": 132,
"column": 24,
"index": 5823
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 5126,
"end": 5129,
"loc": {
"start": {
"line": 114,
"column": 20,
"index": 5126
},
"end": {
"line": 114,
"column": 23,
"index": 5129
}
},
"extra": {
"rawValue": "L",
"raw": "\"L\""
},
"value": "L"
}
},
{
"type": "SwitchCase",
"start": 5839,
"end": 9038,
"loc": {
"start": {
"line": 133,
"column": 15,
"index": 5839
},
"end": {
"line": 198,
"column": 19,
"index": 9038
}
},
"consequent": [
{
"type": "SwitchStatement",
"start": 5867,
"end": 9038,
"loc": {
"start": {
"line": 134,
"column": 18,
"index": 5867
},
"end": {
"line": 198,
"column": 19,
"index": 9038
}
},
"discriminant": {
"type": "CallExpression",
"start": 5874,
"end": 5889,
"loc": {
"start": {
"line": 134,
"column": 25,
"index": 5874
},
"end": {
"line": 134,
"column": 40,
"index": 5889
}
},
"callee": {
"type": "MemberExpression",
"start": 5874,
"end": 5886,
"loc": {
"start": {
"line": 134,
"column": 25,
"index": 5874
},
"end": {
"line": 134,
"column": 37,
"index": 5886
}
},
"object": {
"type": "Identifier",
"start": 5874,
"end": 5879,
"loc": {
"start": {
"line": 134,
"column": 25,
"index": 5874
},
"end": {
"line": 134,
"column": 30,
"index": 5879
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 5880,
"end": 5886,
"loc": {
"start": {
"line": 134,
"column": 31,
"index": 5880
},
"end": {
"line": 134,
"column": 37,
"index": 5886
},
"identifierName": "charAt"
},
"name": "charAt"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 5887,
"end": 5888,
"loc": {
"start": {
"line": 134,
"column": 38,
"index": 5887
},
"end": {
"line": 134,
"column": 39,
"index": 5888
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
]
},
"cases": [
{
"type": "SwitchCase",
"start": 5932,
"end": 5972,
"loc": {
"start": {
"line": 136,
"column": 21,
"index": 5932
},
"end": {
"line": 137,
"column": 30,
"index": 5972
}
},
"consequent": [
{
"type": "BreakStatement",
"start": 5966,
"end": 5972,
"loc": {
"start": {
"line": 137,
"column": 24,
"index": 5966
},
"end": {
"line": 137,
"column": 30,
"index": 5972
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 5937,
"end": 5940,
"loc": {
"start": {
"line": 136,
"column": 26,
"index": 5937
},
"end": {
"line": 136,
"column": 29,
"index": 5940
}
},
"extra": {
"rawValue": "i",
"raw": "\"i\""
},
"value": "i"
}
},
{
"type": "SwitchCase",
"start": 5994,
"end": 6104,
"loc": {
"start": {
"line": 138,
"column": 21,
"index": 5994
},
"end": {
"line": 140,
"column": 30,
"index": 6104
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 6028,
"end": 6073,
"loc": {
"start": {
"line": 139,
"column": 24,
"index": 6028
},
"end": {
"line": 139,
"column": 69,
"index": 6073
}
},
"expression": {
"type": "CallExpression",
"start": 6028,
"end": 6072,
"loc": {
"start": {
"line": 139,
"column": 24,
"index": 6028
},
"end": {
"line": 139,
"column": 68,
"index": 6072
}
},
"callee": {
"type": "MemberExpression",
"start": 6028,
"end": 6055,
"loc": {
"start": {
"line": 139,
"column": 24,
"index": 6028
},
"end": {
"line": 139,
"column": 51,
"index": 6055
}
},
"object": {
"type": "MemberExpression",
"start": 6028,
"end": 6046,
"loc": {
"start": {
"line": 139,
"column": 24,
"index": 6028
},
"end": {
"line": 139,
"column": 42,
"index": 6046
}
},
"object": {
"type": "MemberExpression",
"start": 6028,
"end": 6036,
"loc": {
"start": {
"line": 139,
"column": 24,
"index": 6028
},
"end": {
"line": 139,
"column": 32,
"index": 6036
}
},
"object": {
"type": "ThisExpression",
"start": 6028,
"end": 6032,
"loc": {
"start": {
"line": 139,
"column": 24,
"index": 6028
},
"end": {
"line": 139,
"column": 28,
"index": 6032
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6033,
"end": 6036,
"loc": {
"start": {
"line": 139,
"column": 29,
"index": 6033
},
"end": {
"line": 139,
"column": 32,
"index": 6036
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6037,
"end": 6046,
"loc": {
"start": {
"line": 139,
"column": 33,
"index": 6037
},
"end": {
"line": 139,
"column": 42,
"index": 6046
},
"identifierName": "PVPBattle"
},
"name": "PVPBattle"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6047,
"end": 6055,
"loc": {
"start": {
"line": 139,
"column": 43,
"index": 6047
},
"end": {
"line": 139,
"column": 51,
"index": 6055
},
"identifierName": "fullInfo"
},
"name": "fullInfo"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 6056,
"end": 6071,
"loc": {
"start": {
"line": 139,
"column": 52,
"index": 6056
},
"end": {
"line": 139,
"column": 67,
"index": 6071
}
},
"callee": {
"type": "MemberExpression",
"start": 6056,
"end": 6068,
"loc": {
"start": {
"line": 139,
"column": 52,
"index": 6056
},
"end": {
"line": 139,
"column": 64,
"index": 6068
}
},
"object": {
"type": "Identifier",
"start": 6056,
"end": 6061,
"loc": {
"start": {
"line": 139,
"column": 52,
"index": 6056
},
"end": {
"line": 139,
"column": 57,
"index": 6061
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6062,
"end": 6068,
"loc": {
"start": {
"line": 139,
"column": 58,
"index": 6062
},
"end": {
"line": 139,
"column": 64,
"index": 6068
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 6069,
"end": 6070,
"loc": {
"start": {
"line": 139,
"column": 65,
"index": 6069
},
"end": {
"line": 139,
"column": 66,
"index": 6070
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 6098,
"end": 6104,
"loc": {
"start": {
"line": 140,
"column": 24,
"index": 6098
},
"end": {
"line": 140,
"column": 30,
"index": 6104
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 5999,
"end": 6002,
"loc": {
"start": {
"line": 138,
"column": 26,
"index": 5999
},
"end": {
"line": 138,
"column": 29,
"index": 6002
}
},
"extra": {
"rawValue": "I",
"raw": "\"I\""
},
"value": "I"
}
},
{
"type": "SwitchCase",
"start": 6126,
"end": 6236,
"loc": {
"start": {
"line": 141,
"column": 21,
"index": 6126
},
"end": {
"line": 143,
"column": 30,
"index": 6236
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 6160,
"end": 6205,
"loc": {
"start": {
"line": 142,
"column": 24,
"index": 6160
},
"end": {
"line": 142,
"column": 69,
"index": 6205
}
},
"expression": {
"type": "CallExpression",
"start": 6160,
"end": 6204,
"loc": {
"start": {
"line": 142,
"column": 24,
"index": 6160
},
"end": {
"line": 142,
"column": 68,
"index": 6204
}
},
"callee": {
"type": "MemberExpression",
"start": 6160,
"end": 6187,
"loc": {
"start": {
"line": 142,
"column": 24,
"index": 6160
},
"end": {
"line": 142,
"column": 51,
"index": 6187
}
},
"object": {
"type": "MemberExpression",
"start": 6160,
"end": 6178,
"loc": {
"start": {
"line": 142,
"column": 24,
"index": 6160
},
"end": {
"line": 142,
"column": 42,
"index": 6178
}
},
"object": {
"type": "MemberExpression",
"start": 6160,
"end": 6168,
"loc": {
"start": {
"line": 142,
"column": 24,
"index": 6160
},
"end": {
"line": 142,
"column": 32,
"index": 6168
}
},
"object": {
"type": "ThisExpression",
"start": 6160,
"end": 6164,
"loc": {
"start": {
"line": 142,
"column": 24,
"index": 6160
},
"end": {
"line": 142,
"column": 28,
"index": 6164
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6165,
"end": 6168,
"loc": {
"start": {
"line": 142,
"column": 29,
"index": 6165
},
"end": {
"line": 142,
"column": 32,
"index": 6168
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6169,
"end": 6178,
"loc": {
"start": {
"line": 142,
"column": 33,
"index": 6169
},
"end": {
"line": 142,
"column": 42,
"index": 6178
},
"identifierName": "PVPBattle"
},
"name": "PVPBattle"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6179,
"end": 6187,
"loc": {
"start": {
"line": 142,
"column": 43,
"index": 6179
},
"end": {
"line": 142,
"column": 51,
"index": 6187
},
"identifierName": "fullInfo"
},
"name": "fullInfo"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 6188,
"end": 6203,
"loc": {
"start": {
"line": 142,
"column": 52,
"index": 6188
},
"end": {
"line": 142,
"column": 67,
"index": 6203
}
},
"callee": {
"type": "MemberExpression",
"start": 6188,
"end": 6200,
"loc": {
"start": {
"line": 142,
"column": 52,
"index": 6188
},
"end": {
"line": 142,
"column": 64,
"index": 6200
}
},
"object": {
"type": "Identifier",
"start": 6188,
"end": 6193,
"loc": {
"start": {
"line": 142,
"column": 52,
"index": 6188
},
"end": {
"line": 142,
"column": 57,
"index": 6193
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6194,
"end": 6200,
"loc": {
"start": {
"line": 142,
"column": 58,
"index": 6194
},
"end": {
"line": 142,
"column": 64,
"index": 6200
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 6201,
"end": 6202,
"loc": {
"start": {
"line": 142,
"column": 65,
"index": 6201
},
"end": {
"line": 142,
"column": 66,
"index": 6202
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 6230,
"end": 6236,
"loc": {
"start": {
"line": 143,
"column": 24,
"index": 6230
},
"end": {
"line": 143,
"column": 30,
"index": 6236
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 6131,
"end": 6134,
"loc": {
"start": {
"line": 141,
"column": 26,
"index": 6131
},
"end": {
"line": 141,
"column": 29,
"index": 6134
}
},
"extra": {
"rawValue": "J",
"raw": "\"J\""
},
"value": "J"
}
},
{
"type": "SwitchCase",
"start": 6258,
"end": 6376,
"loc": {
"start": {
"line": 144,
"column": 21,
"index": 6258
},
"end": {
"line": 146,
"column": 30,
"index": 6376
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 6292,
"end": 6345,
"loc": {
"start": {
"line": 145,
"column": 24,
"index": 6292
},
"end": {
"line": 145,
"column": 77,
"index": 6345
}
},
"expression": {
"type": "CallExpression",
"start": 6292,
"end": 6344,
"loc": {
"start": {
"line": 145,
"column": 24,
"index": 6292
},
"end": {
"line": 145,
"column": 76,
"index": 6344
}
},
"callee": {
"type": "MemberExpression",
"start": 6292,
"end": 6327,
"loc": {
"start": {
"line": 145,
"column": 24,
"index": 6292
},
"end": {
"line": 145,
"column": 59,
"index": 6327
}
},
"object": {
"type": "MemberExpression",
"start": 6292,
"end": 6310,
"loc": {
"start": {
"line": 145,
"column": 24,
"index": 6292
},
"end": {
"line": 145,
"column": 42,
"index": 6310
}
},
"object": {
"type": "MemberExpression",
"start": 6292,
"end": 6300,
"loc": {
"start": {
"line": 145,
"column": 24,
"index": 6292
},
"end": {
"line": 145,
"column": 32,
"index": 6300
}
},
"object": {
"type": "ThisExpression",
"start": 6292,
"end": 6296,
"loc": {
"start": {
"line": 145,
"column": 24,
"index": 6292
},
"end": {
"line": 145,
"column": 28,
"index": 6296
}
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6297,
"end": 6300,
"loc": {
"start": {
"line": 145,
"column": 29,
"index": 6297
},
"end": {
"line": 145,
"column": 32,
"index": 6300
},
"identifierName": "aks"
},
"name": "aks"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6301,
"end": 6310,
"loc": {
"start": {
"line": 145,
"column": 33,
"index": 6301
},
"end": {
"line": 145,
"column": 42,
"index": 6310
},
"identifierName": "PVPBattle"
},
"name": "PVPBattle"
}
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6311,
"end": 6327,
"loc": {
"start": {
"line": 145,
"column": 43,
"index": 6311
},
"end": {
"line": 145,
"column": 59,
"index": 6327
},
"identifierName": "lightBattlesInfo"
},
"name": "lightBattlesInfo"
}
},
"arguments": [
{
"type": "CallExpression",
"start": 6328,
"end": 6343,
"loc": {
"start": {
"line": 145,
"column": 60,
"index": 6328
},
"end": {
"line": 145,
"column": 75,
"index": 6343
}
},
"callee": {
"type": "MemberExpression",
"start": 6328,
"end": 6340,
"loc": {
"start": {
"line": 145,
"column": 60,
"index": 6328
},
"end": {
"line": 145,
"column": 72,
"index": 6340
}
},
"object": {
"type": "Identifier",
"start": 6328,
"end": 6333,
"loc": {
"start": {
"line": 145,
"column": 60,
"index": 6328
},
"end": {
"line": 145,
"column": 65,
"index": 6333
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6334,
"end": 6340,
"loc": {
"start": {
"line": 145,
"column": 66,
"index": 6334
},
"end": {
"line": 145,
"column": 72,
"index": 6340
},
"identifierName": "substr"
},
"name": "substr"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 6341,
"end": 6342,
"loc": {
"start": {
"line": 145,
"column": 73,
"index": 6341
},
"end": {
"line": 145,
"column": 74,
"index": 6342
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
]
}
]
}
},
{
"type": "BreakStatement",
"start": 6370,
"end": 6376,
"loc": {
"start": {
"line": 146,
"column": 24,
"index": 6370
},
"end": {
"line": 146,
"column": 30,
"index": 6376
}
},
"label": null
}
],
"test": {
"type": "StringLiteral",
"start": 6263,
"end": 6266,
"loc": {
"start": {
"line": 144,
"column": 26,
"index": 6263
},
"end": {
"line": 144,
"column": 29,
"index": 6266
}
},
"extra": {
"rawValue": "L",
"raw": "\"L\""
},
"value": "L"
}
},
{
"type": "SwitchCase",
"start": 6398,
"end": 8057,
"loc": {
"start": {
"line": 147,
"column": 21,
"index": 6398
},
"end": {
"line": 180,
"column": 30,
"index": 8057
}
},
"consequent": [
{
"type": "SwitchStatement",
"start": 6432,
"end": 8026,
"loc": {
"start": {
"line": 148,
"column": 24,
"index": 6432
},
"end": {
"line": 179,
"column": 25,
"index": 8026
}
},
"discriminant": {
"type": "CallExpression",
"start": 6439,
"end": 6454,
"loc": {
"start": {
"line": 148,
"column": 31,
"index": 6439
},
"end": {
"line": 148,
"column": 46,
"index": 6454
}
},
"callee": {
"type": "MemberExpression",
"start": 6439,
"end": 6451,
"loc": {
"start": {
"line": 148,
"column": 31,
"index": 6439
},
"end": {
"line": 148,
"column": 43,
"index": 6451
}
},
"object": {
"type": "Identifier",
"start": 6439,
"end": 6444,
"loc": {
"start": {
"line": 148,
"column": 31,
"index": 6439
},
"end": {
"line": 148,
"column": 36,
"index": 6444
},
"identifierName": "sData"
},
"name": "sData"
},
"computed": false,
"property": {
"type": "Identifier",
"start": 6445,
"end": 6451,
"loc": {
"start": {
"line": 148,
"column": 37,
"index": 6445
},
"end": {
"line": 148,
"column": 43,
"index": 6451
},
"identifierName": "charAt"
},
"name": "charAt"
}
},
"arguments": [
{
"type": "NumericLiteral",
"start": 6452,
"end": 6453,
"loc": {
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment