The second parameter is the receiver and third parameter is an optional arguments list. I had to choose a receiver, so I went with undefined, which also fixes #28. edit: Also fixes #63.
/cc @tc39/ecma262-editors we should make the third parameter of Call mandatory to avoid these situations
The second parameter is the receiver and third parameter is an optional arguments list. I had to choose a receiver, so I went with
undefined
, which also fixes #28. edit: Also fixes #63./cc @tc39/ecma262-editors we should make the third parameter of Call mandatory to avoid these situations