Highlights
Pinned
412 contributions in the last year
Less
More
Activity overview
Contributed to
nodejs/node,
nodejs/node-addon-api,
open-telemetry/opentelemetry-js
and 5 other
repositories
Contribution activity
October 2021
Created 14 commits in 4 repositories
Created a pull request in tc39/proposal-shadowrealm that received 9 comments
Add WrappedFunction.[[Realm]] internal slot
GetFunctionRealm in Step 4 of #sec-wrapped-function-exotic-objects-call-thisargument-argumentslist
requires the function object to own an internal …
+12
−0
•
9
comments
Opened 12 other pull requests in 4 repositories
open-telemetry/opentelemetry-js
1
merged
3
open
tc39/test262
4
merged
tc39/proposal-shadowrealm
3
merged
tc39/agendas
1
merged
Reviewed 8 pull requests in 4 repositories
open-telemetry/opentelemetry-js
4 pull requests
open-telemetry/opentelemetry-js-contrib
2 pull requests
tc39/ecma262
1 pull request
nodejs/node
1 pull request
Created an issue in tc39/proposal-shadowrealm that received 23 comments
Ergonomics on WrappedFunction thisArgument throwing when it is an object
As for now, WrappedFunction.[[Call]] converts the thisArgument to wrapped value and then passes the wrapped this argument to the target function in…
23
comments