From d72158d6c584e0a3df92f6131cd26ed930c6fc4a Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 11 Dec 2012 20:45:19 +0100 Subject: Implement Object.getOwnPropertyDescriptor Change-Id: I800d3ebd93e41c7b0618e13ce8141d230b1bd58e Reviewed-by: Simon Hausmann --- qv4ecmaobjects_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qv4ecmaobjects_p.h') 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 -- cgit v1.2.3