(node, action)
| 1290 | } |
| 1291 | |
| 1292 | function safeHeapTransform(node, action) { |
| 1293 | makeCallExpression(node.property, 'SAFE_HEAP_INDEX', [{ ...node.object }, { ...node.property }, createLiteral(action)]); |
| 1294 | } |
| 1295 | // Add SAFE_HEAP_INDEX check to heap access |
| 1296 | function safeHeap(ast) { |
| 1297 | recursiveWalk(ast, { |
no test coverage detected