This article covers features introduced in SpiderMonkey 1.8.5
Please provide a description for this function.
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 |
Please provide a description.