-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsParseScriptAttributes
Alex Godoy Wolff edited this page Nov 16, 2016
·
3 revisions
Attribute mask for JsParseScriptWithAttributes
enum JsParseScriptAttributes
- JsParseScriptAttributeNone: Default attribute
- JsParseScriptAttributeLibraryCode: Specified script is internal and non-user code. Hidden from debugger
- JsParseScriptAttributeArrayBufferIsUtf16Encoded: ChakraCore assumes ExternalArrayBuffer is Utf8 by default. This one needs to be set for Utf16
- 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!