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

Support for the Object value type #61

Closed
rogchap opened this issue Jan 14, 2021 · 0 comments · Fixed by #74
Closed

Support for the Object value type #61

rogchap opened this issue Jan 14, 2021 · 0 comments · Fixed by #74
Labels
enhancement New feature or request

Comments

@rogchap
Copy link
Owner

rogchap commented Jan 14, 2021

As documented here: https://v8.github.io/api/head/classv8_1_1Object.html

The Object class represents the non-primitive data types. ie (Objects, Arrays, Promises, Dates, Regex etc)
Primitive data types where implemented in #59

The main "entry" to the Object should be from the Value struct. ie. val.Object().

This may require a multi-PR as the Object class is quite large, and breaking it down will make implementation and reviews easier.

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

Successfully merging a pull request may close this issue.

1 participant