JS_DecompileScriptObject

This article covers features introduced in SpiderMonkey 1.8.5

FIXME: Please provide a description for this function.

Syntax

JSString * JS_DecompileScriptObject(JSContext *cx,
    JSObject *scriptObj, const char *name, unsigned int indent);
Name Type Description
cx JSContext * The context. Requires request. In a JS_THREADSAFE build, the caller must be in a request on this JSContext.
scriptObj JSObject *
name const char *
indent unsigned int

Description

FIXME: Please provide a description.

See also

  • FIXME: