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

js::function should have call/apply functions #6

Open
stheophil opened this issue Jun 8, 2020 · 0 comments
Open

js::function should have call/apply functions #6

stheophil opened this issue Jun 8, 2020 · 0 comments

Comments

@stheophil
Copy link
Contributor

Currently, there is no support for JS members of the Function prototype, such as Function.call and Function.apply

I encountered on such use case in our code base, where I copied code verbatim (on purpose) from tableau. The original JS code was workbookImpl.sendCommand(Object).call(workbookImpl, args, ...)

@stheophil stheophil changed the title js_function should have call/apply functions js::function should have call/apply functions Oct 5, 2021
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

No branches or pull requests

1 participant