From ba64b7a70eedf6a2023ef86eda542cad6f4b21be Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 16 May 2023 09:27:14 +0200 Subject: Undeprecate AOTCompiledFunction We're going to call the JavaScript-typed functions a different name. Change-Id: If92c3fb1b16b1b0bd7d009e7dd712ae6405e1232 Reviewed-by: Fabian Kosmale --- src/qml/jsruntime/qv4jscall_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qml/jsruntime/qv4jscall_p.h') diff --git a/src/qml/jsruntime/qv4jscall_p.h b/src/qml/jsruntime/qv4jscall_p.h index cb6e708eee..2f6af8dd8b 100644 --- a/src/qml/jsruntime/qv4jscall_p.h +++ b/src/qml/jsruntime/qv4jscall_p.h @@ -98,7 +98,7 @@ void populateJSCallArguments(ExecutionEngine *v4, JSCallArguments &jsCall, int a template ReturnedValue convertAndCall( - ExecutionEngine *engine, const QQmlPrivate::TypedFunction *aotFunction, + ExecutionEngine *engine, const QQmlPrivate::AOTCompiledFunction *aotFunction, const Value *thisObject, const Value *argv, int argc, Callable call) { const qsizetype numFunctionArguments = aotFunction->argumentTypes.size(); @@ -191,7 +191,7 @@ bool convertAndCall(ExecutionEngine *engine, QObject *thisObject, template ReturnedValue coerceAndCall( - ExecutionEngine *engine, const QQmlPrivate::TypedFunction *typedFunction, + ExecutionEngine *engine, const QQmlPrivate::AOTCompiledFunction *typedFunction, const Value *thisObject, const Value *argv, int argc, Callable call) { Scope scope(engine); -- cgit v1.2.3