mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-18 14:08:05 +00:00
![]() 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. |
||
---|---|---|
.. | ||
bindings | ||
common | ||
loaders | ||
renderer | ||
savers | ||
meson.build |