All Sources (44)

SpiderMonkey Blog

SpiderMonkey Blog

spidermonkey.dev/
3
Articles
6月14日 23:05
Last updated
5 Things You Might Not Know about Developing Self-Hosted Code

5 Things You Might Not Know about Developing Self-Hosted Code

Self-hosted code is JavaScript code that SpiderMonkey uses to implement some of its intrinsic functions for JavaScript. Because it is written in JavaScript, it gets all the benefits of our JITs, like inlining and inline caches.

SpiderMonkey Blog
Shipping Temporal

Shipping Temporal

The Temporal proposal provides a replacement for Date, a long standing pain-point in the JavaScript language. This blog post describes some of the history and motivation behind the proposal. The Temporal API itself is well docmented on MDN.

SpiderMonkey Blog
SpiderMonkey Newsletter (Firefox 135-137)

SpiderMonkey Newsletter (Firefox 135-137)

Hello everyone,

SpiderMonkey Blog