From 4ac9cf78969436dae456c8fec4a0a706a3d65ec4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 30 Jul 2018 15:33:33 +0200 Subject: Fix the remaining test failures with non strict arguments objects Change-Id: Ib50f602263dd0146d792fb3d12bd5971585fda30 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4engine_p.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/qml/jsruntime/qv4engine_p.h') diff --git a/src/qml/jsruntime/qv4engine_p.h b/src/qml/jsruntime/qv4engine_p.h index fc0c93eaad..e1ea89c699 100644 --- a/src/qml/jsruntime/qv4engine_p.h +++ b/src/qml/jsruntime/qv4engine_p.h @@ -276,9 +276,6 @@ public: FunctionObject *getStackFunction() const { return reinterpret_cast(jsObjects + GetStack_Function); } FunctionObject *thrower() const { return reinterpret_cast(jsObjects + ThrowerObject); } - Property *argumentsAccessors; - int nArgumentsAccessors; - enum JSStrings { String_Empty, String_undefined, @@ -505,8 +502,6 @@ public: StackTrace stackTrace(int frameLimit = -1) const; QUrl resolvedUrl(const QString &file); - void requireArgumentsAccessors(int n); - void markObjects(MarkStack *markStack); void initRootContext(); -- cgit v1.2.3