microsoft / Chakra-Samples

Repository for Chakra JavaScript engine related samples.
MIT License
216 stars 84 forks source link

Feature Request: Increase C/C++ examples involving Properties. #51

Open kphillisjr opened 7 years ago

kphillisjr commented 7 years ago

I believe one of the samples needs an example on how to use the JsRT api ( functions available in ChakraCore.h ) to define object properties a little better. This involves a few common tasks that users might need when handling Scripts...

liminzhu commented 7 years ago

Good suggestion @kphillisjr . I believe [1] to [3] are fairly easy to do. I'm not familiar with the typed variable proposal though and the runtime doesn't understand types.

I'll add to them to the list of common tasks I want to demonstrate through a sample or a wiki article (apology for not getting any cycles so far to complete them). If there's anything you want to learn how to do right now, definitely let me know.