thorvg/src
Jinny You 52dc586089 lottie/expressions: Fix incorrect evaluation result check condition
A JavaScript code line may return undefined, but this should not be treated as an error.

For example, consider the following two lines of code:
- `var $bm_rt = 30` (Statement) → result: `undefined`
- `$bm_rt = 30` (Expression) → result: `30`

Both lines execute the same operation, but the JavaScript interpreter (REPL JS) evaluates them differently.

Therefore, an evaluation result of undefined should not be blocked, as it does not indicate a failed code execution.
2025-03-12 20:26:38 +01:00
..
bindings wasm: fix a build break 2024-10-01 17:12:28 +09:00
common common: Use explicit floating-point value types. 2025-01-16 18:34:12 +01:00
loaders lottie/expressions: Fix incorrect evaluation result check condition 2025-03-12 20:26:38 +01:00
renderer loader: fixed potential memory leaks in font handling 2025-03-12 20:26:38 +01:00
savers common: spec out TexMap 2024-09-30 16:44:21 +09:00
meson.build infra: --shutdown the unkown-pragmas warning 2024-10-04 02:33:11 +09:00