summaryrefslogtreecommitdiff
path: root/fxjs/CJX_Define.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/CJX_Define.h')
-rw-r--r--fxjs/CJX_Define.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fxjs/CJX_Define.h b/fxjs/CJX_Define.h
index 070e7d7557..4a26fd4d23 100644
--- a/fxjs/CJX_Define.h
+++ b/fxjs/CJX_Define.h
@@ -31,4 +31,7 @@ CJS_Return JSMethod(C* node,
CJS_Return method_name(CJS_V8* runtime, \
const std::vector<v8::Local<v8::Value>>& params)
+#define JS_PROP(prop_name) \
+ void prop_name(CFXJSE_Value* pValue, bool bSetting, XFA_Attribute eAttribute)
+
#endif // FXJS_CJX_DEFINE_H_