-
-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
Function
internal methods and implement BoundFunction
ob…
…jects (#1583) * Refactor `[[Call]]` and `[[Construct]]` to be InternalFunctions * Implement `BoundFunction` exotic objects * Implement remaining `Function` builtin methods * Lift `OrdinaryHasInstance` to be inside JsValue * Implement `JsValue::InstanceOf` operator inside JsValue * Implement `JsValue::[as/is]_[callable/constructor] * Enable mutability for the `Closure` type inside closures
- Loading branch information
Showing
44 changed files
with
1,733 additions
and
1,428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.