Hacker News new | ask | show | jobs
by masklinn 4573 days ago
I may be wrong, but I see Math.imul as part of the asm.js spec and I believe it's an extension on ECMA-252.5 (and related libraries, IIRC typed arrays are part of the webgl stuff, not ECMA-262)
1 comments

Yeah, you're right. Both are part of the ES6 draft though:

https://people.mozilla.org/~jorendorff/es6-draft.html

Neat, I had no idea typed arrays were being moved into ES6.