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

Instanceof and typeof support #75

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Instanceof and typeof support #75

merged 2 commits into from
Jun 10, 2024

Conversation

DutChen18
Copy link
Member

@DutChen18 DutChen18 commented Jun 10, 2024

Implement instanceof and _typeof and some tests for these new functions. _typeof needs an underscore because typeof is a keyword in C23. GetTypeHelper::getType is implemented in the compiler. See leaningtech/cheerp-compiler#234

@yuri91 yuri91 merged commit d3425a2 into master Jun 10, 2024
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