| |||||||||||||||||||||||||||
SummaryCompiles and executes a security-enabled,Unicode-encoded character script. | |||||||||||||||||||||||||||
SyntaxJSBool JS_EvaluateScriptUCForPrincipals(JSContext *cx, JSObject *obj, JSPrincipals *principals, const jschar *chars, uintN length, const char *filename, uintN lineno, jsval *rval);
| |||||||||||||||||||||||||||
DescriptionJS_EvaluateUCScriptForPrincipals compiles and executes a Unicode-encoded script associated with a JS object, obj . On successful completion, rval is a pointer to a variable that holds the value from the last executed expression statement processed in the script.
If a secure script compiles and executes successfully,
| |||||||||||||||||||||||||||
See Also
|