mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 01:40:46 +00:00
LibJS: Implement Function.prototype.bind()
This commit is contained in:
parent
b3800829da
commit
1fa0c7304d
Notes:
sideshowbarker
2024-07-19 07:25:18 +09:00
Author: https://github.com/jack-karamanian
Commit: 1fa0c7304d
Pull-request: https://github.com/SerenityOS/serenity/pull/1863
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
10 changed files with 317 additions and 6 deletions
|
@ -52,6 +52,7 @@
|
|||
namespace JS {
|
||||
|
||||
class ASTNode;
|
||||
class BoundFunction;
|
||||
class Cell;
|
||||
class DeferGC;
|
||||
class Error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue