Chromium Code Reviews
DescriptionMake webexposed/global-interface-listing tests skip JS builtins
JS builtins, and their properties, are handled by V8, not Blink. Having
this test enumerate over these builtin objects does nothing but add
busywork for V8 developers.
This patch addresses the problem by adding a blacklist of builtin JS
constructors, and not outputting anything for such builtins.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198071
Patch Set 1 #Messages
Total messages: 13 (5 generated)
|