Adam Klein
Adam Klein
Current spec requires "name" to be a String.
`[[Notifier]]` is initialized to `undefined` when an object is created. This means that, for example: ``` js // Realm1 var obj = {}; ... // Realm2 otherRealm.obj.foo = 'bar' ```...
The current spec is silent on this, which will cause records to be created in the Realm of the function where object mutation occurs, record arrays to be created who-knows-where...
https://groups.google.com/a/chromium.org/d/msg/blink-dev/y3z1Q4HnpgY/SpWP6YNJAwAJ
### WebKittens @ddegazio ### Title of the spec JS String Builtins ### URL to the spec https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md ### URL to the spec's repository https://github.com/WebAssembly/js-string-builtins ### Issue Tracker URL _No response_...