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,197 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 6 commits in 2 repositories
Opened 6 pull requests in 1 repository
tc39/test262
3
merged
3
open
- Test cases for invalid escape sequences preceding "use strict". Fixes gh-2893
- Features: remove duplicate "cleanupSome" feature
- Re-resolve unresolvable references on the global in PutValue. Supports tc39/ecma262#2205
- Permit Symbol as WeakMap key and WeakSet entry. Closes gh-2850
- Align detached buffer semantics with web reality, R5. Fixes gh-2879
- Features: add "intl-normative-optional"
Reviewed 4 pull requests in 2 repositories
w3c/aria-practices 3 pull requests
tc39/test262 1 pull request
Created an issue in tc39/proposal-realms that received 2 comments
InitializeHostDefinedRealm (from ECMA262) steps are very similar to Realm steps
Ref: https://tc39.es/ecma262/#sec-initializehostdefinedrealm
Also, HostInitializeUserRealm() sounds a lot like what InitializeHostDefinedRealm ( ) …

