To clarify, this is unilaterally fixing the override mistake, just with mitigations for some observed in-the-wild reliance of the override mistake currently silently failing in sloppy mode?
What should the behavior of `Error.captureStackTrace` be when the object provided is an object with an `[[ErrorData]]` slot?
My preference right now would be to reset the internal error stack in...
I am not opposed to an accessor own property but given these would interact with private state associated with potentially arbitrary objects I would want us to be careful in order limit its abuse a...
## What is the Problem Being Solved?
Liveslots does not currently have any mechanism to resolve a promise across incarnations: the resolvers for a promise decided by a vat cannot be durably stor...
## What is the Problem Being Solved?
With #2415 we added support for `.ts` in bundle source. However people also want to use `.ts` when running scripts in Node.js. Since support for native .ts s...
## Describe the bug
Unlike promises, vows do not report unhandled rejections.
## To Reproduce
`watch` a promise or vow providing a `watcher` that throws in `onFulfilled`. Do not install a watc...
The new UI for fetching slogs of a specific block is great, but often time we only care about a specific run (or more precisely a specific trigger).
The UX would look something like:
- User ent...
Is there a way to associate / plumb the shadow realm through the unhandled rejection hooks? Unhandled rejections for shadow realm promises cannot be reported in the main realm event because of the ...
I misread the change Safari implemented. It seems to be installing a data property on error instance which is not as much a problem.
My concern is with the recent (a year ago?) v8 behavior of inst...
There is an open issue for v8 to move the accessor to the prototype. I believe the original change that introduced an instance accessor was just to limit the scope of the change. Do we know why Web...
Originally this proposal created a regular object for the global and provided a host hook to add configurable properties and change the prototype according to the APIs the host needed to expose.
h...
> People who still see this problem: is it the same as discussed in this comment: [#6982 (comment)](https://github.com/microsoft/WSL/issues/6982#issuecomment-2294892954)? I applied the workaround m...
The global object must also be extensible (not sure if I explicitly stated that previously, but it kinda went without saying)
```suggestion
object must be an extensible ordinary object, and...