{ "type": "Script", "span": { "start": 31, "end": 126, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 31, "end": 70, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 35, "end": 69, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 35, "end": 39, "ctxt": 0 }, "value": "foge", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 42, "end": 69, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 46, "end": 63, "ctxt": 0 }, "value": "SharedArrayBuffer", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 64, "end": 68, "ctxt": 0 }, "value": 1024.0, "raw": "1024" } } ], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 71, "end": 99, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 75, "end": 98, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 75, "end": 78, "ctxt": 0 }, "value": "bar", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 81, "end": 98, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 81, "end": 91, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 81, "end": 85, "ctxt": 0 }, "value": "foge", "optional": false }, "property": { "type": "Identifier", "span": { "start": 86, "end": 91, "ctxt": 0 }, "value": "slice", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 92, "end": 93, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 95, "end": 97, "ctxt": 0 }, "value": 10.0, "raw": "10" } } ], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 100, "end": 126, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 104, "end": 125, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 104, "end": 107, "ctxt": 0 }, "value": "len", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 110, "end": 125, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 110, "end": 114, "ctxt": 0 }, "value": "foge", "optional": false }, "property": { "type": "Identifier", "span": { "start": 115, "end": 125, "ctxt": 0 }, "value": "byteLength", "optional": false } }, "definite": false } ] } ], "interpreter": null }