convert up to jsstr
This commit is contained in:
@@ -457,7 +457,7 @@ js_DecompileToString(JSContext *cx, const char *name, JSFunction *fun,
|
||||
* The caller must call JS_free on the result after a succsesful call.
|
||||
*/
|
||||
extern char *
|
||||
js_DecompileValueGenerator(JSContext *cx, intN spindex, const jsval *v,
|
||||
js_DecompileValueGenerator(JSContext *cx, intN spindex, const js::Value &v,
|
||||
JSString *fallback);
|
||||
|
||||
#define JSDVG_IGNORE_STACK 0
|
||||
|
||||
Reference in New Issue
Block a user