archives

« Bugzilla Issues Index

#4164 — SuperCall should check newTarget for null


Currently, we initialize newTarget to null when doing PrepareForOrdinaryCall, but the super code (12.3.5.1 SuperCall) checks for undefined. I assume this should be null instead


Oh, it seems this was handled by bug 3580, and that the spec I was reading was stale. Sorry for the noise.