test-location-debugger-link-logpoint-1.js (198B)
1 /* Any copyright is dedicated to the Public Domain. 2 * http://creativecommons.org/publicdomain/zero/1.0/ */ 3 4 "use strict"; 5 6 function add() { 7 const a = 1; 8 const b = 2; 9 10 return a + b; 11 } 12 13 add();