Add DRAFT stubs for Vehicle plugin
[profile/ivi/wrt-plugins-tizen.git] / src / standards / Tizen / Contact / JSContactPhoneNumberArray.h
index 506647d..5398043 100755 (executable)
@@ -82,6 +82,10 @@ private:
                        JSValueRef value,
                        JSValueRef* exception);
 
+       static void getPropertyNames(JSContextRef context,
+                       JSObjectRef object,
+                       JSPropertyNameAccumulatorRef propertyNames);
+
        static JSValueRef concat(JSContextRef context,
                        JSObjectRef function,
                        JSObjectRef thisObject,