-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsSetException
Limin Zhu edited this page Oct 9, 2015
·
1 revision
Sets the runtime of the current context to an exception state.
STDAPI_(JsErrorCode)
JsSetException(
_In_ JsValueRef exception);
- exception: The JavaScript exception to set for the runtime of the current context.
JsNoError if the engine was set into an exception state, a failure code otherwise.
If the runtime of the current context is already in an exception state, this API will return JsErrorInExceptionState. Requires an active script context.
- 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!