Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,139 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in Airtable/airtable.js that received 3 comments
Remove unnecessary iiafes
Follow up to #197. Requires rebasing once that changeset is merged.
+35
−50
•
3
comments
- Coverage: check instanceof on instances of built-in subclasses. Fixes gh-659
- Remove invalid tests. Fixes gh-427
- Switch: lexical declarations inner scope. Fixes gh-422
- Acceptable Tests, Unacceptable Tests
- Coverage: Number.prototype.toPrecision throws a RangeError if precision cannot be coerced to a number in range. Fixes gh-2765
- Remove syncing master from main
- Coverage: delete undefined.property. Fixes gh-2763
- Replacement: "Move tests from v8 local-tests to test262 #2753"
- SuperCall includes parenthesis. Fixes gh-1183
- Async negative syntaxerror tests dont have a defined semantic interpretation. Fixes gh-1229
- Improve RegExp.prototype[@@replace] poisoned stdlib test
- Add tests for legacy RegExp features
- Test that pre-ES6 built-in prototypes are not instances
- Add more tests for Intl.Segmenter
- Test "length" [[Value]] coercion & overflow check order in ArraySetLength
- Test generic methods called as top-level functions
- Move tests from v8 local-tests to test262
- Test that Promise.prototype.finally calls PromiseResolve
- Property clearing code of RegExp constructor is wrong
- Improve coverage for __proto__ in object literals
- Test [[Set]] failure near integer limit in Array.prototype.push
- Accessing order of fractionalSecondDigits should be earlier than timeZoneName
Created an issue in Moddable-OpenSource/moddable that received 3 comments
Valid switch + nested class syntax producing a SyntaxError exception
Description
This is valid syntax:
switch (0) { default: class x {} }
$ eshost -x 'switch (0) { default: class x {} }'
#### ChakraCore #### engine2…
3
comments