mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Without this, retrieving `__proto__` from any interface will always yield an instance of `FunctionPrototype`.
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
function SVGElement() { [native code] }
|
|
function Element() { [native code] }
|
|
function Node() { [native code] }
|
|
function EventTarget() { [native code] }
|
|
function () { [native code] }
|