-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsWeakRef
Limin Zhu edited this page May 16, 2017
·
1 revision
A weak reference to a JavaScript value.
typedef JsRef JsWeakRef;
This API is experimental and may have breaking change later.
A value with only weak references is available for garbage-collection. A strong reference to the value (JsValueRef) may be obtained from a weak reference if the value happens to still be available.
- 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!