convert up to jsstr

This commit is contained in:
Luke Wagner
2010-05-13 14:49:26 -07:00
parent fd7de021b3
commit 662d8d396b
24 changed files with 364 additions and 367 deletions

View File

@@ -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