aboutsummaryrefslogtreecommitdiffstats
path: root/qv4ecmaobjects_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2012-12-11 20:45:19 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2012-12-11 15:07:39 +0100
commitd72158d6c584e0a3df92f6131cd26ed930c6fc4a (patch)
treec627a4bfbd0ab5a5ae27da11aa9bb167a8f0a197 /qv4ecmaobjects_p.h
parent7dba11b7031c4be9338d98e38c80f0573acc47fd (diff)
Implement Object.getOwnPropertyDescriptor
Change-Id: I800d3ebd93e41c7b0618e13ce8141d230b1bd58e Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'qv4ecmaobjects_p.h')
-rw-r--r--qv4ecmaobjects_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qv4ecmaobjects_p.h b/qv4ecmaobjects_p.h
index 580363310d..e6ab1d7f6d 100644
--- a/qv4ecmaobjects_p.h
+++ b/qv4ecmaobjects_p.h
@@ -85,6 +85,7 @@ struct ObjectPrototype: Object
static Value method_defineSetter(ExecutionContext *ctx);
static void toPropertyDescriptor(ExecutionContext *ctx, Value v, PropertyDescriptor *desc);
+ static Value fromPropertyDescriptor(ExecutionContext *ctx, const PropertyDescriptor *desc);
};
struct StringCtor: FunctionObject