From 4094ce77af45427613e823a2a4d3c6087230d35a Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 19 Jun 2018 11:50:07 +0200 Subject: Add support for isExtensible in proxy handlers Change-Id: I580ff0ab33fa58bcd42f6cc500f4a20ee5b05e87 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4proxy_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qml/jsruntime/qv4proxy_p.h') diff --git a/src/qml/jsruntime/qv4proxy_p.h b/src/qml/jsruntime/qv4proxy_p.h index 12360edc8a..36cf00aa47 100644 --- a/src/qml/jsruntime/qv4proxy_p.h +++ b/src/qml/jsruntime/qv4proxy_p.h @@ -93,6 +93,7 @@ struct ProxyObject: Object { static bool deleteIndexedProperty(Managed *m, uint index); static bool hasProperty(const Managed *m, Identifier id); static PropertyAttributes getOwnProperty(Managed *m, Identifier id, Property *p); + static bool isExtensible(const Managed *m); // those might require a second proxy object that derives from FunctionObject... // static ReturnedValue callAsConstructor(const FunctionObject *f, const Value *argv, int argc); -- cgit v1.2.3