aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4module_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4module_p.h')
-rw-r--r--src/qml/jsruntime/qv4module_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4module_p.h b/src/qml/jsruntime/qv4module_p.h
index bb004b3b44..073e0d1e54 100644
--- a/src/qml/jsruntime/qv4module_p.h
+++ b/src/qml/jsruntime/qv4module_p.h
@@ -77,6 +77,7 @@ struct Q_QML_EXPORT Module : public Object {
static ReturnedValue virtualGet(const Managed *m, PropertyKey id, const Value *receiver, bool *hasProperty);
static PropertyAttributes virtualGetOwnProperty(Managed *m, PropertyKey id, Property *p);
+ static bool virtualHasProperty(const Managed *m, PropertyKey id);
static bool virtualPreventExtensions(Managed *);
static bool virtualDefineOwnProperty(Managed *, PropertyKey, const Property *, PropertyAttributes);
static bool virtualPut(Managed *, PropertyKey, const Value &, Value *);