summaryrefslogtreecommitdiff
path: root/src/couch/priv/couch_js/60/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch/priv/couch_js/60/util.h')
-rw-r--r--src/couch/priv/couch_js/60/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/couch/priv/couch_js/60/util.h b/src/couch/priv/couch_js/60/util.h
index 45caa341f..d24c33647 100644
--- a/src/couch/priv/couch_js/60/util.h
+++ b/src/couch/priv/couch_js/60/util.h
@@ -25,6 +25,7 @@ typedef struct {
JSString* uri;
} couch_args;
+std::string js_to_string(JSContext* cx, JS::Value val);
std::string js_to_string(JSContext* cx, JS::HandleValue val);
std::string js_to_string(JSContext* cx, JSString *str);
JSString* string_to_js(JSContext* cx, const std::string& s);