aboutsummaryrefslogtreecommitdiffstats
path: root/llvm_runtime.cpp
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2012-06-06 10:08:06 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2012-06-06 10:08:51 +0200
commitad9816514fc448af150078a05d37c9a8a4d80f1c (patch)
tree80fcfcd5b1ea5de1ad631fb2fb7b6cf50b4b2f43 /llvm_runtime.cpp
parent3631bac985f2d04f78fd1c1e53d5b5b8625a0084 (diff)
Compile simple IR::New nodes
Diffstat (limited to 'llvm_runtime.cpp')
-rw-r--r--llvm_runtime.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm_runtime.cpp b/llvm_runtime.cpp
index 36a12b86dd..e70240484b 100644
--- a/llvm_runtime.cpp
+++ b/llvm_runtime.cpp
@@ -165,4 +165,9 @@ void __qmljs_llvm_call_activation_property(Context *context, Value *result, Stri
__qmljs_call_activation_property(context, result, name, args, argc);
}
+void __qmljs_llvm_construct_activation_property(Context *context, Value *result, String *name, Value *args, int argc)
+{
+ __qmljs_construct_activation_property(context, result, name, args, argc);
+}
+
} // extern "C"