When I run the following code in the console:
let Func1 = function () {}; let f1 = new Func1(); let Namespace = {}; Na