{ "type": "Program", "statements": [ { "type": "ClassDeclaration", "definition": { "id": { "type": "Identifier", "name": "Bitops3BitBitsInByte", "decorators": [], "loc": { "start": { "line": 16, "column": 14 }, "end": { "line": 16, "column": 34 } } }, "superClass": null, "implements": [], "body": [ { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "fast3bitlookup", "decorators": [], "loc": { "start": { "line": 17, "column": 18 }, "end": { "line": 17, "column": 32 } } }, "kind": "method", "accessibility": "private", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "fast3bitlookup", "decorators": [], "loc": { "start": { "line": 17, "column": 18 }, "end": { "line": 17, "column": 32 } } }, "generator": false, "async": false, "expression": false, "params": [ { "type": "ETSParameterExpression", "name": { "type": "Identifier", "name": "b", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 17, "column": 36 }, "end": { "line": 17, "column": 39 } } }, "decorators": [], "loc": { "start": { "line": 17, "column": 33 }, "end": { "line": 17, "column": 39 } } }, "loc": { "start": { "line": 17, "column": 33 }, "end": { "line": 17, "column": 39 } } } ], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 17, "column": 42 }, "end": { "line": 17, "column": 45 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "c", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 18, "column": 12 }, "end": { "line": 18, "column": 15 } } }, "decorators": [], "loc": { "start": { "line": 18, "column": 9 }, "end": { "line": 18, "column": 10 } } }, "init": null, "loc": { "start": { "line": 18, "column": 9 }, "end": { "line": 18, "column": 10 } } } ], "kind": "let", "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 16 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "bi3b", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 19, "column": 15 }, "end": { "line": 19, "column": 18 } } }, "decorators": [], "loc": { "start": { "line": 19, "column": 9 }, "end": { "line": 19, "column": 13 } } }, "init": { "type": "NumberLiteral", "value": 59796, "loc": { "start": { "line": 19, "column": 21 }, "end": { "line": 19, "column": 27 } } }, "loc": { "start": { "line": 19, "column": 9 }, "end": { "line": 19, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 28 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 20, "column": 5 }, "end": { "line": 20, "column": 6 } } }, "right": { "type": "BinaryExpression", "operator": "&", "left": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 20, "column": 9 }, "end": { "line": 20, "column": 10 } } }, "right": { "type": "BinaryExpression", "operator": ">>", "left": { "type": "Identifier", "name": "bi3b", "decorators": [], "loc": { "start": { "line": 20, "column": 14 }, "end": { "line": 20, "column": 18 } } }, "right": { "type": "BinaryExpression", "operator": "&", "left": { "type": "BinaryExpression", "operator": "<<", "left": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 20, "column": 24 }, "end": { "line": 20, "column": 25 } } }, "right": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 20, "column": 29 }, "end": { "line": 20, "column": 30 } } }, "loc": { "start": { "line": 20, "column": 23 }, "end": { "line": 20, "column": 31 } } }, "right": { "type": "NumberLiteral", "value": 14, "loc": { "start": { "line": 20, "column": 34 }, "end": { "line": 20, "column": 36 } } }, "loc": { "start": { "line": 20, "column": 22 }, "end": { "line": 20, "column": 37 } } }, "loc": { "start": { "line": 20, "column": 13 }, "end": { "line": 20, "column": 38 } } }, "loc": { "start": { "line": 20, "column": 9 }, "end": { "line": 20, "column": 38 } } }, "loc": { "start": { "line": 20, "column": 5 }, "end": { "line": 20, "column": 38 } } }, "loc": { "start": { "line": 20, "column": 5 }, "end": { "line": 20, "column": 39 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "+=", "left": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 6 } } }, "right": { "type": "BinaryExpression", "operator": "&", "left": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 21, "column": 10 }, "end": { "line": 21, "column": 11 } } }, "right": { "type": "BinaryExpression", "operator": ">>", "left": { "type": "Identifier", "name": "bi3b", "decorators": [], "loc": { "start": { "line": 21, "column": 15 }, "end": { "line": 21, "column": 19 } } }, "right": { "type": "BinaryExpression", "operator": "&", "left": { "type": "BinaryExpression", "operator": ">>", "left": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 21, "column": 25 }, "end": { "line": 21, "column": 26 } } }, "right": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 21, "column": 30 }, "end": { "line": 21, "column": 31 } } }, "loc": { "start": { "line": 21, "column": 24 }, "end": { "line": 21, "column": 32 } } }, "right": { "type": "NumberLiteral", "value": 14, "loc": { "start": { "line": 21, "column": 35 }, "end": { "line": 21, "column": 37 } } }, "loc": { "start": { "line": 21, "column": 23 }, "end": { "line": 21, "column": 38 } } }, "loc": { "start": { "line": 21, "column": 14 }, "end": { "line": 21, "column": 39 } } }, "loc": { "start": { "line": 21, "column": 10 }, "end": { "line": 21, "column": 39 } } }, "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 39 } } }, "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 40 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "+=", "left": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 6 } } }, "right": { "type": "BinaryExpression", "operator": "&", "left": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 22, "column": 10 }, "end": { "line": 22, "column": 11 } } }, "right": { "type": "BinaryExpression", "operator": ">>", "left": { "type": "Identifier", "name": "bi3b", "decorators": [], "loc": { "start": { "line": 22, "column": 15 }, "end": { "line": 22, "column": 19 } } }, "right": { "type": "BinaryExpression", "operator": "&", "left": { "type": "BinaryExpression", "operator": ">>", "left": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 22, "column": 25 }, "end": { "line": 22, "column": 26 } } }, "right": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 22, "column": 30 }, "end": { "line": 22, "column": 31 } } }, "loc": { "start": { "line": 22, "column": 24 }, "end": { "line": 22, "column": 32 } } }, "right": { "type": "NumberLiteral", "value": 6, "loc": { "start": { "line": 22, "column": 35 }, "end": { "line": 22, "column": 36 } } }, "loc": { "start": { "line": 22, "column": 23 }, "end": { "line": 22, "column": 37 } } }, "loc": { "start": { "line": 22, "column": 14 }, "end": { "line": 22, "column": 38 } } }, "loc": { "start": { "line": 22, "column": 10 }, "end": { "line": 22, "column": 38 } } }, "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 38 } } }, "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 39 } } }, { "type": "ReturnStatement", "argument": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 23, "column": 12 }, "end": { "line": 23, "column": 13 } } }, "loc": { "start": { "line": 23, "column": 5 }, "end": { "line": 23, "column": 14 } } } ], "loc": { "start": { "line": 17, "column": 46 }, "end": { "line": 24, "column": 4 } } }, "loc": { "start": { "line": 17, "column": 32 }, "end": { "line": 24, "column": 4 } } }, "loc": { "start": { "line": 17, "column": 32 }, "end": { "line": 24, "column": 4 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 17, "column": 3 }, "end": { "line": 24, "column": 4 } } }, { "type": "ClassProperty", "key": { "type": "Identifier", "name": "n1", "decorators": [], "loc": { "start": { "line": 26, "column": 11 }, "end": { "line": 26, "column": 13 } } }, "value": { "type": "NumberLiteral", "value": 500, "loc": { "start": { "line": 26, "column": 21 }, "end": { "line": 26, "column": 24 } } }, "accessibility": "private", "static": false, "readonly": false, "declare": false, "optional": false, "computed": false, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 26, "column": 15 }, "end": { "line": 26, "column": 18 } } }, "definite": false, "decorators": [], "loc": { "start": { "line": 26, "column": 11 }, "end": { "line": 26, "column": 24 } } }, { "type": "ClassProperty", "key": { "type": "Identifier", "name": "n2", "decorators": [], "loc": { "start": { "line": 27, "column": 11 }, "end": { "line": 27, "column": 13 } } }, "value": { "type": "NumberLiteral", "value": 256, "loc": { "start": { "line": 27, "column": 21 }, "end": { "line": 27, "column": 24 } } }, "accessibility": "private", "static": false, "readonly": false, "declare": false, "optional": false, "computed": false, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 27, "column": 15 }, "end": { "line": 27, "column": 18 } } }, "definite": false, "decorators": [], "loc": { "start": { "line": 27, "column": 11 }, "end": { "line": 27, "column": 24 } } }, { "type": "ClassProperty", "key": { "type": "Identifier", "name": "expected", "decorators": [], "loc": { "start": { "line": 28, "column": 27 }, "end": { "line": 28, "column": 35 } } }, "value": { "type": "NumberLiteral", "value": 512000, "loc": { "start": { "line": 28, "column": 43 }, "end": { "line": 28, "column": 49 } } }, "accessibility": "private", "static": true, "readonly": true, "declare": false, "optional": false, "computed": false, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 28, "column": 37 }, "end": { "line": 28, "column": 40 } } }, "definite": false, "decorators": [], "loc": { "start": { "line": 28, "column": 27 }, "end": { "line": 28, "column": 49 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "run", "decorators": [], "loc": { "start": { "line": 30, "column": 10 }, "end": { "line": 30, "column": 13 } } }, "kind": "method", "accessibility": "public", "static": false, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "run", "decorators": [], "loc": { "start": { "line": 30, "column": 10 }, "end": { "line": 30, "column": 13 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 30, "column": 17 }, "end": { "line": 30, "column": 21 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "sum", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 31, "column": 14 }, "end": { "line": 31, "column": 17 } } }, "decorators": [], "loc": { "start": { "line": 31, "column": 9 }, "end": { "line": 31, "column": 12 } } }, "init": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 21 } } }, "loc": { "start": { "line": 31, "column": 9 }, "end": { "line": 31, "column": 21 } } } ], "kind": "let", "loc": { "start": { "line": 31, "column": 5 }, "end": { "line": 31, "column": 22 } } }, { "type": "ForUpdateStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "x", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 32, "column": 17 }, "end": { "line": 32, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 32, "column": 14 }, "end": { "line": 32, "column": 15 } } }, "init": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 32, "column": 23 }, "end": { "line": 32, "column": 24 } } }, "loc": { "start": { "line": 32, "column": 14 }, "end": { "line": 32, "column": 24 } } } ], "kind": "let", "loc": { "start": { "line": 32, "column": 10 }, "end": { "line": 32, "column": 24 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "x", "decorators": [], "loc": { "start": { "line": 32, "column": 26 }, "end": { "line": 32, "column": 27 } } }, "right": { "type": "MemberExpression", "object": { "type": "ThisExpression", "loc": { "start": { "line": 32, "column": 30 }, "end": { "line": 32, "column": 34 } } }, "property": { "type": "Identifier", "name": "n1", "decorators": [], "loc": { "start": { "line": 32, "column": 35 }, "end": { "line": 32, "column": 37 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 32, "column": 30 }, "end": { "line": 32, "column": 37 } } }, "loc": { "start": { "line": 32, "column": 26 }, "end": { "line": 32, "column": 37 } } }, "update": { "type": "UpdateExpression", "operator": "++", "prefix": false, "argument": { "type": "Identifier", "name": "x", "decorators": [], "loc": { "start": { "line": 32, "column": 39 }, "end": { "line": 32, "column": 40 } } }, "loc": { "start": { "line": 32, "column": 39 }, "end": { "line": 32, "column": 42 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "ForUpdateStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "y", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 33, "column": 19 }, "end": { "line": 33, "column": 22 } } }, "decorators": [], "loc": { "start": { "line": 33, "column": 16 }, "end": { "line": 33, "column": 17 } } }, "init": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 33, "column": 25 }, "end": { "line": 33, "column": 26 } } }, "loc": { "start": { "line": 33, "column": 16 }, "end": { "line": 33, "column": 26 } } } ], "kind": "let", "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 26 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "y", "decorators": [], "loc": { "start": { "line": 33, "column": 28 }, "end": { "line": 33, "column": 29 } } }, "right": { "type": "MemberExpression", "object": { "type": "ThisExpression", "loc": { "start": { "line": 33, "column": 32 }, "end": { "line": 33, "column": 36 } } }, "property": { "type": "Identifier", "name": "n2", "decorators": [], "loc": { "start": { "line": 33, "column": 37 }, "end": { "line": 33, "column": 39 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 33, "column": 32 }, "end": { "line": 33, "column": 39 } } }, "loc": { "start": { "line": 33, "column": 28 }, "end": { "line": 33, "column": 39 } } }, "update": { "type": "UpdateExpression", "operator": "++", "prefix": false, "argument": { "type": "Identifier", "name": "y", "decorators": [], "loc": { "start": { "line": 33, "column": 41 }, "end": { "line": 33, "column": 42 } } }, "loc": { "start": { "line": 33, "column": 41 }, "end": { "line": 33, "column": 44 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "+=", "left": { "type": "Identifier", "name": "sum", "decorators": [], "loc": { "start": { "line": 34, "column": 9 }, "end": { "line": 34, "column": 12 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "Bitops3BitBitsInByte", "decorators": [], "loc": { "start": { "line": 34, "column": 16 }, "end": { "line": 34, "column": 36 } } }, "property": { "type": "Identifier", "name": "fast3bitlookup", "decorators": [], "loc": { "start": { "line": 34, "column": 37 }, "end": { "line": 34, "column": 51 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 34, "column": 16 }, "end": { "line": 34, "column": 51 } } }, "arguments": [ { "type": "Identifier", "name": "y", "decorators": [], "loc": { "start": { "line": 34, "column": 52 }, "end": { "line": 34, "column": 53 } } } ], "optional": false, "loc": { "start": { "line": 34, "column": 16 }, "end": { "line": 34, "column": 54 } } }, "loc": { "start": { "line": 34, "column": 9 }, "end": { "line": 34, "column": 54 } } }, "loc": { "start": { "line": 34, "column": 9 }, "end": { "line": 34, "column": 55 } } } ], "loc": { "start": { "line": 33, "column": 46 }, "end": { "line": 35, "column": 8 } } }, "loc": { "start": { "line": 33, "column": 7 }, "end": { "line": 35, "column": 8 } } } ], "loc": { "start": { "line": 32, "column": 44 }, "end": { "line": 36, "column": 6 } } }, "loc": { "start": { "line": 32, "column": 5 }, "end": { "line": 36, "column": 6 } } }, { "type": "AssertStatement", "test": { "type": "BinaryExpression", "operator": "==", "left": { "type": "Identifier", "name": "sum", "decorators": [], "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 37, "column": 15 } } }, "right": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "Bitops3BitBitsInByte", "decorators": [], "loc": { "start": { "line": 37, "column": 19 }, "end": { "line": 37, "column": 39 } } }, "property": { "type": "Identifier", "name": "expected", "decorators": [], "loc": { "start": { "line": 37, "column": 40 }, "end": { "line": 37, "column": 48 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 37, "column": 19 }, "end": { "line": 37, "column": 48 } } }, "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 37, "column": 48 } } }, "second": { "type": "StringLiteral", "value": "Incorrect result", "loc": { "start": { "line": 37, "column": 50 }, "end": { "line": 37, "column": 68 } } }, "loc": { "start": { "line": 37, "column": 5 }, "end": { "line": 37, "column": 68 } } } ], "loc": { "start": { "line": 30, "column": 22 }, "end": { "line": 38, "column": 4 } } }, "loc": { "start": { "line": 30, "column": 13 }, "end": { "line": 38, "column": 4 } } }, "loc": { "start": { "line": 30, "column": 13 }, "end": { "line": 38, "column": 4 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 30, "column": 3 }, "end": { "line": 38, "column": 4 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "constructor", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "kind": "constructor", "static": false, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "constructor", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "generator": false, "async": false, "expression": false, "params": [], "body": { "type": "BlockStatement", "statements": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 39, "column": 2 }, "end": { "line": 39, "column": 2 } } } ], "loc": { "start": { "line": 16, "column": 35 }, "end": { "line": 39, "column": 2 } } }, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 39, "column": 2 } } }, { "type": "ClassDeclaration", "definition": { "id": { "type": "Identifier", "name": "ETSGLOBAL", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "superClass": null, "implements": [], "body": [ { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "_$init$_", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "_$init$_", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "generator": false, "async": false, "expression": false, "params": [], "body": { "type": "BlockStatement", "statements": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "main", "decorators": [], "loc": { "start": { "line": 41, "column": 10 }, "end": { "line": 41, "column": 14 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "main", "decorators": [], "loc": { "start": { "line": 41, "column": 10 }, "end": { "line": 41, "column": 14 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 41, "column": 18 }, "end": { "line": 41, "column": 22 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 42, "column": 7 }, "end": { "line": 42, "column": 8 } } }, "init": { "type": "ETSNewClassInstanceExpression", "typeReference": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Bitops3BitBitsInByte", "decorators": [], "loc": { "start": { "line": 42, "column": 15 }, "end": { "line": 42, "column": 35 } } }, "loc": { "start": { "line": 42, "column": 15 }, "end": { "line": 42, "column": 36 } } }, "loc": { "start": { "line": 42, "column": 15 }, "end": { "line": 42, "column": 36 } } }, "arguments": [], "loc": { "start": { "line": 42, "column": 11 }, "end": { "line": 42, "column": 36 } } }, "loc": { "start": { "line": 42, "column": 7 }, "end": { "line": 42, "column": 36 } } } ], "kind": "let", "loc": { "start": { "line": 42, "column": 3 }, "end": { "line": 42, "column": 36 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 43, "column": 3 }, "end": { "line": 43, "column": 4 } } }, "property": { "type": "Identifier", "name": "run", "decorators": [], "loc": { "start": { "line": 43, "column": 5 }, "end": { "line": 43, "column": 8 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 43, "column": 3 }, "end": { "line": 43, "column": 8 } } }, "arguments": [], "optional": false, "loc": { "start": { "line": 43, "column": 3 }, "end": { "line": 43, "column": 10 } } }, "loc": { "start": { "line": 43, "column": 3 }, "end": { "line": 43, "column": 11 } } } ], "loc": { "start": { "line": 41, "column": 23 }, "end": { "line": 44, "column": 2 } } }, "loc": { "start": { "line": 41, "column": 14 }, "end": { "line": 44, "column": 2 } } }, "loc": { "start": { "line": 41, "column": 14 }, "end": { "line": 44, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 41, "column": 1 }, "end": { "line": 44, "column": 2 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 45, "column": 1 } } }