Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add JSObject::call_as_function #13

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

Hywan
Copy link
Contributor

@Hywan Hywan commented Oct 4, 2023

This patch implements call_as_function on JSObject. Behind the scene, it uses sys::JSObjectCallAsFunction.

@waywardmonkeys
Copy link
Contributor

In the last couple of hours, I fixed the remaining issues with running clippy and enabled it in CI, so you will need to update this patch in a small way for that.

This patch implements `call_as_function` on `JSObject`. Behind the
scene, it uses `sys::JSObjectCallAsFunction`.
@Hywan Hywan force-pushed the feat-jsobject-call-as-function branch from 7ecca39 to 9f74474 Compare October 4, 2023 17:47
@Hywan
Copy link
Contributor Author

Hywan commented Oct 4, 2023

Thanks. Rebased.

@waywardmonkeys waywardmonkeys merged commit 4fafe4a into endoli:main Oct 5, 2023
@waywardmonkeys
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants