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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/v4/qv4runtime.h b/src/v4/qv4runtime.h
index 8640c829df..8487244a72 100644
--- a/src/v4/qv4runtime.h
+++ b/src/v4/qv4runtime.h
@@ -166,6 +166,8 @@ void __qmljs_set_property(ExecutionContext *ctx, const Value &object, String *na
void __qmljs_get_property(ExecutionContext *ctx, Value *result, const Value &object, String *name);
void __qmljs_get_activation_property(ExecutionContext *ctx, Value *result, String *name);
+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_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);