aboutsummaryrefslogtreecommitdiffstats
path: root/qv4ecmaobjects_p.h
diff options
context:
space:
mode:
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