Skip to content

JsParseScriptAttributes

Alex Godoy Wolff edited this page Nov 16, 2016 · 3 revisions

Attribute mask for JsParseScriptWithAttributes

Syntax

enum JsParseScriptAttributes 

Members

  • 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
Clone this wiki locally