This article covers features introduced in SpiderMonkey 1.8.5
Please provide a description of this function.
Syntax
JSObject * JS_CompileFileHandleForPrincipals(JSContext *cx, JSObject *obj,
    const char *filename, FILE *fh, JSPrincipals *principals);
| Name | Type | Description | 
|---|---|---|
| cx | JSContext * | The context. Requires request. In a JS_THREADSAFEbuild, the caller must be in a request on thisJSContext. | 
| obj | JSObject * | |
| filename | const char | |
| fh | FILE * | |
| principals | JSPrincipals * | 
Description
Please provide a description.