Andreas Kling
|
6a5cd32205
|
LibJS: The global isNaN() should coerce to number before testing NaN
For stricter NaN checking, we'll have to implement Number.isNaN().
|
2020-03-27 12:59:41 +01:00 |
|
Andreas Kling
|
04ced9e24a
|
LibJS: Add global isNaN() function
|
2020-03-27 12:45:36 +01:00 |
|
Andreas Kling
|
8b18674229
|
LibJS: Add Math.random() :^)
|
2020-03-21 17:52:12 +01:00 |
|
Andreas Kling
|
086f68e878
|
LibJS: Replace the global print() function with console.log() :^)
|
2020-03-16 14:58:20 +01:00 |
|
Andreas Kling
|
19452230cd
|
LibJS: Add "Heap" and "Runtime" subdirectories
Let's try to keep LibJS tidy as it expands. :^)
|
2020-03-16 14:37:19 +01:00 |
|