summaryrefslogtreecommitdiff
path: root/installed-tests/debugger/lastvalues.debugger.js
blob: fd17efd3e7bd94d5dd733ca036ec791d9f0c04b5 (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2020 Philip Chimento <philip.chimento@gmail.com>
const a = undefined;
const b = null;
const c = 42;
debugger;
void (a, b, c);