summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4object.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-04-05 21:38:09 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-04-06 23:34:35 +0200
commitab62ad883041221ceda6cf8f80bf4720b9e93998 (patch)
tree468cae3a1d5582874af9949e67eb45af7c6600d5 /src/v4/qv4object.h
parentf2971f053f2a24677fc2bcaf907435f4e949a54b (diff)
Convert the remaining builtin methods to use the SimpleCallContext
Change-Id: Ib01bd0c15578b93829abd6fcf8df22cac12daf14 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/v4/qv4object.h')
-rw-r--r--src/v4/qv4object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/v4/qv4object.h b/src/v4/qv4object.h
index b24e270a..caee8b62 100644
--- a/src/v4/qv4object.h
+++ b/src/v4/qv4object.h
@@ -179,7 +179,6 @@ struct Q_V4_EXPORT Object: Managed {
void defineDefaultProperty(String *name, Value value);
void defineDefaultProperty(ExecutionContext *context, const QString &name, Value value);
void defineDefaultProperty(ExecutionContext *context, const QString &name, Value (*code)(SimpleCallContext *), int count = 0);
- void defineDefaultProperty(ExecutionContext *context, const QString &name, Value (*code)(ExecutionContext *, Value, Value *, int), int argumentCount = 0);
/* Fixed: Writable: false, Enumerable: false, Configurable: false */
void defineReadonlyProperty(ExecutionEngine *engine, const QString &name, Value value);
void defineReadonlyProperty(String *name, Value value);