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

JSDelete should deal properly with named function #47

Open
mercere99 opened this issue Dec 9, 2015 · 0 comments
Open

JSDelete should deal properly with named function #47

mercere99 opened this issue Dec 9, 2015 · 0 comments

Comments

@mercere99
Copy link
Member

A function that is given a name in JSWrap() is created on the JS side to be used easily. However, JSDelete() does not do anything special to make sure to delete the JS version of the function. We need for that deletion to happen -or- if that doesn't work, officially declare that JSDelete() cannot delete a named function and throw a warning if this is attempted.

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

No branches or pull requests

1 participant