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 upPopular repositories
1,188 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 17 commits in 3 repositories
Created a pull request in tc39/test262 that received 2 comments
Opened 10 other pull requests in 1 repository
tc39/test262
4
open
1
closed
5
merged
- IntegerIndexedElementSet should always indicate success. Ref: tc39/ecma262/pull/2210
- Array.prototype.at: fix renaming, use verifyProperty
- Fix: Broken test: language/global-code/decl-lex-configurable-global.js. Closes gh-2897
- Coverage: read-only function expression name. Closes gh-2896
- 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 9 pull requests in 2 repositories
tc39/test262 6 pull requests
- Promise.prototype.finally creates thenFinally and catchFinally in onFinally's realm
- Fix missing renames for item->at
- Update test according to CLDR38
- Rename item() to at().
- Fix test/built-ins/TypedArrayConstructors/internals/GetOwnProperty/index-prop-desc.js's value
- Add tests for [[Description]] of Intl [[FallbackSymbol]]
w3c/aria-practices 3 pull requests
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 ( )
…