+18
−1
Loading
Bug 1104955 part 2. Make codegen output a list of unscopable names that we can then pass to CreateInterfaceObjects. r=khuey Note that this does not take into account the exposed/enabled state of the relevant properties. This should be OK, I hope. Taking that state into account would be rather annoying, unfortunately. We could make codegen fail if something is conditionally exposed and unscopable, if desired...