Andreas Kling
|
538537dfd0
|
LibJS: Use rand() for Math.random() on other systems
I bet we could be smarter here and use arc4random() on systems where
it is present. I'm not sure how to detect it though.
|
2020-03-23 13:14:04 +01:00 |
|
Andreas Kling
|
cccbe43056
|
LibJS: Use FlyString for identifiers
This makes variable and property lookups a lot faster since comparing
two FlyStrings is O(1).
|
2020-03-22 13:03:43 +01:00 |
|
Andreas Kling
|
8b18674229
|
LibJS: Add Math.random() :^)
|
2020-03-21 17:52:12 +01:00 |
|