webidl2js icon indicating copy to clipboard operation
webidl2js copied to clipboard

Implement the named properties object for global

Open Sebmaster opened this issue 8 years ago • 1 comments

TODO:

  • [ ] [LegacyUnenumerableNamedProperties]

Sebmaster avatar May 22 '16 10:05 Sebmaster

In general we need to run tests to make sure adding a proxy in the global prototype chain doesn't massively slow down everything.

The best benchmark I've found is to clone tc39/ecma262, do time node_modules/.bin/ecmarkup--verbose spec.html out/index.html, then force install a version of jsdom patched appropriately, and do it again. We shouldn't regress by more than a few seconds.

domenic avatar May 22 '16 14:05 domenic