Update wrt-plugins-common_0.3.53
[framework/web/wrt-plugins-common.git] / src / CommonsJavaScript / Converter.h
old mode 100755 (executable)
new mode 100644 (file)
index 47e308d..b18635c
@@ -277,6 +277,14 @@ class Converter : private DPL::Noncopyable
    */
   JSValueRef toJSValueRefLong(const long arg);
 
+    /**
+     * Converts unsigned long value to JSValueRef.
+     * @param arg long long int value to convert.
+     * @return JSValueRef object.
+     * @throw ConversionException Thrown when conversion fails.
+     */
+    JSValueRef toJSValueRef(long long int arg);
+
   /**
      * Converts STL string to JSValueRef.
      * @param arg STL string to convert.