1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 01:25:07 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Function
davidot 9d05ca7b20 LibJS: Don't assume a this argument for function.prototype.bind
Assuming we had at least one argument meant that the ...arg count would
underflow causing the bound function to have length 0 instead of the
given length when binding with no arguments.
2022-08-17 23:56:24 +01:00
..
Function.js
Function.prototype.@@hasInstance.js
Function.prototype.apply.js
Function.prototype.bind.js LibJS: Don't assume a this argument for function.prototype.bind 2022-08-17 23:56:24 +01:00
Function.prototype.call.js
Function.prototype.js
Function.prototype.toString.js