A data-oriented JavaScript engine called Nova (https://github.com/trynova/nova and https://trynova.dev/), basically trying to answer the question of "what if everything in the JS engine heap was stored in vectors in creation order?" This has some interesting properties; it's basically an ECS kind of engine.