Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

JS_CompileFileHandleForPrincipalsVersion

This article covers features introduced in SpiderMonkey 1.8.5

Please provide a description for this function.

Syntax

JSObject * JS_CompileFileHandleForPrincipalsVersion(JSContext *cx,
    JSObject *obj, const char *filename, FILE *fh, JSPrincipals *principals,
    JSVersion version);
Name Type Description
cx JSContext * The context. Requires request. In a JS_THREADSAFE build, the caller must be in a request on this JSContext.
obj JSObject *  
filename const char  
fh FILE *  
principals JSPrincipals *  
version JSVersion  

Description

Please provide a description.

See also

Document Tags and Contributors

 Contributors to this page: arai, fscholz, ethertank, trevorh, markg
 Last updated by: arai,