Richard
Richard
I took a quick look at this. Relevant spec https://tc39.github.io/ecma262/#sec-date-value in particular point 4.(d) and then https://tc39.github.io/ecma262/#sec-timeclip I believe that v8 and spidermonkey are correct and the fix would be...
Marking this as a good first issue, should be less than 10 lines of code to fix though will also needed a test case which will be at leats the...
> Can I work on this issue? Go for it, Read all the previous comments for a starting point - also please check the contributing guidelines. Tag me if you...
I'm a little confused - isn't the log from #6722 about `errorCtor_v4.baseline`, not `outofmem.baseline`? Or is there a problem with both?
Should I merge this or wait until you've sorted the other one?
Hmm - this is a different issue to the ScopeArray points I've been looking at - will investigate seperately.
Simplified repro: ```js { let i = 0; function* v1() { function v7() {} for (var v10 in []) { yield undefined; } if(++i < 4) v1().next() v7 + 1;...
Sounds good to me - looks like it would be easiest to implement as self-hosted javascript in this file: https://github.com/chakra-core/ChakraCore/blob/master/lib/Runtime/Library/InJavascript/Array_prototype.js
This is a very strange bug - an `AssertOrFailFast` should catch `abort` in a release build BUT this doesn't. It only hits in a Debug build - this is an...
Apparently good news for now: https://twitter.com/AruneshC/status/1070813703656751104