mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-04 09:22:53 +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] }
|