mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
Without this, retrieving `__proto__` from any interface will always yield an instance of `FunctionPrototype`.
5 lines
182 B
Text
5 lines
182 B
Text
function SVGElement() { [native code] }
|
|
function Element() { [native code] }
|
|
function Node() { [native code] }
|
|
function EventTarget() { [native code] }
|
|
function () { [native code] }
|