-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsSerializedScriptUnloadCallback
Limin Zhu edited this page Oct 9, 2015
·
1 revision
Called by the runtime when it is finished with all resources related to the script execution. The caller should free the source if loaded, the byte code, and the context at this time.
typedef void (CALLBACK * JsSerializedScriptUnloadCallback)(_In_ JsSourceContext sourceContext);
- sourceContext: The context passed to Js[Parse|Run]SerializedScriptWithCallback
- 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!