| ||||||||||
SummarySpecifies the version of JavaScript used by a specified executable script context. | ||||||||||
SyntaxJSVersion JS_SetVersion(JSContext *cx, JSVersion version); | ||||||||||
DescriptionJS_SetVersion attempts to set the version of JavaScript to version for a specified executable script context, cx . version must be one of the following values:
| ||||||||||
See Also
|