aboutsummaryrefslogtreecommitdiffstats
path: root/qmljs_runtime.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2012-10-30 07:29:14 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2012-10-31 17:00:03 +0100
commit29f8677ac27d628937cc3b6548c302a9d628630c (patch)
treec3a26236d8ef397499d4e832520270a50c5b301f /qmljs_runtime.h
parent477ea45b0b7d7b9dcc60d4cba4a4036359a969b6 (diff)
Implement initial support for the delete operator
And don't dump the assemply unless SHOW_CODE is set. Change-Id: I17ad36f002404b57c65f910048e5c82d42307976 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'qmljs_runtime.h')
-rw-r--r--qmljs_runtime.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmljs_runtime.h b/qmljs_runtime.h
index fc60299065..6b318849d8 100644
--- a/qmljs_runtime.h
+++ b/qmljs_runtime.h
@@ -260,7 +260,6 @@ Value __qmljs_construct_value(Context *context, Value func, Value *args, int arg
Value __qmljs_builtin_typeof(Value val, Context *context);
void __qmljs_builtin_throw(Value val, Context *context);
-
// constructors
Value __qmljs_init_closure(IR::Function *clos, Context *ctx);
Value __qmljs_init_native_function(void (*code)(Context *), Context *ctx);