ladybird/Tests/LibWeb/Text/expected/SVG/svg-element-proto.txt
Jelle Raaijmakers 614b93beca Meta: Set constructor prototype in IDLGenerators
Without this, retrieving `__proto__` from any interface will always
yield an instance of `FunctionPrototype`.
2024-11-26 12:44:05 +00:00

5 lines
182 B
Text

function SVGElement() { [native code] }
function Element() { [native code] }
function Node() { [native code] }
function EventTarget() { [native code] }
function () { [native code] }