-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsCreateWeakReference
Limin Zhu edited this page May 16, 2017
·
1 revision
Creates a weak reference to a value.
CHAKRA_API
JsCreateWeakReference(
_In_ JsValueRef value,
_Out_ JsWeakRef* weakRef);
- value: The value to be referenced.
- weakRef.: Weak reference to the value.
The code JsNoError if the operation succeeded, a failure code otherwise.
This API is experimental and may have breaking change later.
- 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!