[JAEGER] Merge with fatval.

This commit is contained in:
Sean Stangl
2010-07-02 21:52:25 -07:00
33 changed files with 1774 additions and 1607 deletions

View File

@@ -47,6 +47,10 @@
#include "jspubtd.h"
#include "jsutil.h"
#ifdef __cplusplus
# include "jsvalue.h"
#endif
JS_BEGIN_EXTERN_C
/*
@@ -474,7 +478,7 @@ js_DecompileValueGenerator(JSContext *cx, intN spindex, jsval v,
namespace js {
static inline char *
DecompileValueGenerator(JSContext *cx, intN spindex, Value v,
DecompileValueGenerator(JSContext *cx, intN spindex, const Value &v,
JSString *fallback)
{
return js_DecompileValueGenerator(cx, spindex, Jsvalify(v), fallback);