mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix merge bustage.
This commit is contained in:
parent
e66b11e262
commit
ad0f13bc58
@ -13,7 +13,7 @@
|
||||
#include "jsapi.h"
|
||||
#include "jsprvtd.h"
|
||||
|
||||
#if defined(__cplusplus) && defined(DEBUG)
|
||||
#if defined(__cplusplus)
|
||||
namespace JS {
|
||||
|
||||
struct FrameDescription
|
||||
@ -42,10 +42,12 @@ FormatStackDump(JSContext *cx, char *buf,
|
||||
|
||||
}
|
||||
|
||||
# ifdef DEBUG
|
||||
JS_FRIEND_API(void) js_DumpValue(const js::Value &val);
|
||||
JS_FRIEND_API(void) js_DumpId(jsid id);
|
||||
JS_FRIEND_API(void) js_DumpStackFrame(JSContext *cx, js::StackFrame *start = NULL);
|
||||
# endif
|
||||
#endif
|
||||
|
||||
JS_BEGIN_EXTERN_C
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user