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_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:

Document Tags and Contributors

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