- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.2k
 
JsGetWeakReferenceValue
        Limin Zhu edited this page May 16, 2017 
        ·
        1 revision
      
    Gets a strong reference to the value referred to by a weak reference.
CHAKRA_API
    JsGetWeakReferenceValue(
        _In_ JsWeakRef weakRef,
        _Out_ JsValueRef* value);
- value: Reference to the value, or JS_INVALID_REFERENCE if the value is no longer available.
 - weakRef: A weak reference.
 
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!