diff options
author | Fabian Kosmale <[email protected]> | 2025-05-20 13:39:00 +0200 |
---|---|---|
committer | Fabian Kosmale <[email protected]> | 2025-05-25 22:22:22 +0200 |
commit | 515e4e0b2362a643068006ff7aad369b0a19bb4e (patch) | |
tree | 8a75d11834e7508661e2f6254978848e2651ce20 /src/qml/compiler/qv4compilerscanfunctions.cpp | |
parent | 43aa6bbac6a06f35195f3303161232532799ac7d (diff) |
The code handling accesse to members of the math object asserted that
there's exactly one method of a given name. However, that is only true
if a valid function is called. If there's a typo (or some other mistake,
or someone tried to extend the math object), we will find 0 matches.
Detect this case, and print a warning.
Pick-to: 6.9
Change-Id: Iaf3f445662660940d8b3d77e3a1d40fc39c6f2a4
Reviewed-by: Olivier De Cannière <[email protected]>
Diffstat (limited to 'src/qml/compiler/qv4compilerscanfunctions.cpp')
0 files changed, 0 insertions, 0 deletions