SpiderMonkey

199 posts

SpiderMonkey banner
SpiderMonkey

SpiderMonkey

@SpiderMonkeyJS

SpiderMonkey is Mozilla’s JavaScript and WebAssembly Engine, used in Firefox, Servo and various other projects.

@[email protected] 가입일 Mart 2015
0 팔로잉2.5K 팔로워
SpiderMonkey
SpiderMonkey@SpiderMonkeyJS·
Last week we introduced what import maps are and how they work. This week Yoshi explores the feature in depth, in the second part of his two part series on Import maps. Read the blog post here: spidermonkey.dev/blog/2023/03/0…
English
0
9
36
3.8K
SpiderMonkey
SpiderMonkey@SpiderMonkeyJS·
Late last year, we implemented the Import Maps specification in Firefox. Yoshi (the engineer working on it) wrote an in-depth introduction to it, along with a deep dive that you can expect next week! Read the blog post here: spidermonkey.dev/blog/2023/02/2…
English
2
13
51
41.1K
SpiderMonkey 리트윗함
yulia
yulia@codehag·
Ecma International recently approved the 2022 standard of ECMAScript. But there is something new in this edition that hasn't been part of prior editions, and this isn't a new programming feature. 🧵 hacks.mozilla.org/2022/06/the-sp…
English
1
29
72
0
Florens Verschelde
Florens Verschelde@fvsch·
var err = new Error(); Object.defineProperty(err, 'stack', { value: 'hello', writable: false }); Object.defineProperty(err, 'stack', { value: 'goodbye', writable: false }); Chrome: I’ll allow it. Firefox: Uncaught TypeError: can't redefine non-configurable property "stack".
English
1
0
1
0
Florens Verschelde
Florens Verschelde@fvsch·
Who can I talk to about Firefox erroring when code tries to define an Error's stack properties twice? Seems to be standard-compliant but V8 doesn't, so Node libraries do it all the time and can't run on @SpiderMonkeyJS. 😭🙈
English
1
0
0
0
SpiderMonkey 리트윗함
Iain Ireland
Iain Ireland@Iainlreland·
My team at Mozilla is hiring. Come write compilers with us! The Layout, DOM, and Media Playback teams are also looking for C++ programmers: careers.mozilla.org/position/gh/35… Happy to answer questions if you're interested!
English
1
28
49
0
SpiderMonkey 리트윗함
Rob Palmer
Rob Palmer@robpalmer2·
ECMAScript excitement 😉 Congrats to all those who contributed to today's release of Firefox 90 🎉 ⚡ Private Fields & Methods (Stage 4) ⚡ .at() for Arrays & Strings (Stage 3) ⚡ Ergonomic Brand Checks (Stage 3) ⚡ Intl.DateTimeFormat dayPeriod option
Firefox for Web Developers@FirefoxWebDevs

Firefox 90 is here and this update has some nice JavaScript additions!🔥🦊 ✔️ Private fields and methods are now enabled by default 🏳️‍🌈 The 2D Canvas API has a new createConicGradient 🔒 A new version of SmartBlock hacks.mozilla.org/2021/07/gettin…

English
1
10
65
0
SpiderMonkey 리트윗함
Firefox DevTools
Firefox DevTools@FirefoxDevTools·
Our friends @SpiderMonkeyJS implemented the Error cause proposal in Firefox 91* (github.com/tc39/proposal-…) The WebConsole displays this new cause property in error messages (and yes, you can have a chain of Error causes 🙂) * 91 will be Beta/DevEdition later this week
Firefox DevTools tweet media
English
3
43
198
0
SpiderMonkey 리트윗함
Web Directions
Web Directions@webdirections·
Just-In-Time (JIT) compilers are used in all major JavaScript engines to improve the speed, but how do they work? At Global Scope @nbpname will help us understand the principles of JIT compilation, and so how to optimize our code. buff.ly/3dkGzhL
Web Directions tweet media
English
2
5
16
0
SpiderMonkey 리트윗함
Web Directions
Web Directions@webdirections·
Language specification can be a bit of a mystery. At Global Scope, @codehag introduces the stages of the TC39 process for introducing a new language feature to JavaScript, and some high level concerns around our design process. buff.ly/3djR3OE
Web Directions tweet media
English
0
2
9
0