-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsBeforeCollectCallback
Doug Ilijev edited this page Feb 22, 2018
·
3 revisions
A callback called before collection.
typedef void (CALLBACK *JsBeforeCollectCallback)(_In_opt_ void *callbackState);
Use JsSetRuntimeBeforeCollectCallback to register this callback.
- Architecture Overview
- Building ChakraCore
- ChakraCore Code Structure
- Contributor Guidance
- Engineering Notes
- Embedding ChakraCore
- Testing ChakraCore
- Getting ChakraCore binaries
- Label Glossary
- Resources
- Roadmap / Release Notes
Want to contribute to this Wiki? Fork it and send a pull request!