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,070 contributions in the last year
Activity overview
Contribution activity
August 2020
- rwaldron/blocks TypeScript
Created a pull request in web-platform-tests/wpt that received 3 comments
[weakref] WeakRef/FinalizationRegistry, cleanupSome testing
@syg @leobalter This set of tests are built from the Test262 tests that allow for "maybe" garbage collection. Our harness utilities have been porte…
+625
−0
•
3
comments
- Coverage: `new await ...` and `new (await ...)`. Fixes gh-1898
- String.prototype.split: Add features meta data
- Coverage gaps found by quickjs. Fixes gh-2370
- Coverage of super reference behaviour. Fixes gh-2451
- Coverage for assignment to left hand side expressions that are an assignment. Fixes gh-2487
- In strict mode code, attempts to assign to an unresolvable reference must throw a ReferenceError exception. Fixes gh-1964
- Missing coverage for Object.defineProperty method. Fixes gh-2660
- ExportDeclaration : HoistableDeclaration; Fixes gh-2068
- Atomics: fix test info contents to match definition as it appears in ES2020. Fixes gh-2721
- Interpreting: explain $DONOTEVALUATE. No version change is necessary, this is purely informative
- Test the sequence of potentially abrupt steps in String.prototype.split
- Add more tests for Intl.Segmenter
- Assert async/generator function prototypes are not callable
- Improve array destructuring binding coverage
- Add Function.prototype.length property descriptor test
- Improve & refactor Function.prototype.bind "length" coverage
- Test [[IsHTMLDDA]] object with ToBoolean and nullish coalescing
- Test [[IsHTMLDDA]] object with equality operations
- New NativeFunction tests
- Add tests for \9 in template/strict strings.