-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsGetModuleNamespace
Richard edited this page Feb 23, 2018
·
1 revision
Retrieve the namespace object for a module.
JsGetModuleNamespace(
_In_ JsModuleRecord requestModule,
_Outptr_result_maybenull_ JsValueRef *moduleNamespace);
- requestModule: The JsModuleRecord for which the namespace is being requested.
- moduleNamespace: A JsValueRef - the requested namespace object.
The code JsNoError if the operation succeeded, a failure code otherwise.
This API is experimental and may have breaking change later. Requires an active script context and that the module has already been evaluated.
- 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!