Bradley Farias

Results 392 comments of Bradley Farias

@annevk The read vulnerability that keeps showing up due to timing does continue to occur in process, but was also cross process for some time before patches went out. It...

@littledan > How does this PR relate to implementations? Do the JavaScript implementations used in Node.js support this usage mode, or is this PR a way to make the feature...

@devsnek that does give memory savings, but isn't improving startup time https://v8.dev/blog/embedded-builtins#optimizing-for-performance ?

XS has implemented something akin to this PR via "Compartments", you can read about it in their blog https://blog.moddable.com/blog/secureprivate/

@jfparadis 1) I think it would be desirable, but hard to define clearly. Things like replacement of %Function% is a bit tricky. This PR would not allow that since it...

`"js:context"` looks fine but we are open to bikeshedding from Node.js side.

@rniwa how is it a hack if it needs context to the environment it was invoked from (in this case, the location of `import` or `import()`)?

@rniwa you are grabbing an export of "js:context" named `url`, I don't understand why you would think it is the url of "js:context" given people can do things like `export...

I'm not super keen on "module" being in there if it also works in Scripts via `import()`

@caridy I am not sure we need a new syntax for this. It also is kind of nice not to need to generate the values unless they are demanded (even...