-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsContextRef
Limin Zhu edited this page Oct 9, 2015
·
1 revision
A reference to a script context.
typedef JsRef JsContextRef;
Each script context contains its own global object, distinct from the global object in other script contexts.
Many Chakra hosting APIs require an "active" script context, which can be set using JsSetCurrentContext. Chakra hosting APIs that require a current context to be set will note that explicitly in their documentation.
- 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!