Stephen Belanger

Results 391 comments of Stephen Belanger

I also tried `Thing.into_instance(env)` and `Thing.into_reference(env)` and those both fail the instanceof check too. 🤔

Ah, it _appears_ at least _part_ of my issue only happens when I use `js_name` to rename things. 🤔 In #2722 I was working on passing types into functions with...

That depends on how quickly the fibers can be garbage collected. A common issue we run into with AsyncLocalStorage in Node.js, which is conceptually quite similar, is that we store...

I mean, you could easily have a Fiber that yields a bit while doing some setup work and then begins an infinite loop, holding open data that was only needed...

Just open a PR. You don't need to ask permission. 😅

Sounds good to me. 🙂

We generally avoid patches that aren't backports from changes landed in newer V8 versions. I would see if anything can be done to get V8 to bring back support for...

Yep, with that landed it could definitely be backported. Someone from @nodejs/v8 team could probably help with that.

That file seems to be generated by stepsecurity.io. Might need to check with them if there's a reason why it's version-locked and has not been updated. cc @RafaelGSS Seems you...