new.target
support)
This illustrates the problem that new.target
is not (consistently)
accesible to the debugger from within functions, but provides the developer
with cryptic error messages at times.
C
new.target
in the Console, which should yield the closure C
D
new.target
in the Console, which should yield the closure D
E
new.target
in the Console, which should yield the closure E