Andreas Kling
c60dc84a33
LibJS: Allow function calls with missing arguments
...
We were interpreting "undefined" as a variable lookup failure in some
cases and throwing a ReferenceError exception instead of treating it
as the valid value "undefined".
This patch wraps the result of variable lookup in Optional<>, which
allows us to only throw ReferenceError when lookup actually fails.
2020-03-27 12:56:05 +01:00
..
2020-03-24 16:14:10 +01:00
2020-03-24 16:14:10 +01:00
2020-03-20 21:56:40 +01:00
2020-03-20 21:56:40 +01:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-03-25 14:08:47 +01:00
2020-03-16 14:58:20 +01:00
2020-03-24 16:14:10 +01:00
2020-03-24 16:14:10 +01:00
2020-03-24 22:21:58 +01:00
2020-03-24 16:14:10 +01:00
2020-03-24 22:21:58 +01:00
2020-03-24 22:21:58 +01:00
2020-03-16 14:37:19 +01:00
2020-03-17 16:24:53 +01:00
2020-03-27 12:45:36 +01:00
2020-03-16 14:37:19 +01:00
2020-03-23 13:14:04 +01:00
2020-03-21 17:52:12 +01:00
2020-03-18 17:13:22 +01:00
2020-03-21 14:43:44 +01:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-03-27 12:56:05 +01:00
2020-03-27 12:56:05 +01:00
2020-03-17 16:24:53 +01:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-03-22 13:03:43 +01:00
2020-03-22 13:03:43 +01:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-03-17 16:24:53 +01:00
2020-03-16 14:37:19 +01:00
2020-03-27 12:40:22 +01:00
2020-03-27 12:40:22 +01:00