- Notifications
You must be signed in to change notification settings - Fork1.2k
JsInitializeModuleRecord
Richard edited this pageFeb 23, 2018 ·1 revision
Initialize a ModuleRecord from host.
CHAKRA_APIJsInitializeModuleRecord( _In_opt_ JsModuleRecord referencingModule, _In_ JsValueRef normalizedSpecifier, _Outptr_result_maybenull_ JsModuleRecord* moduleRecord);
- referencingModule: The parent module of the new module - nullptr for a root module.
- normalizedSpecifier: The normalized specifier for the module.
- moduleRecord: The new module record.
The codeJsNoError if the operation succeeded, a failure code otherwise.
This API is experimental and may have breaking change later.Bootstrap the module loading process by creating a new module record.
- 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!