mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
LibJS: Implement Function.prototype.bind()
This commit is contained in:
parent
b3800829da
commit
1fa0c7304d
10 changed files with 317 additions and 6 deletions
|
@ -72,6 +72,7 @@ public:
|
|||
virtual bool is_error() const { return false; }
|
||||
virtual bool is_function() const { return false; }
|
||||
virtual bool is_native_function() const { return false; }
|
||||
virtual bool is_bound_function() const { return false; }
|
||||
virtual bool is_native_property() const { return false; }
|
||||
virtual bool is_string_object() const { return false; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue