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

Add support for instanceof #234

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Add support for instanceof #234

merged 1 commit into from
Jun 10, 2024

Conversation

DutChen18
Copy link
Member

Calls to a special function cheerp::GetTypeHelper<T>::getType are replaced with the JavaScript type name of T, this is needed to implement instanceof. The actual implementation of instanceof and typeof is in cheerp-utils. See leaningtech/cheerp-utils#75

@yuri91 yuri91 merged commit bc100ef into master Jun 10, 2024
1 check passed
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