zlacker

[parent] [thread] 0 comments
1. mary-e+(OP)[view] [source] 2025-12-04 05:08:45
not `__proto__` but likely `constructor`, if you access `({}).constructor` you'd get the Object constructor, then if you access `.constructor` on that you'd get the Function constructor

the one problem I haven't understood is how it manages to perform a second call afterwards, as only being able to call Function constructor doesn't really amount to much (still a serious problem though)

[go to top]