aboutsummaryrefslogtreecommitdiffstats
path: root/qmljs_value.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2012-12-04 13:46:48 -0800
committerSimon Hausmann <simon.hausmann@digia.com>2012-12-05 01:04:21 +0100
commit46953ed4d0a03d07c7d1c0e4aeeb5b0258909097 (patch)
treed5e6ffc0ffa8592d1c3a06a66814c7f5f14b5a28 /qmljs_value.h
parentb725f76711e8350b3d52921c851e693145b7251c (diff)
Get rid of the ActivationObject
Also implement __qmljs_xxx_activation_property in a more correct way. Change-Id: I60c330bccca21fad99930987ed78153114a80c7d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'qmljs_value.h')
-rw-r--r--qmljs_value.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmljs_value.h b/qmljs_value.h
index e15b970257..3d29deb326 100644
--- a/qmljs_value.h
+++ b/qmljs_value.h
@@ -61,7 +61,6 @@ struct DateObject;
struct FunctionObject;
struct RegExpObject;
struct ErrorObject;
-struct ActivationObject;
struct ArgumentsObject;
struct ExecutionContext;
struct ExecutionEngine;
@@ -238,7 +237,6 @@ struct Value
RegExpObject *asRegExpObject() const;
ArrayObject *asArrayObject() const;
ErrorObject *asErrorObject() const;
- ActivationObject *asArgumentsObject() const;
Value property(ExecutionContext *ctx, String *name) const;