1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 06:22:34 +02:00
TableFilter/docs/ast/source/cookie.js.json
koalyptus 4481fbe361 publish Docs to gh-pages (auto)
branch:       master
SHA:          c7d6de72f7
range SHA:    81f31a3106fb...c7d6de72f785
build id:     375208741
build number: 1103
2018-05-05 08:21:30 +00:00

8451 lines
218 KiB
JSON

{
"type": "File",
"start": 0,
"end": 1412,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 58,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 1412,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 58,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 28,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 28
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 8,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 12
}
},
"imported": {
"type": "Identifier",
"start": 8,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 12
},
"identifierName": "root"
},
"name": "root"
},
"local": {
"type": "Identifier",
"start": 8,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 12
},
"identifierName": "root"
},
"name": "root"
}
}
],
"source": {
"type": "StringLiteral",
"start": 19,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 19
},
"end": {
"line": 1,
"column": 27
}
},
"extra": {
"rawValue": "./root",
"raw": "'./root'"
},
"value": "./root"
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Cookie utilities\n ",
"start": 30,
"end": 57,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"column": 3
}
}
}
]
},
{
"type": "VariableDeclaration",
"start": 59,
"end": 85,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 26
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 65,
"end": 84,
"loc": {
"start": {
"line": 7,
"column": 6
},
"end": {
"line": 7,
"column": 25
}
},
"id": {
"type": "Identifier",
"start": 65,
"end": 68,
"loc": {
"start": {
"line": 7,
"column": 6
},
"end": {
"line": 7,
"column": 9
},
"identifierName": "doc"
},
"name": "doc",
"leadingComments": null
},
"init": {
"type": "MemberExpression",
"start": 71,
"end": 84,
"loc": {
"start": {
"line": 7,
"column": 12
},
"end": {
"line": 7,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 71,
"end": 75,
"loc": {
"start": {
"line": 7,
"column": 12
},
"end": {
"line": 7,
"column": 16
},
"identifierName": "root"
},
"name": "root"
},
"property": {
"type": "Identifier",
"start": 76,
"end": 84,
"loc": {
"start": {
"line": 7,
"column": 17
},
"end": {
"line": 7,
"column": 25
},
"identifierName": "document"
},
"name": "document"
},
"computed": false
},
"leadingComments": null
}
],
"kind": "const",
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Cookie utilities\n ",
"start": 30,
"end": 57,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"column": 3
}
}
}
]
},
{
"type": "ExportDefaultDeclaration",
"start": 87,
"end": 1411,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 57,
"column": 2
}
},
"declaration": {
"type": "ObjectExpression",
"start": 102,
"end": 1410,
"loc": {
"start": {
"line": 9,
"column": 15
},
"end": {
"line": 57,
"column": 1
}
},
"properties": [
{
"type": "ObjectMethod",
"start": 297,
"end": 575,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 24,
"column": 5
}
},
"method": true,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 297,
"end": 302,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 9
},
"identifierName": "write"
},
"name": "write",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 303,
"end": 307,
"loc": {
"start": {
"line": 17,
"column": 10
},
"end": {
"line": 17,
"column": 14
},
"identifierName": "name"
},
"name": "name"
},
{
"type": "Identifier",
"start": 309,
"end": 314,
"loc": {
"start": {
"line": 17,
"column": 16
},
"end": {
"line": 17,
"column": 21
},
"identifierName": "value"
},
"name": "value"
},
{
"type": "Identifier",
"start": 316,
"end": 321,
"loc": {
"start": {
"line": 17,
"column": 23
},
"end": {
"line": 17,
"column": 28
},
"identifierName": "hours"
},
"name": "hours"
}
],
"body": {
"type": "BlockStatement",
"start": 323,
"end": 575,
"loc": {
"start": {
"line": 17,
"column": 30
},
"end": {
"line": 24,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 333,
"end": 349,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 24
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 337,
"end": 348,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 23
}
},
"id": {
"type": "Identifier",
"start": 337,
"end": 343,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 18
},
"identifierName": "expire"
},
"name": "expire"
},
"init": {
"type": "StringLiteral",
"start": 346,
"end": 348,
"loc": {
"start": {
"line": 18,
"column": 21
},
"end": {
"line": 18,
"column": 23
}
},
"extra": {
"rawValue": "",
"raw": "''"
},
"value": ""
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 358,
"end": 511,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 22,
"column": 9
}
},
"test": {
"type": "Identifier",
"start": 362,
"end": 367,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 17
},
"identifierName": "hours"
},
"name": "hours"
},
"consequent": {
"type": "BlockStatement",
"start": 369,
"end": 511,
"loc": {
"start": {
"line": 19,
"column": 19
},
"end": {
"line": 22,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 383,
"end": 443,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 72
}
},
"expression": {
"type": "AssignmentExpression",
"start": 383,
"end": 442,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 71
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 383,
"end": 389,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 18
},
"identifierName": "expire"
},
"name": "expire"
},
"right": {
"type": "NewExpression",
"start": 392,
"end": 442,
"loc": {
"start": {
"line": 20,
"column": 21
},
"end": {
"line": 20,
"column": 71
}
},
"callee": {
"type": "Identifier",
"start": 396,
"end": 400,
"loc": {
"start": {
"line": 20,
"column": 25
},
"end": {
"line": 20,
"column": 29
},
"identifierName": "Date"
},
"name": "Date"
},
"arguments": [
{
"type": "BinaryExpression",
"start": 401,
"end": 441,
"loc": {
"start": {
"line": 20,
"column": 30
},
"end": {
"line": 20,
"column": 70
}
},
"left": {
"type": "CallExpression",
"start": 401,
"end": 423,
"loc": {
"start": {
"line": 20,
"column": 30
},
"end": {
"line": 20,
"column": 52
}
},
"callee": {
"type": "MemberExpression",
"start": 401,
"end": 421,
"loc": {
"start": {
"line": 20,
"column": 30
},
"end": {
"line": 20,
"column": 50
}
},
"object": {
"type": "NewExpression",
"start": 402,
"end": 412,
"loc": {
"start": {
"line": 20,
"column": 31
},
"end": {
"line": 20,
"column": 41
}
},
"callee": {
"type": "Identifier",
"start": 406,
"end": 410,
"loc": {
"start": {
"line": 20,
"column": 35
},
"end": {
"line": 20,
"column": 39
},
"identifierName": "Date"
},
"name": "Date"
},
"arguments": [],
"extra": {
"parenthesized": true,
"parenStart": 401
}
},
"property": {
"type": "Identifier",
"start": 414,
"end": 421,
"loc": {
"start": {
"line": 20,
"column": 43
},
"end": {
"line": 20,
"column": 50
},
"identifierName": "getTime"
},
"name": "getTime"
},
"computed": false
},
"arguments": []
},
"operator": "+",
"right": {
"type": "BinaryExpression",
"start": 426,
"end": 441,
"loc": {
"start": {
"line": 20,
"column": 55
},
"end": {
"line": 20,
"column": 70
}
},
"left": {
"type": "Identifier",
"start": 426,
"end": 431,
"loc": {
"start": {
"line": 20,
"column": 55
},
"end": {
"line": 20,
"column": 60
},
"identifierName": "hours"
},
"name": "hours"
},
"operator": "*",
"right": {
"type": "NumericLiteral",
"start": 434,
"end": 441,
"loc": {
"start": {
"line": 20,
"column": 63
},
"end": {
"line": 20,
"column": 70
}
},
"extra": {
"rawValue": 3600000,
"raw": "3600000"
},
"value": 3600000
}
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 456,
"end": 501,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 57
}
},
"expression": {
"type": "AssignmentExpression",
"start": 456,
"end": 500,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 56
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 456,
"end": 462,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 18
},
"identifierName": "expire"
},
"name": "expire"
},
"right": {
"type": "BinaryExpression",
"start": 465,
"end": 500,
"loc": {
"start": {
"line": 21,
"column": 21
},
"end": {
"line": 21,
"column": 56
}
},
"left": {
"type": "StringLiteral",
"start": 465,
"end": 477,
"loc": {
"start": {
"line": 21,
"column": 21
},
"end": {
"line": 21,
"column": 33
}
},
"extra": {
"rawValue": "; expires=",
"raw": "'; expires='"
},
"value": "; expires="
},
"operator": "+",
"right": {
"type": "CallExpression",
"start": 480,
"end": 500,
"loc": {
"start": {
"line": 21,
"column": 36
},
"end": {
"line": 21,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 480,
"end": 498,
"loc": {
"start": {
"line": 21,
"column": 36
},
"end": {
"line": 21,
"column": 54
}
},
"object": {
"type": "Identifier",
"start": 480,
"end": 486,
"loc": {
"start": {
"line": 21,
"column": 36
},
"end": {
"line": 21,
"column": 42
},
"identifierName": "expire"
},
"name": "expire"
},
"property": {
"type": "Identifier",
"start": 487,
"end": 498,
"loc": {
"start": {
"line": 21,
"column": 43
},
"end": {
"line": 21,
"column": 54
},
"identifierName": "toGMTString"
},
"name": "toGMTString"
},
"computed": false
},
"arguments": []
}
}
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 520,
"end": 569,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 57
}
},
"expression": {
"type": "AssignmentExpression",
"start": 520,
"end": 568,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 56
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 520,
"end": 530,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 18
}
},
"object": {
"type": "Identifier",
"start": 520,
"end": 523,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 11
},
"identifierName": "doc"
},
"name": "doc"
},
"property": {
"type": "Identifier",
"start": 524,
"end": 530,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 18
},
"identifierName": "cookie"
},
"name": "cookie"
},
"computed": false
},
"right": {
"type": "BinaryExpression",
"start": 533,
"end": 568,
"loc": {
"start": {
"line": 23,
"column": 21
},
"end": {
"line": 23,
"column": 56
}
},
"left": {
"type": "BinaryExpression",
"start": 533,
"end": 559,
"loc": {
"start": {
"line": 23,
"column": 21
},
"end": {
"line": 23,
"column": 47
}
},
"left": {
"type": "BinaryExpression",
"start": 533,
"end": 543,
"loc": {
"start": {
"line": 23,
"column": 21
},
"end": {
"line": 23,
"column": 31
}
},
"left": {
"type": "Identifier",
"start": 533,
"end": 537,
"loc": {
"start": {
"line": 23,
"column": 21
},
"end": {
"line": 23,
"column": 25
},
"identifierName": "name"
},
"name": "name"
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 540,
"end": 543,
"loc": {
"start": {
"line": 23,
"column": 28
},
"end": {
"line": 23,
"column": 31
}
},
"extra": {
"rawValue": "=",
"raw": "'='"
},
"value": "="
}
},
"operator": "+",
"right": {
"type": "CallExpression",
"start": 546,
"end": 559,
"loc": {
"start": {
"line": 23,
"column": 34
},
"end": {
"line": 23,
"column": 47
}
},
"callee": {
"type": "Identifier",
"start": 546,
"end": 552,
"loc": {
"start": {
"line": 23,
"column": 34
},
"end": {
"line": 23,
"column": 40
},
"identifierName": "escape"
},
"name": "escape"
},
"arguments": [
{
"type": "Identifier",
"start": 553,
"end": 558,
"loc": {
"start": {
"line": 23,
"column": 41
},
"end": {
"line": 23,
"column": 46
},
"identifierName": "value"
},
"name": "value"
}
]
}
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 562,
"end": 568,
"loc": {
"start": {
"line": 23,
"column": 50
},
"end": {
"line": 23,
"column": 56
},
"identifierName": "expire"
},
"name": "expire"
}
}
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Write a cookie\n * @param {String} name Name of the cookie\n * @param {String} value Value of the cookie\n * @param {Number} hours Cookie duration in hours\n ",
"start": 109,
"end": 292,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 16,
"column": 7
}
}
}
]
},
{
"type": "ObjectMethod",
"start": 711,
"end": 1260,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 47,
"column": 5
}
},
"method": true,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 711,
"end": 715,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 8
},
"identifierName": "read"
},
"name": "read",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 716,
"end": 720,
"loc": {
"start": {
"line": 31,
"column": 9
},
"end": {
"line": 31,
"column": 13
},
"identifierName": "name"
},
"name": "name"
}
],
"body": {
"type": "BlockStatement",
"start": 722,
"end": 1260,
"loc": {
"start": {
"line": 31,
"column": 15
},
"end": {
"line": 47,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 732,
"end": 786,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 33,
"column": 32
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 736,
"end": 752,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 28
}
},
"id": {
"type": "Identifier",
"start": 736,
"end": 747,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 23
},
"identifierName": "cookieValue"
},
"name": "cookieValue"
},
"init": {
"type": "StringLiteral",
"start": 750,
"end": 752,
"loc": {
"start": {
"line": 32,
"column": 26
},
"end": {
"line": 32,
"column": 28
}
},
"extra": {
"rawValue": "",
"raw": "''"
},
"value": ""
}
},
{
"type": "VariableDeclarator",
"start": 766,
"end": 785,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 31
}
},
"id": {
"type": "Identifier",
"start": 766,
"end": 772,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 18
},
"identifierName": "search"
},
"name": "search"
},
"init": {
"type": "BinaryExpression",
"start": 775,
"end": 785,
"loc": {
"start": {
"line": 33,
"column": 21
},
"end": {
"line": 33,
"column": 31
}
},
"left": {
"type": "Identifier",
"start": 775,
"end": 779,
"loc": {
"start": {
"line": 33,
"column": 21
},
"end": {
"line": 33,
"column": 25
},
"identifierName": "name"
},
"name": "name"
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 782,
"end": 785,
"loc": {
"start": {
"line": 33,
"column": 28
},
"end": {
"line": 33,
"column": 31
}
},
"extra": {
"rawValue": "=",
"raw": "'='"
},
"value": "="
}
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 795,
"end": 1226,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 45,
"column": 9
}
},
"test": {
"type": "BinaryExpression",
"start": 799,
"end": 820,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 33
}
},
"left": {
"type": "MemberExpression",
"start": 799,
"end": 816,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 799,
"end": 809,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 799,
"end": 802,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 15
},
"identifierName": "doc"
},
"name": "doc"
},
"property": {
"type": "Identifier",
"start": 803,
"end": 809,
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 22
},
"identifierName": "cookie"
},
"name": "cookie"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 810,
"end": 816,
"loc": {
"start": {
"line": 34,
"column": 23
},
"end": {
"line": 34,
"column": 29
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 819,
"end": 820,
"loc": {
"start": {
"line": 34,
"column": 32
},
"end": {
"line": 34,
"column": 33
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"consequent": {
"type": "BlockStatement",
"start": 822,
"end": 1226,
"loc": {
"start": {
"line": 34,
"column": 35
},
"end": {
"line": 45,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 836,
"end": 909,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 36,
"column": 48
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 840,
"end": 859,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 35
}
},
"id": {
"type": "Identifier",
"start": 840,
"end": 846,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 22
},
"identifierName": "cookie"
},
"name": "cookie"
},
"init": {
"type": "MemberExpression",
"start": 849,
"end": 859,
"loc": {
"start": {
"line": 35,
"column": 25
},
"end": {
"line": 35,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 849,
"end": 852,
"loc": {
"start": {
"line": 35,
"column": 25
},
"end": {
"line": 35,
"column": 28
},
"identifierName": "doc"
},
"name": "doc"
},
"property": {
"type": "Identifier",
"start": 853,
"end": 859,
"loc": {
"start": {
"line": 35,
"column": 29
},
"end": {
"line": 35,
"column": 35
},
"identifierName": "cookie"
},
"name": "cookie"
},
"computed": false
}
},
{
"type": "VariableDeclarator",
"start": 877,
"end": 908,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 47
}
},
"id": {
"type": "Identifier",
"start": 877,
"end": 883,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 22
},
"identifierName": "offset"
},
"name": "offset"
},
"init": {
"type": "CallExpression",
"start": 886,
"end": 908,
"loc": {
"start": {
"line": 36,
"column": 25
},
"end": {
"line": 36,
"column": 47
}
},
"callee": {
"type": "MemberExpression",
"start": 886,
"end": 900,
"loc": {
"start": {
"line": 36,
"column": 25
},
"end": {
"line": 36,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 886,
"end": 892,
"loc": {
"start": {
"line": 36,
"column": 25
},
"end": {
"line": 36,
"column": 31
},
"identifierName": "cookie"
},
"name": "cookie"
},
"property": {
"type": "Identifier",
"start": 893,
"end": 900,
"loc": {
"start": {
"line": 36,
"column": 32
},
"end": {
"line": 36,
"column": 39
},
"identifierName": "indexOf"
},
"name": "indexOf"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 901,
"end": 907,
"loc": {
"start": {
"line": 36,
"column": 40
},
"end": {
"line": 36,
"column": 46
},
"identifierName": "search"
},
"name": "search"
}
]
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 922,
"end": 1216,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 44,
"column": 13
}
},
"test": {
"type": "BinaryExpression",
"start": 926,
"end": 939,
"loc": {
"start": {
"line": 37,
"column": 16
},
"end": {
"line": 37,
"column": 29
}
},
"left": {
"type": "Identifier",
"start": 926,
"end": 932,
"loc": {
"start": {
"line": 37,
"column": 16
},
"end": {
"line": 37,
"column": 22
},
"identifierName": "offset"
},
"name": "offset"
},
"operator": "!==",
"right": {
"type": "UnaryExpression",
"start": 937,
"end": 939,
"loc": {
"start": {
"line": 37,
"column": 27
},
"end": {
"line": 37,
"column": 29
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "NumericLiteral",
"start": 938,
"end": 939,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 29
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"extra": {
"parenthesizedArgument": false
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 941,
"end": 1216,
"loc": {
"start": {
"line": 37,
"column": 31
},
"end": {
"line": 44,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 959,
"end": 983,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 40
}
},
"expression": {
"type": "AssignmentExpression",
"start": 959,
"end": 982,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 39
}
},
"operator": "+=",
"left": {
"type": "Identifier",
"start": 959,
"end": 965,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 22
},
"identifierName": "offset"
},
"name": "offset"
},
"right": {
"type": "MemberExpression",
"start": 969,
"end": 982,
"loc": {
"start": {
"line": 38,
"column": 26
},
"end": {
"line": 38,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 969,
"end": 975,
"loc": {
"start": {
"line": 38,
"column": 26
},
"end": {
"line": 38,
"column": 32
},
"identifierName": "search"
},
"name": "search"
},
"property": {
"type": "Identifier",
"start": 976,
"end": 982,
"loc": {
"start": {
"line": 38,
"column": 33
},
"end": {
"line": 38,
"column": 39
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
}
},
{
"type": "VariableDeclaration",
"start": 1000,
"end": 1038,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1004,
"end": 1037,
"loc": {
"start": {
"line": 39,
"column": 20
},
"end": {
"line": 39,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 1004,
"end": 1007,
"loc": {
"start": {
"line": 39,
"column": 20
},
"end": {
"line": 39,
"column": 23
},
"identifierName": "end"
},
"name": "end"
},
"init": {
"type": "CallExpression",
"start": 1010,
"end": 1037,
"loc": {
"start": {
"line": 39,
"column": 26
},
"end": {
"line": 39,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 1010,
"end": 1024,
"loc": {
"start": {
"line": 39,
"column": 26
},
"end": {
"line": 39,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 1010,
"end": 1016,
"loc": {
"start": {
"line": 39,
"column": 26
},
"end": {
"line": 39,
"column": 32
},
"identifierName": "cookie"
},
"name": "cookie"
},
"property": {
"type": "Identifier",
"start": 1017,
"end": 1024,
"loc": {
"start": {
"line": 39,
"column": 33
},
"end": {
"line": 39,
"column": 40
},
"identifierName": "indexOf"
},
"name": "indexOf"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1025,
"end": 1028,
"loc": {
"start": {
"line": 39,
"column": 41
},
"end": {
"line": 39,
"column": 44
}
},
"extra": {
"rawValue": ";",
"raw": "';'"
},
"value": ";"
},
{
"type": "Identifier",
"start": 1030,
"end": 1036,
"loc": {
"start": {
"line": 39,
"column": 46
},
"end": {
"line": 39,
"column": 52
},
"identifierName": "offset"
},
"name": "offset"
}
]
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 1055,
"end": 1131,
"loc": {
"start": {
"line": 40,
"column": 16
},
"end": {
"line": 42,
"column": 17
}
},
"test": {
"type": "BinaryExpression",
"start": 1059,
"end": 1069,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 30
}
},
"left": {
"type": "Identifier",
"start": 1059,
"end": 1062,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 23
},
"identifierName": "end"
},
"name": "end"
},
"operator": "===",
"right": {
"type": "UnaryExpression",
"start": 1067,
"end": 1069,
"loc": {
"start": {
"line": 40,
"column": 28
},
"end": {
"line": 40,
"column": 30
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "NumericLiteral",
"start": 1068,
"end": 1069,
"loc": {
"start": {
"line": 40,
"column": 29
},
"end": {
"line": 40,
"column": 30
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"extra": {
"parenthesizedArgument": false
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 1071,
"end": 1131,
"loc": {
"start": {
"line": 40,
"column": 32
},
"end": {
"line": 42,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1093,
"end": 1113,
"loc": {
"start": {
"line": 41,
"column": 20
},
"end": {
"line": 41,
"column": 40
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1093,
"end": 1112,
"loc": {
"start": {
"line": 41,
"column": 20
},
"end": {
"line": 41,
"column": 39
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 1093,
"end": 1096,
"loc": {
"start": {
"line": 41,
"column": 20
},
"end": {
"line": 41,
"column": 23
},
"identifierName": "end"
},
"name": "end"
},
"right": {
"type": "MemberExpression",
"start": 1099,
"end": 1112,
"loc": {
"start": {
"line": 41,
"column": 26
},
"end": {
"line": 41,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 1099,
"end": 1105,
"loc": {
"start": {
"line": 41,
"column": 26
},
"end": {
"line": 41,
"column": 32
},
"identifierName": "cookie"
},
"name": "cookie"
},
"property": {
"type": "Identifier",
"start": 1106,
"end": 1112,
"loc": {
"start": {
"line": 41,
"column": 33
},
"end": {
"line": 41,
"column": 39
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 1148,
"end": 1202,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 43,
"column": 70
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1148,
"end": 1201,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 43,
"column": 69
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 1148,
"end": 1159,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 43,
"column": 27
},
"identifierName": "cookieValue"
},
"name": "cookieValue"
},
"right": {
"type": "CallExpression",
"start": 1162,
"end": 1201,
"loc": {
"start": {
"line": 43,
"column": 30
},
"end": {
"line": 43,
"column": 69
}
},
"callee": {
"type": "Identifier",
"start": 1162,
"end": 1170,
"loc": {
"start": {
"line": 43,
"column": 30
},
"end": {
"line": 43,
"column": 38
},
"identifierName": "unescape"
},
"name": "unescape"
},
"arguments": [
{
"type": "CallExpression",
"start": 1171,
"end": 1200,
"loc": {
"start": {
"line": 43,
"column": 39
},
"end": {
"line": 43,
"column": 68
}
},
"callee": {
"type": "MemberExpression",
"start": 1171,
"end": 1187,
"loc": {
"start": {
"line": 43,
"column": 39
},
"end": {
"line": 43,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 1171,
"end": 1177,
"loc": {
"start": {
"line": 43,
"column": 39
},
"end": {
"line": 43,
"column": 45
},
"identifierName": "cookie"
},
"name": "cookie"
},
"property": {
"type": "Identifier",
"start": 1178,
"end": 1187,
"loc": {
"start": {
"line": 43,
"column": 46
},
"end": {
"line": 43,
"column": 55
},
"identifierName": "substring"
},
"name": "substring"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1188,
"end": 1194,
"loc": {
"start": {
"line": 43,
"column": 56
},
"end": {
"line": 43,
"column": 62
},
"identifierName": "offset"
},
"name": "offset"
},
{
"type": "Identifier",
"start": 1196,
"end": 1199,
"loc": {
"start": {
"line": 43,
"column": 64
},
"end": {
"line": 43,
"column": 67
},
"identifierName": "end"
},
"name": "end"
}
]
}
]
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "ReturnStatement",
"start": 1235,
"end": 1254,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 27
}
},
"argument": {
"type": "Identifier",
"start": 1242,
"end": 1253,
"loc": {
"start": {
"line": 46,
"column": 15
},
"end": {
"line": 46,
"column": 26
},
"identifierName": "cookieValue"
},
"name": "cookieValue"
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Read a cookie\n * @param {String} name Name of the cookie\n * @returns {String} Value of the cookie\n ",
"start": 582,
"end": 706,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 30,
"column": 7
}
}
}
]
},
{
"type": "ObjectMethod",
"start": 1353,
"end": 1407,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 55,
"column": 5
}
},
"method": true,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1353,
"end": 1359,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 10
},
"identifierName": "remove"
},
"name": "remove",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1360,
"end": 1364,
"loc": {
"start": {
"line": 53,
"column": 11
},
"end": {
"line": 53,
"column": 15
},
"identifierName": "name"
},
"name": "name"
}
],
"body": {
"type": "BlockStatement",
"start": 1366,
"end": 1407,
"loc": {
"start": {
"line": 53,
"column": 17
},
"end": {
"line": 55,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1376,
"end": 1401,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 33
}
},
"expression": {
"type": "CallExpression",
"start": 1376,
"end": 1400,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 32
}
},
"callee": {
"type": "MemberExpression",
"start": 1376,
"end": 1386,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 1376,
"end": 1380,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1381,
"end": 1386,
"loc": {
"start": {
"line": 54,
"column": 13
},
"end": {
"line": 54,
"column": 18
},
"identifierName": "write"
},
"name": "write"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1387,
"end": 1391,
"loc": {
"start": {
"line": 54,
"column": 19
},
"end": {
"line": 54,
"column": 23
},
"identifierName": "name"
},
"name": "name"
},
{
"type": "StringLiteral",
"start": 1393,
"end": 1395,
"loc": {
"start": {
"line": 54,
"column": 25
},
"end": {
"line": 54,
"column": 27
}
},
"extra": {
"rawValue": "",
"raw": "''"
},
"value": ""
},
{
"type": "UnaryExpression",
"start": 1397,
"end": 1399,
"loc": {
"start": {
"line": 54,
"column": 29
},
"end": {
"line": 54,
"column": 31
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "NumericLiteral",
"start": 1398,
"end": 1399,
"loc": {
"start": {
"line": 54,
"column": 30
},
"end": {
"line": 54,
"column": 31
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"extra": {
"parenthesizedArgument": false
}
}
]
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Remove a cookie\n * @param {String} name Name of the cookie\n ",
"start": 1267,
"end": 1348,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 52,
"column": 7
}
}
}
]
}
],
"leadingComments": [],
"trailingComments": []
}
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\n * Cookie utilities\n ",
"start": 30,
"end": 57,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Write a cookie\n * @param {String} name Name of the cookie\n * @param {String} value Value of the cookie\n * @param {Number} hours Cookie duration in hours\n ",
"start": 109,
"end": 292,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 16,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Read a cookie\n * @param {String} name Name of the cookie\n * @returns {String} Value of the cookie\n ",
"start": 582,
"end": 706,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 30,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Remove a cookie\n * @param {String} name Name of the cookie\n ",
"start": 1267,
"end": 1348,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 52,
"column": 7
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 8,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 12
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12,
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 12
},
"end": {
"line": 1,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 14,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 14
},
"end": {
"line": 1,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./root",
"start": 19,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 19
},
"end": {
"line": 1,
"column": 27
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 27,
"end": 28,
"loc": {
"start": {
"line": 1,
"column": 27
},
"end": {
"line": 1,
"column": 28
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Cookie utilities\n ",
"start": 30,
"end": 57,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"column": 3
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 59,
"end": 64,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doc",
"start": 65,
"end": 68,
"loc": {
"start": {
"line": 7,
"column": 6
},
"end": {
"line": 7,
"column": 9
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 69,
"end": 70,
"loc": {
"start": {
"line": 7,
"column": 10
},
"end": {
"line": 7,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 71,
"end": 75,
"loc": {
"start": {
"line": 7,
"column": 12
},
"end": {
"line": 7,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 75,
"end": 76,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 76,
"end": 84,
"loc": {
"start": {
"line": 7,
"column": 17
},
"end": {
"line": 7,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 84,
"end": 85,
"loc": {
"start": {
"line": 7,
"column": 25
},
"end": {
"line": 7,
"column": 26
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 87,
"end": 93,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 6
}
}
},
{
"type": {
"label": "default",
"keyword": "default",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "default",
"start": 94,
"end": 101,
"loc": {
"start": {
"line": 9,
"column": 7
},
"end": {
"line": 9,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 102,
"end": 103,
"loc": {
"start": {
"line": 9,
"column": 15
},
"end": {
"line": 9,
"column": 16
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Write a cookie\n * @param {String} name Name of the cookie\n * @param {String} value Value of the cookie\n * @param {Number} hours Cookie duration in hours\n ",
"start": 109,
"end": 292,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 16,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "write",
"start": 297,
"end": 302,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 302,
"end": 303,
"loc": {
"start": {
"line": 17,
"column": 9
},
"end": {
"line": 17,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 303,
"end": 307,
"loc": {
"start": {
"line": 17,
"column": 10
},
"end": {
"line": 17,
"column": 14
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 307,
"end": 308,
"loc": {
"start": {
"line": 17,
"column": 14
},
"end": {
"line": 17,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 309,
"end": 314,
"loc": {
"start": {
"line": 17,
"column": 16
},
"end": {
"line": 17,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 314,
"end": 315,
"loc": {
"start": {
"line": 17,
"column": 21
},
"end": {
"line": 17,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hours",
"start": 316,
"end": 321,
"loc": {
"start": {
"line": 17,
"column": 23
},
"end": {
"line": 17,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 321,
"end": 322,
"loc": {
"start": {
"line": 17,
"column": 28
},
"end": {
"line": 17,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 323,
"end": 324,
"loc": {
"start": {
"line": 17,
"column": 30
},
"end": {
"line": 17,
"column": 31
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 333,
"end": 336,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expire",
"start": 337,
"end": 343,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 344,
"end": 345,
"loc": {
"start": {
"line": 18,
"column": 19
},
"end": {
"line": 18,
"column": 20
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 346,
"end": 348,
"loc": {
"start": {
"line": 18,
"column": 21
},
"end": {
"line": 18,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 348,
"end": 349,
"loc": {
"start": {
"line": 18,
"column": 23
},
"end": {
"line": 18,
"column": 24
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 358,
"end": 360,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 361,
"end": 362,
"loc": {
"start": {
"line": 19,
"column": 11
},
"end": {
"line": 19,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hours",
"start": 362,
"end": 367,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 367,
"end": 368,
"loc": {
"start": {
"line": 19,
"column": 17
},
"end": {
"line": 19,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 369,
"end": 370,
"loc": {
"start": {
"line": 19,
"column": 19
},
"end": {
"line": 19,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expire",
"start": 383,
"end": 389,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 390,
"end": 391,
"loc": {
"start": {
"line": 20,
"column": 19
},
"end": {
"line": 20,
"column": 20
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 392,
"end": 395,
"loc": {
"start": {
"line": 20,
"column": 21
},
"end": {
"line": 20,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Date",
"start": 396,
"end": 400,
"loc": {
"start": {
"line": 20,
"column": 25
},
"end": {
"line": 20,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 400,
"end": 401,
"loc": {
"start": {
"line": 20,
"column": 29
},
"end": {
"line": 20,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 401,
"end": 402,
"loc": {
"start": {
"line": 20,
"column": 30
},
"end": {
"line": 20,
"column": 31
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 402,
"end": 405,
"loc": {
"start": {
"line": 20,
"column": 31
},
"end": {
"line": 20,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Date",
"start": 406,
"end": 410,
"loc": {
"start": {
"line": 20,
"column": 35
},
"end": {
"line": 20,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 410,
"end": 411,
"loc": {
"start": {
"line": 20,
"column": 39
},
"end": {
"line": 20,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 411,
"end": 412,
"loc": {
"start": {
"line": 20,
"column": 40
},
"end": {
"line": 20,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 412,
"end": 413,
"loc": {
"start": {
"line": 20,
"column": 41
},
"end": {
"line": 20,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 413,
"end": 414,
"loc": {
"start": {
"line": 20,
"column": 42
},
"end": {
"line": 20,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTime",
"start": 414,
"end": 421,
"loc": {
"start": {
"line": 20,
"column": 43
},
"end": {
"line": 20,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 421,
"end": 422,
"loc": {
"start": {
"line": 20,
"column": 50
},
"end": {
"line": 20,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 422,
"end": 423,
"loc": {
"start": {
"line": 20,
"column": 51
},
"end": {
"line": 20,
"column": 52
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 424,
"end": 425,
"loc": {
"start": {
"line": 20,
"column": 53
},
"end": {
"line": 20,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hours",
"start": 426,
"end": 431,
"loc": {
"start": {
"line": 20,
"column": 55
},
"end": {
"line": 20,
"column": 60
}
}
},
{
"type": {
"label": "*",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "*",
"start": 432,
"end": 433,
"loc": {
"start": {
"line": 20,
"column": 61
},
"end": {
"line": 20,
"column": 62
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 3600000,
"start": 434,
"end": 441,
"loc": {
"start": {
"line": 20,
"column": 63
},
"end": {
"line": 20,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 441,
"end": 442,
"loc": {
"start": {
"line": 20,
"column": 70
},
"end": {
"line": 20,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 442,
"end": 443,
"loc": {
"start": {
"line": 20,
"column": 71
},
"end": {
"line": 20,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expire",
"start": 456,
"end": 462,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 463,
"end": 464,
"loc": {
"start": {
"line": 21,
"column": 19
},
"end": {
"line": 21,
"column": 20
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "; expires=",
"start": 465,
"end": 477,
"loc": {
"start": {
"line": 21,
"column": 21
},
"end": {
"line": 21,
"column": 33
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 478,
"end": 479,
"loc": {
"start": {
"line": 21,
"column": 34
},
"end": {
"line": 21,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expire",
"start": 480,
"end": 486,
"loc": {
"start": {
"line": 21,
"column": 36
},
"end": {
"line": 21,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 486,
"end": 487,
"loc": {
"start": {
"line": 21,
"column": 42
},
"end": {
"line": 21,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toGMTString",
"start": 487,
"end": 498,
"loc": {
"start": {
"line": 21,
"column": 43
},
"end": {
"line": 21,
"column": 54
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 498,
"end": 499,
"loc": {
"start": {
"line": 21,
"column": 54
},
"end": {
"line": 21,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 499,
"end": 500,
"loc": {
"start": {
"line": 21,
"column": 55
},
"end": {
"line": 21,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 500,
"end": 501,
"loc": {
"start": {
"line": 21,
"column": 56
},
"end": {
"line": 21,
"column": 57
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 510,
"end": 511,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doc",
"start": 520,
"end": 523,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 523,
"end": 524,
"loc": {
"start": {
"line": 23,
"column": 11
},
"end": {
"line": 23,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookie",
"start": 524,
"end": 530,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 531,
"end": 532,
"loc": {
"start": {
"line": 23,
"column": 19
},
"end": {
"line": 23,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 533,
"end": 537,
"loc": {
"start": {
"line": 23,
"column": 21
},
"end": {
"line": 23,
"column": 25
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 538,
"end": 539,
"loc": {
"start": {
"line": 23,
"column": 26
},
"end": {
"line": 23,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 540,
"end": 543,
"loc": {
"start": {
"line": 23,
"column": 28
},
"end": {
"line": 23,
"column": 31
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 544,
"end": 545,
"loc": {
"start": {
"line": 23,
"column": 32
},
"end": {
"line": 23,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "escape",
"start": 546,
"end": 552,
"loc": {
"start": {
"line": 23,
"column": 34
},
"end": {
"line": 23,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 552,
"end": 553,
"loc": {
"start": {
"line": 23,
"column": 40
},
"end": {
"line": 23,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 553,
"end": 558,
"loc": {
"start": {
"line": 23,
"column": 41
},
"end": {
"line": 23,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 558,
"end": 559,
"loc": {
"start": {
"line": 23,
"column": 46
},
"end": {
"line": 23,
"column": 47
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 560,
"end": 561,
"loc": {
"start": {
"line": 23,
"column": 48
},
"end": {
"line": 23,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expire",
"start": 562,
"end": 568,
"loc": {
"start": {
"line": 23,
"column": 50
},
"end": {
"line": 23,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 568,
"end": 569,
"loc": {
"start": {
"line": 23,
"column": 56
},
"end": {
"line": 23,
"column": 57
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 574,
"end": 575,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 575,
"end": 576,
"loc": {
"start": {
"line": 24,
"column": 5
},
"end": {
"line": 24,
"column": 6
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Read a cookie\n * @param {String} name Name of the cookie\n * @returns {String} Value of the cookie\n ",
"start": 582,
"end": 706,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 30,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "read",
"start": 711,
"end": 715,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 715,
"end": 716,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 716,
"end": 720,
"loc": {
"start": {
"line": 31,
"column": 9
},
"end": {
"line": 31,
"column": 13
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 720,
"end": 721,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 722,
"end": 723,
"loc": {
"start": {
"line": 31,
"column": 15
},
"end": {
"line": 31,
"column": 16
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 732,
"end": 735,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookieValue",
"start": 736,
"end": 747,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 748,
"end": 749,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 750,
"end": 752,
"loc": {
"start": {
"line": 32,
"column": 26
},
"end": {
"line": 32,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 752,
"end": 753,
"loc": {
"start": {
"line": 32,
"column": 28
},
"end": {
"line": 32,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "search",
"start": 766,
"end": 772,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 773,
"end": 774,
"loc": {
"start": {
"line": 33,
"column": 19
},
"end": {
"line": 33,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 775,
"end": 779,
"loc": {
"start": {
"line": 33,
"column": 21
},
"end": {
"line": 33,
"column": 25
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 780,
"end": 781,
"loc": {
"start": {
"line": 33,
"column": 26
},
"end": {
"line": 33,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 782,
"end": 785,
"loc": {
"start": {
"line": 33,
"column": 28
},
"end": {
"line": 33,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 785,
"end": 786,
"loc": {
"start": {
"line": 33,
"column": 31
},
"end": {
"line": 33,
"column": 32
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 795,
"end": 797,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 798,
"end": 799,
"loc": {
"start": {
"line": 34,
"column": 11
},
"end": {
"line": 34,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doc",
"start": 799,
"end": 802,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 802,
"end": 803,
"loc": {
"start": {
"line": 34,
"column": 15
},
"end": {
"line": 34,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookie",
"start": 803,
"end": 809,
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 809,
"end": 810,
"loc": {
"start": {
"line": 34,
"column": 22
},
"end": {
"line": 34,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 810,
"end": 816,
"loc": {
"start": {
"line": 34,
"column": 23
},
"end": {
"line": 34,
"column": 29
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 817,
"end": 818,
"loc": {
"start": {
"line": 34,
"column": 30
},
"end": {
"line": 34,
"column": 31
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 819,
"end": 820,
"loc": {
"start": {
"line": 34,
"column": 32
},
"end": {
"line": 34,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 820,
"end": 821,
"loc": {
"start": {
"line": 34,
"column": 33
},
"end": {
"line": 34,
"column": 34
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 822,
"end": 823,
"loc": {
"start": {
"line": 34,
"column": 35
},
"end": {
"line": 34,
"column": 36
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 836,
"end": 839,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookie",
"start": 840,
"end": 846,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 847,
"end": 848,
"loc": {
"start": {
"line": 35,
"column": 23
},
"end": {
"line": 35,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doc",
"start": 849,
"end": 852,
"loc": {
"start": {
"line": 35,
"column": 25
},
"end": {
"line": 35,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 852,
"end": 853,
"loc": {
"start": {
"line": 35,
"column": 28
},
"end": {
"line": 35,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookie",
"start": 853,
"end": 859,
"loc": {
"start": {
"line": 35,
"column": 29
},
"end": {
"line": 35,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 859,
"end": 860,
"loc": {
"start": {
"line": 35,
"column": 35
},
"end": {
"line": 35,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "offset",
"start": 877,
"end": 883,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 884,
"end": 885,
"loc": {
"start": {
"line": 36,
"column": 23
},
"end": {
"line": 36,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookie",
"start": 886,
"end": 892,
"loc": {
"start": {
"line": 36,
"column": 25
},
"end": {
"line": 36,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 892,
"end": 893,
"loc": {
"start": {
"line": 36,
"column": 31
},
"end": {
"line": 36,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "indexOf",
"start": 893,
"end": 900,
"loc": {
"start": {
"line": 36,
"column": 32
},
"end": {
"line": 36,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 900,
"end": 901,
"loc": {
"start": {
"line": 36,
"column": 39
},
"end": {
"line": 36,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "search",
"start": 901,
"end": 907,
"loc": {
"start": {
"line": 36,
"column": 40
},
"end": {
"line": 36,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 907,
"end": 908,
"loc": {
"start": {
"line": 36,
"column": 46
},
"end": {
"line": 36,
"column": 47
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 908,
"end": 909,
"loc": {
"start": {
"line": 36,
"column": 47
},
"end": {
"line": 36,
"column": 48
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 922,
"end": 924,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 925,
"end": 926,
"loc": {
"start": {
"line": 37,
"column": 15
},
"end": {
"line": 37,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "offset",
"start": 926,
"end": 932,
"loc": {
"start": {
"line": 37,
"column": 16
},
"end": {
"line": 37,
"column": 22
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 933,
"end": 936,
"loc": {
"start": {
"line": 37,
"column": 23
},
"end": {
"line": 37,
"column": 26
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 937,
"end": 938,
"loc": {
"start": {
"line": 37,
"column": 27
},
"end": {
"line": 37,
"column": 28
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 938,
"end": 939,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 939,
"end": 940,
"loc": {
"start": {
"line": 37,
"column": 29
},
"end": {
"line": 37,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 941,
"end": 942,
"loc": {
"start": {
"line": 37,
"column": 31
},
"end": {
"line": 37,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "offset",
"start": 959,
"end": 965,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 22
}
}
},
{
"type": {
"label": "_=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "+=",
"start": 966,
"end": 968,
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "search",
"start": 969,
"end": 975,
"loc": {
"start": {
"line": 38,
"column": 26
},
"end": {
"line": 38,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 975,
"end": 976,
"loc": {
"start": {
"line": 38,
"column": 32
},
"end": {
"line": 38,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 976,
"end": 982,
"loc": {
"start": {
"line": 38,
"column": 33
},
"end": {
"line": 38,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 982,
"end": 983,
"loc": {
"start": {
"line": 38,
"column": 39
},
"end": {
"line": 38,
"column": 40
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 1000,
"end": 1003,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "end",
"start": 1004,
"end": 1007,
"loc": {
"start": {
"line": 39,
"column": 20
},
"end": {
"line": 39,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1008,
"end": 1009,
"loc": {
"start": {
"line": 39,
"column": 24
},
"end": {
"line": 39,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookie",
"start": 1010,
"end": 1016,
"loc": {
"start": {
"line": 39,
"column": 26
},
"end": {
"line": 39,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1016,
"end": 1017,
"loc": {
"start": {
"line": 39,
"column": 32
},
"end": {
"line": 39,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "indexOf",
"start": 1017,
"end": 1024,
"loc": {
"start": {
"line": 39,
"column": 33
},
"end": {
"line": 39,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1024,
"end": 1025,
"loc": {
"start": {
"line": 39,
"column": 40
},
"end": {
"line": 39,
"column": 41
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ";",
"start": 1025,
"end": 1028,
"loc": {
"start": {
"line": 39,
"column": 41
},
"end": {
"line": 39,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1028,
"end": 1029,
"loc": {
"start": {
"line": 39,
"column": 44
},
"end": {
"line": 39,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "offset",
"start": 1030,
"end": 1036,
"loc": {
"start": {
"line": 39,
"column": 46
},
"end": {
"line": 39,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1036,
"end": 1037,
"loc": {
"start": {
"line": 39,
"column": 52
},
"end": {
"line": 39,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1037,
"end": 1038,
"loc": {
"start": {
"line": 39,
"column": 53
},
"end": {
"line": 39,
"column": 54
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 1055,
"end": 1057,
"loc": {
"start": {
"line": 40,
"column": 16
},
"end": {
"line": 40,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1058,
"end": 1059,
"loc": {
"start": {
"line": 40,
"column": 19
},
"end": {
"line": 40,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "end",
"start": 1059,
"end": 1062,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 23
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 1063,
"end": 1066,
"loc": {
"start": {
"line": 40,
"column": 24
},
"end": {
"line": 40,
"column": 27
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 1067,
"end": 1068,
"loc": {
"start": {
"line": 40,
"column": 28
},
"end": {
"line": 40,
"column": 29
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 1068,
"end": 1069,
"loc": {
"start": {
"line": 40,
"column": 29
},
"end": {
"line": 40,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1069,
"end": 1070,
"loc": {
"start": {
"line": 40,
"column": 30
},
"end": {
"line": 40,
"column": 31
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1071,
"end": 1072,
"loc": {
"start": {
"line": 40,
"column": 32
},
"end": {
"line": 40,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "end",
"start": 1093,
"end": 1096,
"loc": {
"start": {
"line": 41,
"column": 20
},
"end": {
"line": 41,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1097,
"end": 1098,
"loc": {
"start": {
"line": 41,
"column": 24
},
"end": {
"line": 41,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookie",
"start": 1099,
"end": 1105,
"loc": {
"start": {
"line": 41,
"column": 26
},
"end": {
"line": 41,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1105,
"end": 1106,
"loc": {
"start": {
"line": 41,
"column": 32
},
"end": {
"line": 41,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1106,
"end": 1112,
"loc": {
"start": {
"line": 41,
"column": 33
},
"end": {
"line": 41,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1112,
"end": 1113,
"loc": {
"start": {
"line": 41,
"column": 39
},
"end": {
"line": 41,
"column": 40
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1130,
"end": 1131,
"loc": {
"start": {
"line": 42,
"column": 16
},
"end": {
"line": 42,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookieValue",
"start": 1148,
"end": 1159,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 43,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1160,
"end": 1161,
"loc": {
"start": {
"line": 43,
"column": 28
},
"end": {
"line": 43,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "unescape",
"start": 1162,
"end": 1170,
"loc": {
"start": {
"line": 43,
"column": 30
},
"end": {
"line": 43,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1170,
"end": 1171,
"loc": {
"start": {
"line": 43,
"column": 38
},
"end": {
"line": 43,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookie",
"start": 1171,
"end": 1177,
"loc": {
"start": {
"line": 43,
"column": 39
},
"end": {
"line": 43,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1177,
"end": 1178,
"loc": {
"start": {
"line": 43,
"column": 45
},
"end": {
"line": 43,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "substring",
"start": 1178,
"end": 1187,
"loc": {
"start": {
"line": 43,
"column": 46
},
"end": {
"line": 43,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1187,
"end": 1188,
"loc": {
"start": {
"line": 43,
"column": 55
},
"end": {
"line": 43,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "offset",
"start": 1188,
"end": 1194,
"loc": {
"start": {
"line": 43,
"column": 56
},
"end": {
"line": 43,
"column": 62
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1194,
"end": 1195,
"loc": {
"start": {
"line": 43,
"column": 62
},
"end": {
"line": 43,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "end",
"start": 1196,
"end": 1199,
"loc": {
"start": {
"line": 43,
"column": 64
},
"end": {
"line": 43,
"column": 67
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1199,
"end": 1200,
"loc": {
"start": {
"line": 43,
"column": 67
},
"end": {
"line": 43,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1200,
"end": 1201,
"loc": {
"start": {
"line": 43,
"column": 68
},
"end": {
"line": 43,
"column": 69
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1201,
"end": 1202,
"loc": {
"start": {
"line": 43,
"column": 69
},
"end": {
"line": 43,
"column": 70
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1215,
"end": 1216,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 44,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1225,
"end": 1226,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 9
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 1235,
"end": 1241,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cookieValue",
"start": 1242,
"end": 1253,
"loc": {
"start": {
"line": 46,
"column": 15
},
"end": {
"line": 46,
"column": 26
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1253,
"end": 1254,
"loc": {
"start": {
"line": 46,
"column": 26
},
"end": {
"line": 46,
"column": 27
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1259,
"end": 1260,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 47,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1260,
"end": 1261,
"loc": {
"start": {
"line": 47,
"column": 5
},
"end": {
"line": 47,
"column": 6
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Remove a cookie\n * @param {String} name Name of the cookie\n ",
"start": 1267,
"end": 1348,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 52,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "remove",
"start": 1353,
"end": 1359,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1359,
"end": 1360,
"loc": {
"start": {
"line": 53,
"column": 10
},
"end": {
"line": 53,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1360,
"end": 1364,
"loc": {
"start": {
"line": 53,
"column": 11
},
"end": {
"line": 53,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1364,
"end": 1365,
"loc": {
"start": {
"line": 53,
"column": 15
},
"end": {
"line": 53,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1366,
"end": 1367,
"loc": {
"start": {
"line": 53,
"column": 17
},
"end": {
"line": 53,
"column": 18
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1376,
"end": 1380,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1380,
"end": 1381,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "write",
"start": 1381,
"end": 1386,
"loc": {
"start": {
"line": 54,
"column": 13
},
"end": {
"line": 54,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1386,
"end": 1387,
"loc": {
"start": {
"line": 54,
"column": 18
},
"end": {
"line": 54,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1387,
"end": 1391,
"loc": {
"start": {
"line": 54,
"column": 19
},
"end": {
"line": 54,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1391,
"end": 1392,
"loc": {
"start": {
"line": 54,
"column": 23
},
"end": {
"line": 54,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 1393,
"end": 1395,
"loc": {
"start": {
"line": 54,
"column": 25
},
"end": {
"line": 54,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1395,
"end": 1396,
"loc": {
"start": {
"line": 54,
"column": 27
},
"end": {
"line": 54,
"column": 28
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 1397,
"end": 1398,
"loc": {
"start": {
"line": 54,
"column": 29
},
"end": {
"line": 54,
"column": 30
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 1398,
"end": 1399,
"loc": {
"start": {
"line": 54,
"column": 30
},
"end": {
"line": 54,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1399,
"end": 1400,
"loc": {
"start": {
"line": 54,
"column": 31
},
"end": {
"line": 54,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1400,
"end": 1401,
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1406,
"end": 1407,
"loc": {
"start": {
"line": 55,
"column": 4
},
"end": {
"line": 55,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1409,
"end": 1410,
"loc": {
"start": {
"line": 57,
"column": 0
},
"end": {
"line": 57,
"column": 1
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1410,
"end": 1411,
"loc": {
"start": {
"line": 57,
"column": 1
},
"end": {
"line": 57,
"column": 2
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1412,
"end": 1412,
"loc": {
"start": {
"line": 58,
"column": 0
},
"end": {
"line": 58,
"column": 0
}
}
}
]
}