You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constructors are objects with [[Call]] and [[Construct]] slots. Function objects are objects with [[Call]] slots. Therefore, all constructors are function objects. However, esmeta does not allow us to pass constructors to AOs whose parameters have been declared to be function objects.
The text was updated successfully, but these errors were encountered:
See tc39/ecma262#3287 and the type checker failures at https://github.com/tc39/ecma262/actions/runs/11152432538/job/30998035427?pr=3287.
Constructors are objects with
[[Call]]
and[[Construct]]
slots. Function objects are objects with[[Call]]
slots. Therefore, all constructors are function objects. However, esmeta does not allow us to pass constructors to AOs whose parameters have been declared to be function objects.The text was updated successfully, but these errors were encountered: