aboutsummaryrefslogtreecommitdiffstats
path: root/src/v4/qv4runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qv4runtime.h')
-rw-r--r--src/v4/qv4runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/v4/qv4runtime.h b/src/v4/qv4runtime.h
index ff34257fcc..dfdaedef47 100644
--- a/src/v4/qv4runtime.h
+++ b/src/v4/qv4runtime.h
@@ -168,6 +168,7 @@ void __qmljs_get_activation_property(ExecutionContext *ctx, Value *result, Strin
void __qmljs_get_global_lookup(ExecutionContext *ctx, Value *result, int lookupIndex);
void __qmljs_call_global_lookup(ExecutionContext *context, Value *result, uint index, Value *args, int argc);
+void __qmljs_construct_global_lookup(ExecutionContext *context, Value *result, uint index, Value *args, int argc);
void __qmljs_get_property_lookup(ExecutionContext *ctx, Value *result, const Value &object, int lookupIndex);
void __qmljs_set_property_lookup(ExecutionContext *ctx, const Value &object, int lookupIndex, const Value &value);