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